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 268074 - NullPointerException at org.netbeans.modules.javascript2.sdoc.SDocParser.parse
Summary: NullPointerException at org.netbeans.modules.javascript2.sdoc.SDocParser.parse
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-17 07:19 UTC by NukemBy
Modified: 2016-12-06 07:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226274


Attachments
stacktrace (6.35 KB, text/plain)
2016-09-17 07:19 UTC, NukemBy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NukemBy 2016-09-17 07:19:09 UTC
Build: NetBeans IDE Dev (Build 20160916-unknown-revn)
VM: Java HotSpot(TM) Client VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 7

User Comments:
NukemBy: While loading a project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.sdoc.SDocParser.parse(SDocParser.java:79)
   at org.netbeans.modules.javascript2.sdoc.SDocDocumentationHolder.<init>(SDocDocumentationHolder.java:59)
   at org.netbeans.modules.javascript2.sdoc.SDocDocumentationProvider.createDocumentationHolder(SDocDocumentationProvider.java:71)
   at org.netbeans.modules.javascript2.doc.spi.DocumentationContainer.getHolder(DocumentationContainer.java:62)
   at org.netbeans.modules.javascript2.doc.api.JsDocumentationSupport.getDocumentationHolder(JsDocumentationSupport.java:80)
   at org.netbeans.modules.javascript2.model.ModelVisitor.processDeclarations(ModelVisitor.java:1473)
Comment 1 NukemBy 2016-09-17 07:19:11 UTC
Created attachment 162091 [details]
stacktrace
Comment 2 Petr Pisl 2016-09-19 09:41:41 UTC
Fixed in web-main.
Comment 3 Quality Engineering 2016-09-20 02:38:04 UTC
Integrated into 'main-silver', will be available in build *201609200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/140310784d2f
User: Petr Pisl <ppisl@netbeans.org>
Log: #268074 - NullPointerException at org.netbeans.modules.javascript2.sdoc.SDocParser.parse
Comment 4 Petr Pisl 2016-12-06 07:05:28 UTC
Transplanted to the releases/release82.