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 - NPE in Diff of Annotations
Summary: NPE in Diff of Annotations
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-10-10 14:46 UTC by Peter Pis
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (317 bytes, text/plain)
2005-10-10 14:51 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
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.