Incorrect URI to File conversion in GenericExporter
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Querydsl |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
GenericExporter converts a URI to a File incorrectly which causes it to fail under Windows. For example:
packagePath=
(notice the leading slash)
but then later on:
child=C:
(notice the lack of leading slash)
So later on when you invoke "child.
To fix this bug simply replace:
with
Please also scan for similar instances of this bug in the rest of the codebase.

I just commited this fix, could you retry?