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 251405 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.MutualExclusionSupport.addStack
Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-24 17:23 UTC by misterm
Modified: 2015-08-19 01:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205614


Attachments
stacktrace (5.64 KB, text/plain)
2015-03-24 17:23 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-03-24 17:23:05 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
zdenek.rod: I run hql query using editor.

misterm: CTRL + S




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.MutualExclusionSupport.addStack(MutualExclusionSupport.java:117)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.MutualExclusionSupport.addResource(MutualExclusionSupport.java:101)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:128)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:103)
   at org.openide.text.DataEditorSupport$Env.outputStream(DataEditorSupport.java:907)
   at org.openide.text.CloneableEditorSupport.saveDocumentImpl(CloneableEditorSupport.java:772)
Comment 1 misterm 2015-03-24 17:23:07 UTC
Created attachment 152823 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-17 10:06:51 UTC
http://hg.netbeans.org/core-main/rev/7948d101007d
Fixed.
Thank you for reporting.
Comment 3 Quality Engineering 2015-08-19 01:14:07 UTC
Integrated into 'main-silver', will be available in build *201508190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7948d101007d
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #251405: NullPointerException at MutualExclusionSupport.addStack