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 271439 - NullPointerException at org.netbeans.modules.diff.builtin.visualizer.LinesComponent.paintComponent
Summary: NullPointerException at org.netbeans.modules.diff.builtin.visualizer.LinesCom...
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-09-06 15:04 UTC by Llerr
Modified: 2017-09-06 15:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230242


Attachments
stacktrace (2.76 KB, text/plain)
2017-09-06 15:04 UTC, Llerr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Llerr 2017-09-06 15:04:24 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) Client VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
llerr: ?? ????




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.diff.builtin.visualizer.LinesComponent.paintComponent(LinesComponent.java:428)
   at javax.swing.JComponent.paint(JComponent.java:1056)
   at javax.swing.JComponent.paintChildren(JComponent.java:889)
   at javax.swing.JComponent.paint(JComponent.java:1065)
   at javax.swing.JViewport.paint(JViewport.java:728)
   at javax.swing.JComponent.paintChildren(JComponent.java:889)
Comment 1 Llerr 2017-09-06 15:04:26 UTC
Created attachment 165097 [details]
stacktrace