Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314964 - jgit-cli command eclipse-ipzilla fails with parsing error on technology.egit project
Summary: jgit-cli command eclipse-ipzilla fails with parsing error on technology.egit ...
Status: RESOLVED FIXED
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 blocker (vote)
Target Milestone: 0.8.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 19:17 EDT by Matthias Sohn CLA
Modified: 2010-05-28 19:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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