Bug 444923 - [aa] improve error handling on @Accessor
Summary: [aa] improve error handling on @Accessor
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: 2.8.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-24 05:22 EDT by Jan Koehnlein CLA
Modified: 2016-08-10 09:45 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Koehnlein CLA 2014-09-24 05:22:26 EDT
When I write 

@Accessors(PUBLIC_GETTERS) 
class Foo {}

I get an error marker with an NPE instead of an error that it 'PUBLIC_GETTERS' cannot be resolved (PUBLIC_GETTER would be correct).
Comment 1 Christian Dietrich CLA 2016-08-10 09:45:40 EDT
no more NPE, instead The method or field PUBLIC_GETTERS is undefined