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 61203

Summary: Project properties dialog reverts spec version
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2005-07-20 19:57:22 UTC
I was working on contrib/quickfilechooser, including changing module deps from
the properties dialog. I then edited the spec version in manifest.mf manually
(and committed it). Later in the same IDE session, I opened the properties
dialog again and made some other change. I found that the spec version in
manifest.mf had been reverted to its previous version!

Please don't cache manifest.mf information unless you also listen to changes on
disk.
Comment 1 Jesse Glick 2005-07-20 20:10:28 UTC
Seemed to revert contents of Bundle.properties, too.
Comment 2 Martin Krauskopf 2005-07-22 10:04:32 UTC
Probably caused by the refactoring of LocalizedBundleInfo. Started....
Comment 3 Martin Krauskopf 2005-07-22 20:46:24 UTC
Fixed.

Checking in ui/customizer/CustomizerDisplay.java; 1.18 --> 1.19
Checking in ui/customizer/CustomizerProviderImpl.java; 1.32 --> 1.33
Checking in ui/customizer/CustomizerVersioning.java; 1.17 --> 1.18
Checking in ui/customizer/SingleModuleProperties.java; 1.11 --> 1.12
Checking in universe/LocalizedBundleInfo.java; 1.2 --> 1.3
Checking in test/src/ustomizer/SingleModulePropertiesTest.java; 1.4 --> 1.5
Comment 4 pzajac 2005-10-21 11:14:48 UTC
verified