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 - Project properties dialog reverts spec version
Summary: Project properties dialog reverts spec version
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-07-20 19:57 UTC by Jesse Glick
Modified: 2005-10-21 11:14 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 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