Bug 11232 - Inner class indentation problem
Summary: Inner class indentation problem
Status: RESOLVED DUPLICATE of bug 3181
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-13 05:27 EST by Stefan Matthias Aust CLA
Modified: 2002-07-30 13:50 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 Stefan Matthias Aust CLA 2002-03-13 05:27:53 EST
The code shown below is formatted as shown below

        InputDialog d =
            new InputDialog(
                shell,
                "Please input",
                "the interface name",
                "IInterface",
                new IInputValidator() {
            public String isValid(String newText) {
                return null;
            }
        });

The inner class's method should however be indented two more tabs.
Comment 1 Philipe Mulet CLA 2002-03-13 05:41:44 EST
Will consider post 2.0
Comment 2 Philipe Mulet CLA 2002-07-25 06:30:56 EDT
Resurrecting formatter issues in 2.1 stream.
Comment 3 Philipe Mulet CLA 2002-07-25 06:32:44 EDT
Clearing resolution
Comment 4 Olivier Thomann CLA 2002-07-30 13:50:34 EDT

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