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

Summary: NullPointerException at org.netbeans.modules.css.prep.editor.model.CPModel.getModel
Product: web Reporter: coldSense
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal CC: powellblyth
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208005
Attachments: stacktrace

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