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 173334 - [68cat] IllegalArgumentException: can't parse argument number revision
Summary: [68cat] IllegalArgumentException: can't parse argument number revision
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 04:14 UTC by Michel Graciano
Modified: 2009-10-07 00:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159273


Attachments
stacktrace (4.61 KB, text/plain)
2009-09-30 04:15 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2009-09-30 04:14:54 UTC
Build: NetBeans IDE Dev (Build 200909221401)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, i386

User Comments:
hmichel: An better message and help for which arguments are supported should be implemented



Stacktrace: 
java.lang.IllegalArgumentException: can't parse argument number revision
        at java.text.MessageFormat.makeFormat(MessageFormat.java:1339)
        at java.text.MessageFormat.applyPattern(MessageFormat.java:458)
        at java.text.MessageFormat.<init>(MessageFormat.java:350)
        at org.netbeans.modules.bugtracking.vcs.SvnHookImpl.beforeCommit(SvnHookImpl.java:121)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:555)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:446)
Comment 1 Michel Graciano 2009-09-30 04:15:00 UTC
Created attachment 88560 [details]
stacktrace
Comment 2 Michel Graciano 2009-09-30 04:29:11 UTC
I tried to use {revision} variable for commit message.
Comment 3 Tomas Stupka 2009-10-01 11:17:37 UTC
preventing exception - unsupported variables will be ignored

changeset   : 147636:f7804ce15eea
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Thu Oct 01 12:15:34 CEST 2009

would be nice to have some warning, so only lowering priority instead of closing 
Comment 4 Michel Graciano 2009-10-01 13:30:26 UTC
Which repo do you push it?
Comment 5 Tomas Stupka 2009-10-01 13:34:31 UTC
none yet. it will be notifyied in the issue when integrated in main
Comment 6 Tomas Stupka 2009-10-02 15:07:55 UTC
fixed

changeset   : 147640:4323e2ed4b11
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Fri Oct 02 16:04:40 CEST 2009
Comment 7 Quality Engineering 2009-10-07 00:12:14 UTC
Integrated into 'main-golden', will be available in build *200910061401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f7804ce15eea
User: Tomas Stupka <tstupka@netbeans.org>
Log: #173334 - [68cat] IllegalArgumentException: can't parse argument number revision