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 254000 - NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable.DiffSplitPaneDivider$DiffSplitDivider.paintComponent
Summary: NullPointerException at org.netbeans.modules.diff.builtin.visualizer.editable...
Status: RESOLVED DUPLICATE of bug 253999
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:
Depends on:
Blocks:
 
Reported: 2015-07-30 12:45 UTC by Michel Graciano
Modified: 2015-07-30 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218872


Attachments
stacktrace (5.19 KB, text/plain)
2015-07-30 12:45 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:45:13 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: Trying to diff a specific deleted file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.diff.builtin.visualizer.editable.DiffSplitPaneDivider$DiffSplitDivider.paintComponent(DiffSplitPaneDivider.java:262)
   at javax.swing.JComponent.paint(JComponent.java:1053)
   at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:39)
   at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:79)
   at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:116)
   at java.awt.Container.paint(Container.java:1973)
Comment 1 Michel Graciano 2015-07-30 12:45:15 UTC
Created attachment 155058 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-30 13:38:53 UTC
same as bug 253999, manager is null.

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