Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Are these formatter regressions acceptable? (Trying to fix bug 169934.)
Are these formatter regressions acceptable? (Trying to fix bug 169934.) [message #245578] Thu, 12 July 2007 15:05
Eclipse UserFriend
Originally posted by: peter.arrenbrecht.gmail.com

Hi all

I am trying to fix

https://bugs.eclipse.org/bugs/show_bug.cgi?id=169934

My own test works nicely. But I get regressions where before

abstract /* */ class

would result in

abstract/* */class

but now (with my patch) in

abstract /* */class

Does anyone know if this matters? Or can it be changed? After all, right now

package /*...*/xy

is left as

package /*...*/xy

and not reformatted to

package/*...*/xy

So the current behaviour does not really look consistent to me anyway.

I have attached a first version of the proposed patch to the bug.

-peo
Previous Topic:Java Browsing Perspective - No types displayed when selecting project or source folder
Next Topic:code completion question in java editor: local and parameter variables
Goto Forum:
  


Current Time: Wed Jan 15 11:39:42 GMT 2025

Powered by FUDForum. Page generated in 0.04794 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top