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 203686 - NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.setBaseLineNumberImpl
Summary: NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable...
Status: RESOLVED DUPLICATE of bug 191770
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 03:11 UTC by heroblues
Modified: 2011-10-20 12:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181990


Attachments
stacktrace (1.44 KB, text/plain)
2011-10-14 03:11 UTC, heroblues
Details

Note You need to log in before you can comment on or make changes to this bug.
Description heroblues 2011-10-14 03:11:51 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.setBaseLineNumberImpl(EditableDiffView.java:476)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.access$1700(EditableDiffView.java:114)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$3.run(EditableDiffView.java:421)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
   at java.awt.EventQueue.access$000(EventQueue.java:101)
Comment 1 heroblues 2011-10-14 03:11:56 UTC
Created attachment 112031 [details]
stacktrace
Comment 2 Tomas Stupka 2011-10-20 12:39:00 UTC

*** This bug has been marked as a duplicate of bug 191770 ***