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 229638 - NullPointerException at org.netbeans.modules.javadoc.hints.JavadocHint.createCustomizer
Summary: NullPointerException at org.netbeans.modules.javadoc.hints.JavadocHint.create...
Status: RESOLVED DUPLICATE of bug 229532
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 07:38 UTC by Chiana
Modified: 2013-05-13 09:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200599


Attachments
stacktrace (3.64 KB, text/plain)
2013-05-13 07:38 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2013-05-13 07:38:05 UTC
Build: NetBeans IDE Dev (Build 201305102300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
Chiana: Was looking around in the "Hints" section of Java, clicked "JavaDoc" entry




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javadoc.hints.JavadocHint.createCustomizer(JavadocHint.java:270)
   at org.netbeans.modules.javadoc.hints.JavadocHint.access$000(JavadocHint.java:97)
   at org.netbeans.modules.javadoc.hints.JavadocHint$CustomizerProviderImplCreate.getCustomizer(JavadocHint.java:328)
   at org.netbeans.modules.java.hints.providers.code.CodeHintProviderImpl$DelegatingCustomizerProvider.getCustomizer(CodeHintProviderImpl.java:440)
   at org.netbeans.modules.java.hints.spiimpl.options.HintsPanelLogic.valueChanged(HintsPanelLogic.java:390)
   at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:634)
Comment 1 Chiana 2013-05-13 07:38:07 UTC
Created attachment 134344 [details]
stacktrace
Comment 2 Ralph Ruijs 2013-05-13 09:30:47 UTC

*** This bug has been marked as a duplicate of bug 229532 ***