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 60568 - Display category isn't saved
Summary: Display category isn't saved
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-06-28 13:33 UTC by Marian Mirilovic
Modified: 2005-09-05 09:51 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 Marian Mirilovic 2005-06-28 13:34:00 UTC
NB.dev(200506271800), JDK5.0_04

Steps to reproduce:
- run IDE
- create some simple plug-in
- try to change Display Category (e.g. to Infrastructure)
- push Ok in properties dialog
- open properties dialog once more
-> Display Category is again set to default one (Database)
Comment 1 Martin Krauskopf 2005-06-28 13:59:00 UTC
Strange, this has worked before.
Comment 2 Martin Krauskopf 2005-07-04 10:11:13 UTC
Actually, this is a duplicate of 60450. But it's another use case...

Checking in
src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerDisplay.java;
new revision: 1.15; previous revision: 1.14
Comment 3 Marian Mirilovic 2005-07-11 13:54:11 UTC
verified in NB.dev(200507110943)