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 - AssertionError: Display name not defined: OptionsDialog/Advanced/CssPreprocessors
Summary: AssertionError: Display name not defined: OptionsDialog/Advanced/CssPreproces...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-19 15:15 UTC by ehsavoie
Modified: 2016-07-26 22:34 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188563


Attachments
stacktrace (3.09 KB, text/plain)
2015-05-19 15:15 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
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).