Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Obsolete
Assignee
Alexey Kudravtsev
Subsystem
Code Navigation
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vincent Mallet
    6 years ago (12 Oct 2005 16:39)
  • Updated by   Anna Kozlova
    9 months ago (24 Aug 2011 23:03)
  • Jira: IDEADEV-2893
    (history, comments)
 
IDEA-30352 Ctrl-Shift-F7 on 'throws' fails to find thrown exception
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
In the following case, pressing Ctrl-Shift-F7 on the 'throws' keyword fails to find/highlight the "throw e" statement.

class ThrowTest {
void foo() throws InterruptedException {
try {
Thread.sleep(0);
} catch (InterruptedException e) {
throw e;
}
}
}


Environment: XPSP2 jdk5.0
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments