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 241014 - NullPointerException at org.netbeans.editor.BaseCaret.mousePressed
Summary: NullPointerException at org.netbeans.editor.BaseCaret.mousePressed
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 14:31 UTC by joe7pak
Modified: 2014-02-14 02:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207002


Attachments
stacktrace (2.38 KB, text/plain)
2014-01-27 14:31 UTC, joe7pak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description joe7pak 2014-01-27 14:31:25 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
joe7pak: Sorry if this is not that specific .... I was moving various windows into various frames, resizing, etc., and noticed the error a few minutes later.

I'm forwarding this on just in case it might be helpful in some way.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.editor.BaseCaret.mousePressed(BaseCaret.java:1478)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
   at java.awt.Component.processMouseEvent(Component.java:6502)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
   at java.awt.Component.processEvent(Component.java:6270)
   at java.awt.Container.processEvent(Container.java:2229)
Comment 1 joe7pak 2014-01-27 14:31:26 UTC
Created attachment 144416 [details]
stacktrace
Comment 2 Milutin Kristofic 2014-02-10 14:57:31 UTC
http://hg.netbeans.org/jet-main/rev/28aa87dba70b
Comment 3 Quality Engineering 2014-02-14 02:54:19 UTC
Integrated into 'main-silver', will be available in build *201402140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/28aa87dba70b
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #241014 - NullPointerException at org.netbeans.editor.BaseCaret.mousePressed