Peter Centgraf - 2003-01-22

Logged In: YES
user_id=431096

The tough part would be finding the appropriate info without requiring extra setup from the user. I don't think this feature would be worth making DrJava's basic setup more complex. In theory, we could pull method signatures directly out of class files using reflection, but that might be very slow. We'll have to experiment to see how much of a penalty it would have, and what we could do to minimize it.