Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314964

Summary: jgit-cli command eclipse-ipzilla fails with parsing error on technology.egit project
Product: [Technology] JGit Reporter: Matthias Sohn <matthias.sohn>
Component: JGitAssignee: Project Inbox <jgit.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3 CC: sop
Version: unspecified   
Target Milestone: 0.8.0   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Sohn CLA 2010-05-28 19:17:39 EDT
The jgit-cli command eclipse-ipzilla currently fails on the current technology.egit CQs due to a parsing error. 

egit (master)$ java -jar $JGIT_BASE/org.eclipse.jgit.pgm/target/jgit-cli.jar eclipse-ipzilla
Username for https://dev.eclipse.org/ipzilla/: ****
Password:
java.lang.IndexOutOfBoundsException: Index: 6, Size: 6
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at org.eclipse.jgit.iplog.CSV.next(CSV.java:72)
        at org.eclipse.jgit.iplog.IPZillaQuery.queryOneProject(IPZillaQuery.java:148)
        at org.eclipse.jgit.iplog.IPZillaQuery.getCQs(IPZillaQuery.java:100)
        at org.eclipse.jgit.iplog.IpLogMeta.syncCQs(IpLogMeta.java:166)
        at org.eclipse.jgit.pgm.eclipse.Ipzilla.run(Ipzilla.java:97)
        at org.eclipse.jgit.pgm.TextBuiltin.execute(TextBuiltin.java:139)
        at org.eclipse.jgit.pgm.Main.execute(Main.java:220)
        at org.eclipse.jgit.pgm.Main.main(Main.java:104)
Comment 1 Shawn Pearce CLA 2010-05-28 19:24:38 EDT
Already fixed by change Ib18b335990c73e036b185199d0004f4ffc395867