Closed GoogleCodeExporter closed 8 years ago
Additional info:
Eclipse Juno
OS X 10.8.2 on HFS
Original comment by nearw...@gmail.com
on 9 Jan 2013 at 3:32
java is case sensitive, so don't use on a case insensitive fs!
Original comment by lfar...@lfarkas.org
on 9 Jan 2013 at 5:07
I understand that Java is case sensitive. But that doesn't mean help when the
file system itself isn't. The generated class files collide. Reformatting to a
case-sensitive file system really pushes the meaning of "work around".
The fix is easy (5 or so lines need an identifier renamed), and allows it to
build on more systems out of the box. I don't understand why you wouldn't want
to fix this.
Original comment by nearw...@gmail.com
on 9 Jan 2013 at 9:59
Out of interest, can you reproduce this issue using javac? As far as I can see,
those private inner classes are compiled to BaseSink$1 etc. Not sure if that's
an Eclipse issue.
Original comment by neilcsmi...@googlemail.com
on 9 Jan 2013 at 10:58
No, I cannot reproduce on the command line. You're right, it seems to be an
eclipse + case-insensitive FS issue.
Original comment by nearw...@gmail.com
on 10 Jan 2013 at 6:54
Issue 123 has been merged into this issue.
Original comment by neilcsmi...@googlemail.com
on 22 Apr 2013 at 8:04
r596
Original comment by lfar...@lfarkas.org
on 22 Apr 2013 at 9:17
Original issue reported on code.google.com by
nearw...@gmail.com
on 9 Jan 2013 at 3:28