Bug 101616 - [format] Label in code blocks format action
Summary: [format] Label in code blocks format action
Status: RESOLVED DUPLICATE of bug 101247
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-24 07:39 EDT by Maxime Daniel CLA
Modified: 2005-06-24 07:43 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 Maxime Daniel CLA 2005-06-24 07:39:39 EDT
Build id: I20050624-0010

Try to format the following code:

public class X {public static void main(String[] args) {
      loop: System.out.println("X");
    }
  } 

This does nothing at all.
Comment out the 'loop:' label and it works.
Comment 1 Olivier Thomann CLA 2005-06-24 07:43:35 EDT

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