Bug 83684 - [formatting] Formatting codes like A extends B.C<Object> has no effect.
Summary: [formatting] Formatting codes like A extends B.C<Object> has no effect.
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-25 23:20 EST by baikuo21 CLA
Modified: 2005-02-16 12:31 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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