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 195292 - [70cat] NullPointerException at org.netbeans.modules.html.validation.ValidationTransaction.reportRuntimeExceptionOnce
Summary: [70cat] NullPointerException at org.netbeans.modules.html.validation.Validati...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-10 13:30 UTC by stefan79
Modified: 2011-02-16 11:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176591


Attachments
stacktrace (4.12 KB, text/plain)
2011-02-10 13:30 UTC, stefan79
Details
stacktrace (4.01 KB, text/plain)
2011-02-15 13:25 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2011-02-10 13:30:21 UTC
Build: NetBeans IDE Dev (Build 201102080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
stefan79: Exception occured some Seconds after starting NetBeans.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.validation.ValidationTransaction.reportRuntimeExceptionOnce(ValidationTransaction.java:681)
   at org.netbeans.modules.html.validation.ValidationTransaction.validate(ValidationTransaction.java:661)
   at org.netbeans.modules.html.validation.ValidationTransaction.validateCode(ValidationTransaction.java:499)
   at org.netbeans.modules.html.validation.ValidatorImpl.validate(ValidatorImpl.java:101)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.getValidationResults(HtmlParserResult.java:240)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.getDiagnostics(HtmlParserResult.java:217)
Comment 1 stefan79 2011-02-10 13:30:25 UTC
Created attachment 105839 [details]
stacktrace
Comment 2 stefan79 2011-02-15 13:25:30 UTC
Created attachment 106029 [details]
stacktrace

CVS-Diff -> Go-To-Next-Diff (Ctrl .)
Comment 3 Marek Fukala 2011-02-15 15:22:10 UTC
fixed in web-main#f07556a34c41
Comment 4 Quality Engineering 2011-02-16 11:43:47 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f07556a34c41
User: Marek Fukala <mfukala@netbeans.org>
Log: #195292 - [70cat] NullPointerException at org.netbeans.modules.html.validation.ValidationTransaction.reportRuntimeExceptionOnce