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 269782 - NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$RefreshDiffTask$1.run
Summary: NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-09 11:33 UTC by abalint21
Modified: 2017-02-09 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227985


Attachments
stacktrace (1.24 KB, text/plain)
2017-02-09 11:33 UTC, abalint21
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abalint21 2017-02-09 11:33:39 UTC
This bug was originally marked as duplicate of bug 255895, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.111-b14, OpenJDK Runtime Environment, 1.8.0_111-8u111-b14-2~bpo8+1-b14
OS: Linux

User Comments:
abalint21: no clue




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$RefreshDiffTask$1.run(EditableDiffView.java:1543)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
Comment 1 abalint21 2017-02-09 11:33:41 UTC
Created attachment 163600 [details]
stacktrace