Bug 37168 - Task tag produces two tasks when next to a closing brace
Summary: Task tag produces two tasks when next to a closing brace
Status: RESOLVED DUPLICATE of bug 36214
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 10:12 EDT by Constantine Dokolas CLA
Modified: 2003-06-02 06:12 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 Constantine Dokolas CLA 2003-05-02 10:12:54 EDT
Simple example:

public void bla() {} //TODO Bla

Another example:

  public void bla2()
  {
    //some code
  } //TODO Check what the compiler does for cleanup
Comment 1 Olivier Thomann CLA 2003-05-02 10:58:22 EDT
Duplicate of bug 36214.

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