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 164648 - NullPointerException at org.netbeans.modules.latex.ui.ToolbarUpdater$UpdatingTask.run
Summary: NullPointerException at org.netbeans.modules.latex.ui.ToolbarUpdater$Updating...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Latex (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@contrib
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 03:14 UTC by paulanormannz
Modified: 2013-05-18 06:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150744


Attachments
stacktrace (780 bytes, text/plain)
2009-05-07 03:16 UTC, paulanormannz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paulanormannz 2009-05-07 03:14:50 UTC
Build: NetBeans IDE Dev (Build 200904281401)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
paulanormannz: Just used File / New / Latex Document

Filled out the form and trhen as the new document was created this happened.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.latex.ui.ToolbarUpdater$UpdatingTask.run(ToolbarUpdater.java:112)
        at org.netbeans.modules.latex.ui.ToolbarUpdater$UpdatingTask.run(ToolbarUpdater.java:77)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:668)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:0)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:0)
        at java.util.concurrent.FutureTask.run(FutureTask.java:0)
Comment 1 paulanormannz 2009-05-07 03:16:39 UTC
Created attachment 81697 [details]
stacktrace