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 30242 - Strange behavior of Access ComboBox in class customizer
Summary: Strange behavior of Access ComboBox in class customizer
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2003-01-21 13:47 UTC by Jan Becicka
Modified: 2007-09-26 09: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 Jan Becicka 2003-01-21 13:47:45 UTC
[200301210100]
Invoke class customizer and change Access to 
public and then back to <default>. Sometimes 
Access is set to <default> but sometimes the 
ComboBox remains empty.
Comment 1 Jan Becicka 2003-02-04 08:58:22 UTC
Java validation test suite fails due to this bug. I'm changing
priority to P2.
Comment 2 Svata Dedic 2003-02-04 15:46:31 UTC
Fixed in trunk:

/cvs/java/srcmodel/src/org/openide/explorer/propertysheet/editors/ModifierPanel.java,v
 <--  ModifierPanel.java
new revision: 1.3; previous revision: 1.2
Comment 3 Jan Becicka 2003-02-14 12:44:56 UTC
VERIFIED