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 - Editor shows warning even if the code compiles with no errors
Summary: Editor shows warning even if the code compiles with no errors
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Schema2Beans (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: schema2beans-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-08 20:19 UTC by scanti
Modified: 2014-08-27 08:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
file to generate beans (372 bytes, application/octet-stream)
2014-03-08 20:19 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
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