The Artima Developer Community
Sponsored Link

News & Ideas Forum (Closed for new topic posts)
JCSC (Java Coding Standard Checker)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

JCSC (Java Coding Standard Checker) Posted: Feb 12, 2003 2:59 AM
Reply to this message Reply
Advertisement
Ralph Jocham has released JCSC (Java Coding Standard Checker), a tool for checking Java source code for adherence to coding standards.

http://jcsc.sourceforge.net/

Here is an excerpt:

JCSC is a powerful tool to check source code against a highly definable coding standard and potential bad code.
The standard covers naming conventions for class, interfaces, fields, parameter, ... . Also the structural layout of the type (class/interface) can be defined. Like where to place fields, either before or after the methods and in which order. The order can be defined through the visibility or by type (instance, class, constant). The same is applicable for methods. Each of those rules is highly customizable. Readability is enhanced by defining where to put white spaces in the code and when to use braces. Apart from that, it finds weaknesses in the the code -- potential bugs -- like empty catch/finally block, switch without default, throwing of type 'Exception', slow code, ... . JCSC is inspired by lint.

Topic: Artima SuiteRunner 1.0beta3 Released Previous Topic   Next Topic Topic: AlichiSoft releases TierDeveloper 2.0 O/R Mapping Tool

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use