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 89787 - Cannot open suite customizer
Summary: Cannot open suite customizer
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-21 21:11 UTC by Jaroslav Tulach
Modified: 2006-11-23 23:31 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 Jaroslav Tulach 2006-11-21 21:11:16 UTC
java.lang.AssertionError
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicBrandingModel.initBundleKeys(BasicBrandingModel.java:293)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicBrandingModel.init(BasicBrandingModel.java:240)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicBrandingModel.<init>(BasicBrandingModel.java:96)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.SuiteProperties.<init>(SuiteProperties.java:74)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizer.prepareData(SuiteCustomizer.java:62)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:98)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:90)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer(BasicCustomizer.java:85)
	at 
org.netbeans.modules.project.ui.actions.CustomizeProject.actionPerformed(CustomizeProject.java:70)
	at 
org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed(LookupSensitiveAction.java:100)
	at 
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
	at 
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
	at 
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at 
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
	at 
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1170)
	at 
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1211)
	at 
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
	at java.awt.Component.processMouseEvent(Component.java:6038)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
	at java.awt.Component.processEvent(Component.java:5803)
	at java.awt.Container.processEvent(Container.java:2058)
	at java.awt.Component.dispatchEventImpl(Component.java:4410)
	at java.awt.Container.dispatchEventImpl(Container.java:2116)
	at java.awt.Component.dispatchEvent(Component.java:4240)
	at 
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
	at 
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
	at java.awt.Container.dispatchEventImpl(Container.java:2102)
	at java.awt.Window.dispatchEventImpl(Window.java:2429)
	at java.awt.Component.dispatchEvent(Component.java:4240)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Jaroslav Tulach 2006-11-21 21:13:51 UTC
checkout sources of http://dvbcentral.sf.net

cvs -d ... co sources
cd sources
ant build

Then open the project suite in IDE (I tried 5.0 and current trunk) and try to 
invoke customizer of the suite. An exception is reported, which prevents me 
from configuring the project. Imho you should:
1. make sure such a failure disables just one panel 
2. fix the problem
Comment 2 rmatous 2006-11-22 13:34:23 UTC
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/BasicBrandingModel.java,v
 <--  BasicBrandingModel.java
new revision: 1.19; previous revision: 1.18
Comment 3 Jesse Glick 2006-11-22 19:13:29 UTC
Please use milestones for the Target Milestone field; otherwise we have to go
back and fix up "6.0" milestones acc. to date when the issue was closed.
Comment 4 Jaroslav Tulach 2006-11-23 23:31:55 UTC
Thanks, now it works.