Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 384987 - java.lang.IllegalArgumentException: Empty path not permitted.
Summary: java.lang.IllegalArgumentException: Empty path not permitted.
Status: CLOSED DUPLICATE of bug 378948
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-12 17:39 EDT by Sam Davis CLA
Modified: 2012-10-11 09:40 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 Sam Davis CLA 2012-07-12 17:39:42 EDT
An internal error occurred during: "Re-indexing repository com.tasktop".
java.lang.IllegalArgumentException: Empty path not permitted.
	at org.eclipse.jgit.treewalk.filter.PathFilter.create(PathFilter.java:80)
	at org.eclipse.jgit.treewalk.filter.PathFilterGroup.createFromStrings(PathFilterGroup.java:90)
	at org.eclipse.egit.core.internal.indexdiff.IndexDiffCacheEntry.calcIndexDiffData(IndexDiffCacheEntry.java:309)
	at org.eclipse.egit.core.internal.indexdiff.IndexDiffCacheEntry.access$8(IndexDiffCacheEntry.java:298)
	at org.eclipse.egit.core.internal.indexdiff.IndexDiffCacheEntry$5.run(IndexDiffCacheEntry.java:258)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Marc-André Laperle CLA 2012-09-23 15:03:58 EDT
EGit 2.2.0.201209192328

I got this exception when I deleted 4 projects that were not in a git repo. Maybe egit was reindexing while I did that.
Comment 2 Tomasz Zarna CLA 2012-10-11 09:40:55 EDT

*** This bug has been marked as a duplicate of bug 378948 ***