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 253647 - NullPointerException at java.io.StringReader.<init>
Summary: NullPointerException at java.io.StringReader.<init>
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-22 10:52 UTC by Tomas Stupka
Modified: 2015-07-23 17:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218692


Attachments
stacktrace (2.36 KB, text/plain)
2015-07-22 10:52 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2015-07-22 10:52:57 UTC
Build: NetBeans IDE Dev (Build 20150722-0ca817cb6fe1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b07, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b07
OS: Mac OS X

User Comments:
tstupka: opened cdev test project dashboard




Stacktrace: 
java.lang.NullPointerException
   at java.io.StringReader.<init>(StringReader.java:50)
   at org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.processContent(MarkupLanguage.java:120)
   at org.eclipse.mylyn.wikitext.core.parser.MarkupParser.parse(MarkupParser.java:91)
   at org.eclipse.mylyn.wikitext.core.parser.MarkupParser.parse(MarkupParser.java:81)
   at org.eclipse.mylyn.wikitext.core.parser.MarkupParser.parseToHtml(MarkupParser.java:119)
   at org.netbeans.modules.mylyn.util.WikiUtils.getHtmlFormatText(WikiUtils.java:77)
Comment 1 Tomas Stupka 2015-07-22 10:52:58 UTC
Created attachment 154792 [details]
stacktrace
Comment 2 Tomas Stupka 2015-07-22 17:09:40 UTC
fixed in jet-main #9760ca692031
Comment 3 Quality Engineering 2015-07-23 01:14:16 UTC
Integrated into 'main-silver', will be available in build *201507230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9760ca692031
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #253647 - NullPointerException at java.io.StringReader.<init>