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 194476 - [70cat] NullPointerException at org.netbeans.modules.versioning.diff.DiffSidebar.paintComponentUnderLock
Summary: [70cat] NullPointerException at org.netbeans.modules.versioning.diff.DiffSide...
Status: RESOLVED DUPLICATE of bug 186474
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 13:15 UTC by schkovich
Modified: 2011-01-21 17:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175978


Attachments
stacktrace (4.73 KB, text/plain)
2011-01-19 13:15 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2011-01-19 13:15:16 UTC
Build: NetBeans IDE Dev (Build 201101190000)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
schkovich: copy paste name of the javascript variable in a html file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.versioning.diff.DiffSidebar.paintComponentUnderLock(DiffSidebar.java:666)
   at org.netbeans.modules.versioning.diff.DiffSidebar.access$100(DiffSidebar.java:103)
   at org.netbeans.modules.versioning.diff.DiffSidebar$3.run(DiffSidebar.java:610)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1419)
   at org.netbeans.modules.versioning.diff.DiffSidebar.paintComponent(DiffSidebar.java:607)
   at javax.swing.JComponent.paint(JComponent.java:1029)
Comment 1 schkovich 2011-01-19 13:15:20 UTC
Created attachment 105148 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-01-21 17:53:19 UTC

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