Bug 11232

Summary: Inner class indentation problem
Product: [Eclipse Project] JDT Reporter: Stefan Matthias Aust <sma>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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