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 252486

Summary: AssertionError: Display name not defined: OptionsDialog/Advanced/CssPreprocessors
Product: platform Reporter: ehsavoie <ehsavoie>
Component: Options&SettingsAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal CC: dvperv, Gary.A.Peach, noorbasha786, ondrejd, Sakul6499, vercinstex, Vitex
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188563
Attachments: stacktrace

Description ehsavoie 2015-05-19 15:15:50 UTC
Build: NetBeans IDE Dev (Build 201505170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: Disabling hint

GUEST: ffff

ehsavoie: Clicking on Miscellaneous option




Stacktrace: 
java.lang.AssertionError: Display name not defined: OptionsDialog/Advanced/CssPreprocessors
   at org.netbeans.modules.options.advanced.Model.init(Model.java:291)
   at org.netbeans.modules.options.advanced.Model.getCategories(Model.java:105)
   at org.netbeans.modules.options.advanced.AdvancedPanel.initTabbedPane(AdvancedPanel.java:154)
   at org.netbeans.modules.options.advanced.AdvancedPanel.init(AdvancedPanel.java:148)
   at org.netbeans.modules.options.advanced.AdvancedPanelController.getComponent(AdvancedPanelController.java:100)
   at org.netbeans.modules.options.CategoryModel$Category.getComponent(CategoryModel.java:431)
Comment 1 ehsavoie 2015-05-19 15:15:52 UTC
Created attachment 153751 [details]
stacktrace
Comment 2 milanka 2015-07-23 19:04:25 UTC
I got the same AssertionError when I clicked Miscellaneous tab.

This happened after I added a tooltip to a JTable, which in turn is in a options panel below Miscellaneous tab (I'm creating a plugin).