This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242704

Summary: Editor shows warning even if the code compiles with no errors
Product: ide Reporter: scanti <scanti>
Component: Schema2BeansAssignee: schema2beans-issues@ide <schema2beans-issues>
Status: NEW ---    
Severity: normal CC: pizzavore
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: file to generate beans

Description scanti 2014-03-08 20:19:58 UTC
Created attachment 145874 [details]
file to generate beans

I am using annotations to generate Schema2Beans beans. The annotation works correctly, but if I change the schema and do a "clean and build" the code does not compile because the beans are changed but the editor shows no errors.

If I fix the code manually and make the code compile the editor shows errors. 
Deleting the build folder manually did not help. The thing that fixed it is deleting the netBeans cache folder. 

I am attaching the annotated file