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 248327

Summary: NoClassDefFoundError: org/netbeans/modules/java/hints/introduce/IntroduceHint
Product: java Reporter: athompson <athompson>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal CC: zdenek.rod
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212978
Bug Depends on: 248815    
Bug Blocks:    
Attachments: stacktrace

Description athompson 2014-10-31 18:00:34 UTC
Build: NetBeans IDE Dev (Build 201410310002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
athompson: entered Options>Editor>Formatting>Java

GUEST: na

zdenek.rod: I open Options > Code Templates and this cause error.




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/java/hints/introduce/IntroduceHint
   at org.netbeans.modules.java.hints.introduce.IntroduceHint$HLFImpl.createLayers(IntroduceHint.java:952)
   at org.netbeans.modules.editor.lib2.highlighting.HighlightingManager$Highlighting.rebuildAllLayersImpl(HighlightingManager.java:394)
   at org.netbeans.modules.editor.lib2.highlighting.HighlightingManager$Highlighting$4.run(HighlightingManager.java:375)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1386)
   at org.netbeans.modules.editor.lib2.highlighting.HighlightingManager$Highlighting.rebuildAllLayers(HighlightingManager.java:372)
   at org.netbeans.modules.editor.lib2.highlighting.HighlightingManager$Highlighting.rebuildAll(HighlightingManager.java:358)
Comment 1 athompson 2014-10-31 18:00:36 UTC
Created attachment 150198 [details]
stacktrace
Comment 2 Svata Dedic 2014-11-24 11:45:35 UTC
A duplicate of issue #248815; the bugzilla UI does not allow to bulk-duplicate defects, so I am setting them as FIXED and depending on #248815. The defects will be actually fixed when changes from jet-main finally propage to main-silver and nbms-and-javadoc (issue #248073) used to popuplate dev autoupdate centre.