Hello.
I created a Java library with an ant file to build it into a JAR. When I use this JAR file from another Java project, the method parameter names appear as in Eclipse method hint/autocomplete: arg0, arg1, arg...
for instance, the method:
void publishStatus(String jobId, int count);
appears as:
void publishStatus(String arg0, int arg1);
What am I missing?
Thanks,
Edit
Looks like this has already been discussed in much more detail here: http://stackoverflow.com/questions/939194/preserving-parameter-argument-names-in-compiled-java-classes