Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto-complete on val fails to work if writing 'lombok.val'; you have to import it (eclipse) #373

Closed
lombokissues opened this issue Jul 14, 2015 · 5 comments
Milestone

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 300)

@lombokissues
Copy link
Author

👤 reinierz   🕗 Nov 20, 2011 at 15:19 UTC

Auto-complete fails when using val by writing out 'lombok.val', although the source file will not show errors. When writing just 'val' and having the lombok.val imported, auto-complete does work fine.

This failure occurs both for for (val x : foo) and just val z = "";

@lombokissues
Copy link
Author

👤 reinierz   🕗 Nov 20, 2011 at 18:25 UTC

Working on this now; separate from the auto-complete issue, with 'lombok.val' anywhere in your code (other than an import statement, that is), ANY activation of the auto-highlight feature will cause an IndexOutOfBoundsException in the editor.

@lombokissues
Copy link
Author

👤 reinierz   🕗 Nov 20, 2011 at 20:56 UTC

Fixed in 246b4cc and ef820d8

Will be in version after 0.10.2

@lombokissues
Copy link
Author

👤 reinierz   🕗 Nov 21, 2011 at 23:03 UTC

Now in release 0.10.4

@lombokissues lombokissues added this to the 0.10.4 milestone Jul 14, 2015
@lombokissues
Copy link
Author

End of migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant