Include parameter types for Java call tips in Jython mode
Brought to you by:
fabioz
Often, Java method parameters do not have descriptive names. There's no way to tell what kind of object to pass without the object type. Showing the type as well ("Date object1") would make PyDev much more useful for using Jython with Java libraries.