History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-2893
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Vincent Mallet
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ctrl-Shift-F7 on 'throws' fails to find thrown exception

Created: 12 Oct 05 16:39   Updated: 31 Oct 05 19:48
Component/s: Code Navigation, Editor. Editing Text
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: XPSP2 jdk5.0

Build: 3,511


 Description  « Hide
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; }
}
}



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.