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 224695 - [73cat] StringIndexOutOfBoundsException: String index out of range: -4
Summary: [73cat] StringIndexOutOfBoundsException: String index out of range: -4
Status: RESOLVED INCOMPLETE
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-10 11:06 UTC by misterm
Modified: 2013-02-20 13:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197368


Attachments
stacktrace (1.70 KB, text/plain)
2013-01-10 11:06 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-01-10 11:06:03 UTC
Build: NetBeans IDE Dev (Build 20130110-1f77a08481ab)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

Stacktrace: 
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
   at java.lang.String.substring(String.java:0)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaUserMatchResponse.parseConfirmMatchInternal(BugzillaUserMatchResponse.java:115)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaUserMatchResponse.parseResultConfirmMatch(BugzillaUserMatchResponse.java:70)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.parseRepositoryResponse(BugzillaClient.java:2042)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.parsePostResponse(BugzillaClient.java:1879)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.postTaskDataInternal(BugzillaClient.java:1339)
Comment 1 misterm 2013-01-10 11:06:05 UTC
Created attachment 130073 [details]
stacktrace
Comment 2 Tomas Stupka 2013-01-11 11:08:08 UTC
raised by the bugzilla connector when parsing a confirm user match response from bugzilla

some additional info could be usefull - e.g.
what username did you try to submit? 
are you able reproduce in a browser? (what is the response you get there?)

thanks
Comment 3 Tomas Stupka 2013-02-20 13:53:04 UTC
any update on this?