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 55656

Summary: source level property change is not propagated
Product: java Reporter: Pavel Buzek <pbuzek>
Component: FreeformAssignee: Tomas Zezula <tzezula>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 55767, 55768    

Description Pavel Buzek 2005-03-01 06:17:13 UTC
I have created a freeform project and first set
the source level to 1.4. Then I changed it in UI
to 1.5 and this is written to project file:

 <source-level>1.5</source-level>
but files in this project still show error on
annotations (annotation not supported in -1.4, try
1.5). Open/close project does not help.

If I open a project I created earlied that has 1.5
source level annotatins work there.

After IDE restart the first project works ok.
Comment 1 Tomas Zezula 2005-03-01 08:18:23 UTC
Seems that firing is broken.
Comment 2 Tomas Zezula 2005-03-01 14:27:38 UTC
Checking in
freeform/src/org/netbeans/modules/java/freeform/SourceLevelQueryImpl.java;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/SourceLevelQueryImpl.java,v
 <--  SourceLevelQueryImpl.java
new revision: 1.4; previous revision: 1.3
done
Comment 3 zikmund 2005-05-25 17:52:03 UTC
Verified.