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 258979 - NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.setModifiedLineNumberImpl
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: 2016-04-23 03:54 UTC by Vladimir Kvashin
Modified: 2016-04-26 09:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223708


Attachments
stacktrace (1.70 KB, text/plain)
2016-04-23 03:54 UTC, Vladimir Kvashin
Details
stacktrace (1.70 KB, text/plain)
2016-04-26 09:06 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2016-04-23 03:54:15 UTC
Build: NetBeans IDE Dev (Build 20160421-afdd6a1d25d9)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
vkvashin: viewed a diff of globals.hpp in hotpot open source code




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.setModifiedLineNumberImpl(EditableDiffView.java:509)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.access$2700(EditableDiffView.java:112)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$4$2.run(EditableDiffView.java:487)
   at org.netbeans.modules.diff.builtin.visualizer.editable.DiffViewManager.runWithSmartScrollingDisabled(DiffViewManager.java:118)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$4.run(EditableDiffView.java:492)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
Comment 1 Vladimir Kvashin 2016-04-23 03:54:18 UTC
Created attachment 159403 [details]
stacktrace
Comment 2 Ralph Ruijs 2016-04-26 09:06:01 UTC
Created attachment 159434 [details]
stacktrace

Opened diff