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 - source level property change is not propagated
Summary: source level property change is not propagated
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 55767 55768
  Show dependency tree
 
Reported: 2005-03-01 06:17 UTC by Pavel Buzek
Modified: 2006-03-24 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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