Bug 12696 - BreakpointLocationVerifier returns weird locations
Summary: BreakpointLocationVerifier returns weird locations
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-04-03 10:58 EST by Claude Knaus CLA
Modified: 2003-05-12 15:32 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 Claude Knaus CLA 2002-04-03 10:58:15 EST
I-20020328 on w2k and linux-motif:

  1) Create a CU with the contents below.
  2) Double click anywhere in the first three lines.
  3) Observe that the line with the <br> tag is a breakpoint location.

---8<---
/**
 * Foo.
 * <br>
 * Bar.
 */
public class Foo {
}
Comment 1 Darin Wright CLA 2002-04-08 21:37:02 EDT
Do not intend to fix for 2.0. Breakpoint location verification needs to be re-
designed, and likely use the AST API.
Comment 2 Darin Wright CLA 2003-05-12 15:31:58 EDT
Marking as dup.
Comment 3 Darin Wright CLA 2003-05-12 15:32:14 EDT

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