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

Summary: [70cat] NullPointerException at org.netbeans.modules.versioning.diff.DiffSidebar.paintComponentUnderLock
Product: versioncontrol Reporter: schkovich <schkovich>
Component: CodeAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 175978
Attachments: stacktrace

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 ***