Java 5-ify my code
Hi.
I was wondering if anybody knows a tool to convert a rather larger
code base (2000 files) to use the Java 5 constructs wherever possible.
I know that Eclipse for instance does generic type inference. But I
was wondering if there is for instance anything similar for for-loop
conversion or discovery of enum classes.
Cheers,
Eric
.
Relevant Pages
- Re: Java version needed?
... I'm interested to know the Java version needed to execute a runnable jar of this program. ... Are there any tools that can scan your code base and say: "here you're using the class xyz or the method foobarbaz and that was introduced in version uvw", at least for the classes, interfaces and their methods found in "standard" Java? ... (comp.lang.java.programmer) - Re: Java version needed?
... Fencer wrote: ... I use Java 1.6.0_14 that just came out when I work on this program. ... Are there any tools that can scan your code base and say: "here you're using the class xyz or the method foobarbaz and that was introduced in version uvw", at least for the classes, interfaces and their methods found in "standard" Java? ... generics and, now I will probably not use the right term, "enum classes". ... (comp.lang.java.programmer) - Java version needed?
... I have a Java program that consists of maybe 50 classes. ... I use Java 1.6.0_14 that just came out when I work on this program. ... Are there any tools that can scan your code base and say: "here you're using the class xyz or the method foobarbaz and that was introduced in version uvw", at least for the classes, interfaces and their methods found in "standard" Java? ... (comp.lang.java.programmer) |
|