Share

SourceMeter

Code

Programming Languages: Java

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2001-10-11 cvs -d:pserver:anonymous@sourcemeter.cvs.sourceforge.net:/cvsroot/sourcemeter login

cvs -z3 -d:pserver:anonymous@sourcemeter.cvs.sourceforge.net:/cvsroot/sourcemeter co -P modulename

Show:

What's happening?

  • Proposed v0.6

    Here's my patches for a candidate v0.6: * added manifest to permit java -jar ... * fixed bin/SourceMeter script * added Java constructor and method counts. John.

    2007-07-21 00:51:26 UTC by matthewsj

  • bin/SouceMeter errors

    The shell script bin/SourceMeter is malformed; environment variable references don't have a trailing '$'. Also, *nix lines end with LF, not CR/LF. A correct version is below: #! /bin/sh if [ "$JAVA_HOME" != "" ] ; then if [ "$JAVACMD" = "" ] ; then JAVACMD=$JAVA_HOME/bin/java fi else if [ "$JAVACMD" = "" ] ; then JAVACMD=java fi fi # Either modify the path to...

    2007-07-20 10:25:11 UTC by matthewsj

  • SourceMeter

    Anonymous committed patchset 1 of module CVSROOT to the SourceMeter CVS repository, changing 11 files.

    2001-10-11 20:11:40 UTC by nobody

  • sourcemeter

    registered the SourceMeter project.

    2001-10-11 19:58:59 UTC by

Our Numbers