Bug 83684

Summary: [formatting] Formatting codes like A extends B.C<Object> has no effect.
Product: [Eclipse Project] JDT Reporter: baikuo21
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, eclipse
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: All   
OS: All   
Whiteboard:

Description baikuo21 CLA 2005-01-25 23:20:57 EST
I20050125-0800

eg.:

interface A
{ class AA<T> {} }

class FieldArgumentsPC
extends A.AA <Object>
{}

I try to do formatting, but the codes keep untouched.
Comment 1 Dani Megert CLA 2005-01-26 03:25:20 EST
Tom, please investigate whether it's in our land or JDT Core.
Comment 2 Tom Hofmann CLA 2005-01-26 04:51:25 EST
moving to core as the formatter lives there.
Comment 3 Olivier Thomann CLA 2005-01-26 10:41:22 EST
Fixed and released in HEAD.
Regression test added in FormatterRegressionTests.test541.
Comment 4 David Audel CLA 2005-02-16 12:31:56 EST
Verified in I20050215-2300