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 253999 - NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$1$1$1.run
Summary: NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable...
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 254000 255942 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-30 12:42 UTC by Michel Graciano
Modified: 2015-10-15 07:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218871


Attachments
stacktrace (1.21 KB, text/plain)
2015-07-30 12:42 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2015-07-30 12:42:18 UTC
Build: NetBeans IDE Dev (Build 20150729-9f6ab3f3946c)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
hmichel: Diffing some subversion files




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$1$1$1.run(EditableDiffView.java:348)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:697)
   at java.awt.EventQueue$3.run(EventQueue.java:691)
Comment 1 Michel Graciano 2015-07-30 12:42:20 UTC
Created attachment 155057 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-30 13:38:53 UTC
*** Bug 254000 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Vrabec 2015-07-30 13:51:42 UTC
i can reproduce only with debugger. Does it happen often?
Comment 4 Ondrej Vrabec 2015-07-30 14:15:51 UTC
Fix: http://hg.netbeans.org/core-main/rev/d6edde2c97da
Comment 5 Quality Engineering 2015-08-01 02:01:35 UTC
Integrated into 'main-silver', will be available in build *201508010002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d6edde2c97da
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #253999 - NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$1$1$1.run
Comment 6 Ondrej Vrabec 2015-10-15 07:22:59 UTC
*** Bug 255942 has been marked as a duplicate of this bug. ***