NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #7 (closed task: wontfix)

Opened 2007-03-15T14:53:49-05:00

Last modified 2014-01-07T16:21:11-06:00

Investigate source code auto-formatting tools

Reported by: curtis Owned by: curtis
Priority: trivial Milestone:
Component: build Severity: serious
Keywords: style Cc:
Blocked By: Blocking:

Description

Style checkers are nice, but it would be useful to be able to run our source through a "beautifier" such as  Jalopy to more quickly achieve a uniform coding style.

Change History

comment:1 Changed 2007-03-15T14:55:52-05:00 by curtis

  • Type changed from defect to task

comment:2 Changed 2010-08-16T16:00:36-05:00 by curtis

  • Severity set to serious

The current plan is to declare our code style appropriately in Eclipse, so that its code formatter can be used to this end.

comment:3 Changed 2014-01-07T16:21:11-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to wontfix

In various projects (including ImageJ2, ImgLib2 and SCIFIO), we are using Eclipse for code formatting and cleanup. Using any other beautifier such as Jalopy mostly just introduces the possibility of "style skew" so let's avoid it.