Bug 8473

Summary: BreakpointLocationVerifier not correct for mutliline method declarations
Product: [Eclipse Project] JDT Reporter: Darin Swanson <Darin_Swanson>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

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 ***