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 178283 - NullPointerException at org.netbeans.modules.mercurial.ui.diff.DiffFileTable.getEditorCookie
Summary: NullPointerException at org.netbeans.modules.mercurial.ui.diff.DiffFileTable....
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-08 03:38 UTC by Ondrej Vrabec
Modified: 2009-12-19 00:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163455


Attachments
stacktrace (1.17 KB, text/plain)
2009-12-08 03:38 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2009-12-08 03:38:24 UTC
Build: NetBeans IDE Dev (Build 091207-a5362bf4bd2f)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Linux, 2.6.31.5-0.1-default, amd64

User Comments:
ovrabec: Subversion...MultiDiffPanel.java. Show annotations, popup on line 863 (annotation: 144082 - ovrabec). Select Diff to previous...



Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mercurial.ui.diff.DiffFileTable.getEditorCookie(DiffFileTable.java:428)
   at org.netbeans.modules.mercurial.ui.diff.MultiDiffPanel.setDiffIndex(MultiDiffPanel.java:363)
   at org.netbeans.modules.mercurial.ui.diff.MultiDiffPanel.<init>(MultiDiffPanel.java:164)
   at org.netbeans.modules.mercurial.ui.diff.DiffAction.diff(DiffAction.java:114)
   at org.netbeans.modules.mercurial.ui.annotate.AnnotationBar$3$1.run(AnnotationBar.java:493)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Ondrej Vrabec 2009-12-08 03:38:28 UTC
Created attachment 92253 [details]
stacktrace
Comment 2 Marian Petras 2009-12-17 15:27:33 UTC
Fixed in Mercurial and also in modules Clearcase, CVS and Subversion.

Changeset:
cdev #ad6312d154a6
Comment 3 Quality Engineering 2009-12-19 00:25:44 UTC
Integrated into 'main-golden', will be available in build *200912190200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ad6312d154a6
User: Marian Petras <mpetras@netbeans.org>
Log: fixed bug #178283 - "NullPointerException at org.netbeans.modules.mercurial.ui.diff.DiffFileTable.getEditorCookie"