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 37575

Summary: Enabled value for category is changed to "null" if you disable one of the modules
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: jglick
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 31896    
Bug Blocks:    

Description Marian Mirilovic 2003-11-27 15:48:28 UTC
[nb_dev](200311261900), [jdk1.4.2_02]

Steps to reproduce:
- run IDE
- invoke Setup Wizard
- disable Javadoc module from Java category
-> Enabled column for Java category contains value
"null" 

Feel free to reassigne, I don't know who is in
Comment 1 _ tboudreau 2003-11-29 12:12:46 UTC
Already fixed on property panel rewrite branch.  What you see is an
artifact of a hotfix for an NPE - the property editor is "illegally"
using null as the property value to indicate an indeterminate state. 
The boolean editor does not know what to do with that.

While it is illegal, it's also the way we do it for multi-selection,
so on the branch it will actually use the boolean 3 way editor for this.
Comment 2 _ tboudreau 2003-12-09 09:36:45 UTC
Property panel rewrite branch merged.
Comment 3 Lukas Hasik 2003-12-10 15:42:07 UTC
200312091900