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

Summary: [73cat] StringIndexOutOfBoundsException: String index out of range: -4
Product: connecteddeveloper Reporter: misterm <misterm>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197368
Attachments: stacktrace

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?