seanjensengrey / kiama

Automatically exported from code.google.com/p/kiama
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Remove all direct Java dependencies from Kiama #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At some stage we would like to be only dependent directly on Scala libraries, 
not on any java.* stuff.

Original issue reported on code.google.com by inkytonik on 5 Nov 2009 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 10 Nov 2009 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 10 Nov 2009 at 5:12

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 22 Nov 2009 at 2:07

GoogleCodeExporter commented 9 years ago
The main impediment here will be getting an IdentityHashMap since we now use 
the java one.

Original comment by inkytonik on 24 Nov 2009 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 24 Nov 2009 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 21 Oct 2010 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 15 Jun 2012 at 9:30

GoogleCodeExporter commented 9 years ago
HashMap dependencies on Java are going away since we are now using the Guava 
libraries (another dependency of course). But we still depend on Java I/O 
libraries since the Scala ones are missing.

Original comment by inkytonik on 7 Jan 2014 at 9:54