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 169164 - NullPointerException at org.netbeans.modules.web.jsf.editor.HtmlSourceTask.run
Summary: NullPointerException at org.netbeans.modules.web.jsf.editor.HtmlSourceTask.run
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Butenko
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 06:11 UTC by _ tboudreau
Modified: 2009-07-29 18:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154206


Attachments
stacktrace (774 bytes, text/plain)
2009-07-25 06:11 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2009-07-25 06:11:27 UTC
Build: NetBeans IDE Dev (Build 090719)
VM: Java HotSpot(TM) Client VM, 16.0-b02, Java(TM) SE Runtime Environment, 1.7.0-ea-b57
OS: Windows XP, 5.1, x86

User Comments:
tboudreau: Created a new Php project.  The following exception was thrown (presumably trying to parse the generated index.php).  It is thrown repeatedly - just selecting text in the HTML file triggers it again.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.web.jsf.editor.HtmlSourceTask.run(HtmlSourceTask.java:105)
        at org.netbeans.modules.web.jsf.editor.HtmlSourceTask.run(HtmlSourceTask.java:60)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:661)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
Comment 1 _ tboudreau 2009-07-25 06:11:38 UTC
Created attachment 85207 [details]
stacktrace
Comment 2 _ tboudreau 2009-07-29 18:04:27 UTC
Raising priority to P1.  It seems to be completely impossible to edit normal HTML files in NetBeans due to this bug - I
just tried editing my HTML resume, which contains no Php or other tags and encountered the same exception thrown repeatedly.
Comment 3 _ tboudreau 2009-07-29 18:51:15 UTC
Appears to be fixed in 090616