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 247303 - NullPointerException at org.netbeans.modules.css.prep.editor.model.CPModel.getModel
Summary: NullPointerException at org.netbeans.modules.css.prep.editor.model.CPModel.ge...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-19 12:51 UTC by coldSense
Modified: 2014-10-08 03:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208005


Attachments
stacktrace (3.39 KB, text/plain)
2014-09-19 12:51 UTC, coldSense
Details

Note You need to log in before you can comment on or make changes to this bug.
Description coldSense 2014-09-19 12:51:43 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
coldSense: Again

coldSense: Working with html and css editors. Cannot be more specific, sorry.

powellblyth: alt tabbing into th app

GUEST: error

GUEST: diff

GUEST: NullPointerException at org.netbeans.modules.css.prep.editor.model.CPModel.getModel




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.prep.editor.model.CPModel.getModel(CPModel.java:96)
   at org.netbeans.modules.css.prep.editor.CPCssEditorModule$3$1.run(CPCssEditorModule.java:529)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:598)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:155)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:139)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:206)
Comment 1 coldSense 2014-09-19 12:51:44 UTC
Created attachment 149367 [details]
stacktrace
Comment 2 Milutin Kristofic 2014-10-07 15:09:35 UTC
http://hg.netbeans.org/web-main/rev/60fb5449804a
Comment 3 Quality Engineering 2014-10-08 03:02:33 UTC
Integrated into 'main-silver', will be available in build *201410080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/60fb5449804a
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: Task #247303 - NullPointerException at org.netbeans.modules.css.prep.editor.model.CPModel.getModel