A bit of an odd case, but when you have a comment
following a left-brace but on the same line, jalopy inserts
a blank line. Further, and perhaps more of a problem,
when the brace-comment is follwed by another line with
a comment then jalopy inserts a duplicate of the
comment lines. I have attached my prefs as used, and
here is an example:
This source:
if (this.someVar)
{ // this.someVar is true
// Sum the external costs of all of the actions
Iterator it = this.actionList.iterator();
while (it.hasNext())
{ // each EventAction
EventAction a = (EventAction) it.next();
becomes:
if (this.someVar)
{ // this.someVar is true
// Sum the external costs of all of the actions
// this.someVar is true
// Sum the external costs of all of the actions
Iterator it = this.actionList.iterator();
while (it.hasNext())
{ // each EventAction
EventAction a = (EventAction) it.next();
Marco Hunsicker
None
None
Public
|
Date: 2002-09-03 18:50 Logged In: YES |
|
Date: 2002-09-03 17:31 Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| jalopy-prefs2.xml | Preferences file | Download |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use