Cleaner

Software Screenshot:
Cleaner
Software Details:
Version: 0.1
Upload Date: 3 Jun 15
Developer: Jon Rafkind
Distribution Type: Freeware
Downloads: 4

Rating: nan/5 (Total Votes: 0)

Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. The Java code syntax is parsed using ANTLR and then printed to standard output.

Source is included.

Something like this:

public void foo(String bar)
{
for(int x=0; x < 9; x++ )
{
System.out.println ("X = " + x);
}
}

Will become

public void foo( String bar ){
for ( int x = 0; x < 9; x++ ){
System.out.println( "X = " + x );
}
}

Compile:

$ ant

Run:

$ java -classpath cleaner.jar:lib/antlr.jar cleaner.Cleaner < some-file >

Similar Software

scanmem
scanmem

2 Jun 15

YARI
YARI

12 May 15

pytrace
pytrace

20 Feb 15

Other Software of Developer Jon Rafkind

Raptor
Raptor

2 Jun 15

Comments to Cleaner

Comments not found
Add Comment
Turn on images!