Bug 8473 - BreakpointLocationVerifier not correct for mutliline method declarations
Summary: BreakpointLocationVerifier not correct for mutliline method declarations
Status: RESOLVED DUPLICATE of bug 1591
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-25 10:59 EST by Darin Swanson CLA
Modified: 2003-05-12 14:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2002-01-25 10:59:05 EST
20020124

Misses the case where the throws clause is on a separate line...a breakpoint 
can be set on the throws clause but it is not installed or hit.

public void evaluate(
		String snippet,
		IJavaStackFrame frame,
		IEvaluationListener listener)
		throws DebugException {
Comment 1 Darin Wright CLA 2002-02-26 15:39:46 EST
Deferred
Comment 2 Darin Wright CLA 2003-05-12 14:48:14 EDT
Re-open to mark as dup.
Comment 3 Darin Wright CLA 2003-05-12 14:48:31 EDT

*** This bug has been marked as a duplicate of 1591 ***