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 271374 - NumberFormatException: For input string: "{0}"
Summary: NumberFormatException: For input string: "{0}"
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-26 21:38 UTC by RichMcGuinness
Modified: 2017-08-29 15:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227906


Attachments
stacktrace (5.50 KB, text/plain)
2017-08-26 21:38 UTC, RichMcGuinness
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RichMcGuinness 2017-08-26 21:38:24 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
GUEST: Subversion on commit

GUEST: Subversion can't get info

GUEST: Commit folders

GUEST: ?????

RichMcGuinness: selected subfolder to commit just files updated.  clicked on commit.

GUEST: Commiting subversion project

GUEST: svn commit not working

GUEST: ????




Stacktrace: 
java.lang.NumberFormatException: For input string: "{0}"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Integer.parseInt(Integer.java:580)
   at java.lang.Integer.parseInt(Integer.java:615)
   at java.text.MessageFormat.makeFormat(MessageFormat.java:1427)
   at java.text.MessageFormat.applyPattern(MessageFormat.java:479)
   at java.text.MessageFormat.<init>(MessageFormat.java:362)
Comment 1 RichMcGuinness 2017-08-26 21:38:26 UTC
Created attachment 165015 [details]
stacktrace