VA Assist associates a starting line number with each java method imported from or
exported to *.java class files. Once line numbers have been associated with methods
in a particular class, then the "Goto Line Number..." command can be used to
jump to a particular line number in that class. VA Assist records only the first
line number for each method, so if a method has been modified since the class was imported
or exported, then the "Goto Line Number..." command will goto the correct
method, but may not goto the correct line in that method.