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 271625

Summary: NullPointerException at org.netbeans.spi.editor.hints.projects.PerProjectHintsPanelUI.searchEnableDisable
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Hints & AnnotationsAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: j0inty
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230561
Attachments: stacktrace

Description Exceptions Reporter 2017-10-12 03:06:06 UTC
This bug was originally marked as duplicate of bug 242459, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.spi.editor.hints.projects.PerProjectHintsPanelUI.searchEnableDisable(PerProjectHintsPanelUI.java:204)
   at org.netbeans.spi.editor.hints.projects.PerProjectHintsPanelUI.<init>(PerProjectHintsPanelUI.java:146)
   at org.netbeans.spi.editor.hints.projects.PerProjectHintsPanel.<init>(PerProjectHintsPanel.java:67)
   at org.netbeans.spi.editor.hints.projects.PerProjectHintsPanel.create(PerProjectHintsPanel.java:61)
   at org.netbeans.spi.editor.hints.projects.support.ProjectHintSettingPanel.<init>(ProjectHintSettingPanel.java:91)
   at org.netbeans.spi.editor.hints.projects.support.ProjectCustomizer.createComponent(ProjectCustomizer.java:91)
Comment 1 Exceptions Reporter 2017-10-12 03:06:08 UTC
Created attachment 165272 [details]
stacktrace