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 97064 - Invoking Diff on locally deleted file throws Exception.
Summary: Invoking Diff on locally deleted file throws Exception.
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: diff-issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 10:47 UTC by Peter Pis
Modified: 2007-03-21 11:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
InvocationTargetException (2.71 KB, text/plain)
2007-03-02 10:47 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2007-03-02 10:47:04 UTC
NetBeans IDE Dev (Build 200703011900)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Steps:
1. Open project under version control.
2. Select project root and invoke "Subversion | Show Changes" action on it.
3. Delete any file of the project and from "Versioning" view invoke "Diff".

Exception is thrown.

java.lang.reflect.InvocationTargetException
	at java.awt.EventQueue.invokeAndWait(EventQueue.java:997)
	at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323)
	at
org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.<init>(EditableDiffView.java:201)
	at org.netbeans.modules.diff.builtin.DefaultDiff.createDiff(DefaultDiff.java:116)
	at
org.netbeans.modules.subversion.ui.diff.DiffMainPanel$DiffPrepareTask.run(DiffMainPanel.java:654)
Comment 1 Peter Pis 2007-03-02 10:47:31 UTC
Created attachment 39109 [details]
InvocationTargetException
Comment 2 Maros Sandor 2007-03-20 11:32:41 UTC
Seems to work now.
Comment 3 Peter Pis 2007-03-21 11:34:37 UTC
Verified.