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 164458 - I'm unable to change source level of J2SE project
Summary: I'm unable to change source level of J2SE project
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-05-05 10:40 UTC by Jaroslav Pospisil
Modified: 2009-05-11 14:56 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 Jaroslav Pospisil 2009-05-05 10:40:38 UTC
Build 200905050201, JDK 1.6.0_13, Win Vista

I started IDE with new userdir,created new Maven Simple project and tried to change Source level in Properties. It
behaved normally,however when I changed source level from 1.3 to 1.5 and clicked OK, source level was unchanged,as I
could see when I opened Properties again.
If I shutdown the IDE and start again, there's now source level 1.5 set for the project, however if I change it back to
1.3 (it works) and then I want to change it to 1.5 again, it doesn't work now. There's no visible error message or
exception anywhere.
Comment 1 Jaroslav Pospisil 2009-05-05 11:16:45 UTC
Issue seems to be somewhat random and userdir connected. Using of new,clean userdir returns IDE back to normal.
Comment 2 Milos Kleint 2009-05-06 14:36:50 UTC
most probably fixed by this: http://hg.netbeans.org/main/rev/2d3e6e03b3ed
introduced by 3bfc8f8551ae

its random as the affected cache relied on TimedWeakReference
Comment 3 Jaroslav Pospisil 2009-05-11 14:55:59 UTC
I'm unable to reproduce issue,so far, so marking as verified.I'll reopen it once reproduced again.