When using M-. , is the Tags file supposed to jump to the place where
a class, method, etc. is defined, or does it simply jump to the first
occurrence of the tag in the Tags file? If the latter, this is not
particularly helpful, when a class is used frequently within
a project. For example, if the Point is on the class SomeClass
in any file and I use M-. , I would like to jump to the definition in
SomeClass.java. Instead, I am sent to a location in SomeOtherClass.Java
where SomeClass is also referenced.
Any help would be appreciated.
Joe Anderson