Community
Participate
Working Groups
Steps to reproduce: - Create Java Project - Crate Java Class - Create function throwing exception with JavaDoc. It should now look something like: public class Test { /** * * @throws MyExeception */ void f() throws MyExeception { } } - Create MyException class - Remove @throws line - Compare File with local history - In Compare view put cursor on MyExeception behind "@throws" and press F3 (Open Declaration) I get: "the resource is not on the build path of a java project" Open Declaration on the MyExeception behind "f() throws" works. Only F3 on the exception in the API doc doesn't work. And also only if it is on the right side of the synchronization view and if the exception class is local to the package.
PS: This is with JDT 3.7M7
Problem already exists in 3.6.2. Satyam, please take a look. Not a candidate for 3.7.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.