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 66385

Summary: NPE in Diff of Annotations
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: NPE

Description Peter Pis 2005-10-10 14:46:55 UTC
Product Version       = NetBeans IDE Dev (Build 051010)
Operating System      = Windows XP version 5.1 running on x86
Java; VM; Vendor      = 1.5.0_05; Java HotSpot(TM) Client VM 1.5.0_05-b05; Sun
Microsystems Inc.
 Java Home             = d:\Java\jdk1.5.0_05\jre

Steps:
1. Check out sources. Open project.
2. Select some file node and invoke "CVS | Show Annotations ..."
3. Select line of revision higher than 1.1 and invoke "Diff x.y to x.(y-1)"
popup menu action.

Exception is thrown.
Comment 1 Peter Pis 2005-10-10 14:51:04 UTC
Created attachment 25754 [details]
NPE
Comment 2 _ pkuzel 2005-10-10 15:18:21 UTC
Checking in DiffMainPanel.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/diff/DiffMainPanel.java,v
 <--  DiffMainPanel.java
new revision: 1.21; previous revision: 1.20
done
Comment 3 Peter Pis 2005-10-13 09:03:39 UTC
Verified.