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 89357 - NumberFormatException while committing GUI form.
Summary: NumberFormatException while committing GUI form.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-11-15 09:23 UTC by Peter Pis
Modified: 2006-12-04 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NumberFormatException (1.71 KB, text/plain)
2006-11-15 09:24 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-11-15 09:23:53 UTC
NetBeans IDE Dev (Build 200611131900)
1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Steps:
1. Open versioned controlled project. Select project root and invoke "Subversion
| Show Changes" action.
2. And new GUI Form object to it. 
3. From "Versioning" view push "Commit" button. Then commit this form.

Randomly, exception is thrown.
Comment 1 Peter Pis 2006-11-15 09:24:50 UTC
Created attachment 36059 [details]
NumberFormatException
Comment 2 Tomas Stupka 2006-11-23 15:13:18 UTC
should be fixed

Checking in WorkingCopyDetails.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/parser/WorkingCopyDetails.java,v
 <--  WorkingCopyDetails.java
new revision: 1.16; previous revision: 1.15
done
Comment 3 Peter Pis 2006-12-04 09:35:20 UTC
Verified.