Activity for MultiJava

  • Gary T. Leavens Gary T. Leavens committed [r13]

    better path for Curt, and goes with the set-classroot.sh file

  • David Cok David Cok committed [r9]

    Slight changes to Makefiles for platform independence and documentation

  • Gary T. Leavens Gary T. Leavens committed [r12]

    added script for calling mjc compiler

  • Curtis Clifton Curtis Clifton committed [r2]

    First cut at separating mjc from JML

  • David Cok David Cok committed [r10]

    Fixes to jmldocs

  • David Cok David Cok committed [r17]

    Protecting against make errors

  • Gary T. Leavens Gary T. Leavens committed [r18]

    changed the name of the assert method in Util to assertTrue, so that we don't get warnings under JDK 1.4 when compiling

  • Gary T. Leavens Gary T. Leavens committed [r11]

    better documentation for the variables, including CLASSPATH in what is to be set

  • Gary T. Leavens Gary T. Leavens committed [r15]

    better name for the script file

  • Curtis Clifton Curtis Clifton committed [r8]

    Tweaked build system to support extensible checks of environment variables

  • Gary T. Leavens Gary T. Leavens committed [r14]

    version that works without anything in the CLASSPATH

  • Curtis Clifton Curtis Clifton committed [r3]

    renaming completed for packages

  • Curtis Clifton Curtis Clifton committed [r7]

    Make system now working for build, rebuild-all, clean, pristine, distclean, clean-classes, runtests, and javadocs targets

  • Gary T. Leavens Gary T. Leavens committed [r16]

    added

  • Curtis Clifton Curtis Clifton committed [r5]

    Added script to compare the bytecode produced by javac with that produced by mjc.

  • Curtis Clifton Curtis Clifton committed [r6]

    updated prj.el (JDE for Emacs config file) to be MultiJava specific

  • --none-- committed [r1]

    Standard project directories initialized by cvs2svn.

  • Curtis Clifton Curtis Clifton committed [r4]

    Added a useful script for renaming packages.

  • Gary T. Leavens Gary T. Leavens committed [r27]

    Renamed set-class-root.sh to example-developers-source-cygwin.sh

  • Gary T. Leavens Gary T. Leavens committed [r24]

    fixed JTEMP declaration

  • Gary T. Leavens Gary T. Leavens committed [r29]

    standardize location of antlr

  • Gary T. Leavens Gary T. Leavens committed [r22]

    corrected javadoc keyword from @throws to @exception

  • Gary T. Leavens Gary T. Leavens committed [r20]

    corrected javadoc comment keyword

  • Gary T. Leavens Gary T. Leavens committed [r25]

    Small modifications to javadoc comments to get rid of warnings about empty first sentences (mostly) under JDK 1.4.

  • Gary T. Leavens Gary T. Leavens committed [r21]

    actual correction

  • Gary T. Leavens Gary T. Leavens committed [r30]

    added Unix version

  • Gary T. Leavens Gary T. Leavens committed [r23]

    corrected javadoc keyword from @returns to @return

  • Gary T. Leavens Gary T. Leavens committed [r19]

    corrected javadoc comment (changed @returns to correct @return)

  • Gary T. Leavens Gary T. Leavens committed [r28]

    Renamed example-developers-source-cygwin.sh to example-developers-sourceme-cygwin.sh

  • Gary T. Leavens Gary T. Leavens committed [r26]

    better documentation, added JDLINKS so switching from JML won't cause problems.

  • Gary T. Leavens Gary T. Leavens committed [r31]

    better JDK location on Unix

  • Curtis Clifton Curtis Clifton committed [r32]

    Changed cygwin script to use cygpath to convert to Windows style path name. This is more robust, and I think easier to read, than using sed

  • Gary T. Leavens Gary T. Leavens committed [r35]

    corrected backslashes, and more use of cygpath.

  • Gary T. Leavens Gary T. Leavens committed [r36]

    use of cygpath here too.

  • Curtis Clifton Curtis Clifton committed [r38]

    Backing out incomplete change to error messages.

  • Curtis Clifton Curtis Clifton committed [r37]

    Added check and error message for directories as command line arguments

  • Curtis Clifton Curtis Clifton committed [r34]

    Added a test for recursive definition of JDLINKS environment variable.

  • Yoonsik Cheon Yoonsik Cheon committed [r43]

    Made "catchUp" tasks for anonymous inner classes and local innerclasses

  • Curtis Clifton Curtis Clifton committed [r39]

    Updated mjc and jml to use relative paths in error messages

  • Curtis Clifton Curtis Clifton committed [r40]

    Moved JUnit test suite for MJ into the org.multijava package. Note that having this test suite at the top level resulted in ambiguity vs. the JML2 test suite. The ambiguity was silently resolved based on the local CLASSPATH. I will be moving the JUnit test suite for JML2 into the org.jmlspecs package next.

  • Curtis Clifton Curtis Clifton committed [r51]

    Fleshed out CMB example

  • Curtis Clifton Curtis Clifton committed [r52]

    cleaned up some lint in the CMB sample

  • David Cok David Cok committed [r47]

    Comment on potential failure

  • David Cok David Cok committed [r56]

    fixes to javadoc comments

  • Curtis Clifton Curtis Clifton committed [r57]

    Added code to Comment Mining Browser case study for extracting keywords from comments in source code

  • Curtis Clifton Curtis Clifton committed [r55]

    Added test case for index building

  • Curtis Clifton Curtis Clifton committed [r53]

    Added helper target so the runtests target does not repeatedly call the build target at every level of the recursion

  • Curtis Clifton Curtis Clifton committed [r48]

    Added directory structure and initial files for a new MultiJava case study, the Comment Mining Browser

  • Gary T. Leavens Gary T. Leavens committed [r46]

    we no longer put TestSuite.java at the top of MJ

  • David Cok David Cok committed [r44]

    Testing cross-platform issues for jmldocs

  • David Cok David Cok committed [r41]

    javadocs/jmldocs now work from any subdirectory

  • David Cok David Cok committed [r42]

    platform independence for running TestRunner

  • David Cok David Cok committed [r45]

    Updating TODO

  • Curtis Clifton Curtis Clifton committed [r54]

    Removed a vestigial error message. Cleaned up some white space.

  • Curtis Clifton Curtis Clifton committed [r50]

    Removed some previously completed items

  • Curtis Clifton Curtis Clifton committed [r49]

    Fixed clean-classes target to convert PACKAGE variable to directory path

  • Curtis Clifton Curtis Clifton committed [r80]

    candidate_mjc-0_9a-9

  • Curtis Clifton Curtis Clifton committed [r72]

    candidate_mjc-0_9a-5

  • --none-- committed [r77]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • Curtis Clifton Curtis Clifton committed [r60]

    Improved handling of case-sensitivity by localizing this code to Index.java

  • --none-- committed [r79]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • --none-- committed [r75]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • Curtis Clifton Curtis Clifton committed [r78]

    candidate_mjc-0_9a-8

  • Curtis Clifton Curtis Clifton committed [r62]

    Changed options to use a default release number defined in org.multijava.util.Options unless overridden with a version declaration in the *.opt file. Removed version declarations from all MJ *.opt files so that these utilities are all synchronized to the same release number

  • --none-- committed [r68]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • David Cok David Cok committed [r71]

    avoiding error in runtests; adding ability to run jmldoc on local directory

  • Curtis Clifton Curtis Clifton committed [r59]

    Added flag controlling whether or not an index is case-sensitive

  • --none-- committed [r64]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • Curtis Clifton Curtis Clifton committed [r69]

    candidate_mjc-0_9a-4

  • Curtis Clifton Curtis Clifton committed [r82]

    candidate_mjc-0_9a-10

  • --none-- committed [r81]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • --none-- committed [r73]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • Curtis Clifton Curtis Clifton committed [r58]

    Cleaned up some documentation

  • Curtis Clifton Curtis Clifton committed [r61]

    Extended option file grammar to allow *.opt files to give a URL for additional project information (in lieu of hardcoding the multijava.org reference as before

  • Curtis Clifton Curtis Clifton committed [r74]

    candidate_mjc-0_9a-6

  • Curtis Clifton Curtis Clifton committed [r93]

    Added target 'packages-list' that prints the packages configured for javadocing.

  • --none-- committed [r85]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • Curtis Clifton Curtis Clifton committed [r98]

    candidate_mjc-0_9_1a-1

  • Curtis Clifton Curtis Clifton committed [r95]

    Adding user interface to comment mining browser case study

  • Curtis Clifton Curtis Clifton committed [r91]

    removed javadocs from release procedure, fixed bug in automatic setting of PROJ_JCLASSROOT from PROJ_CLASSROOT

  • Curtis Clifton Curtis Clifton committed [r89]

    Some changes to tests for platform indepence. Changed default version to indicate CVS snapshot after 0.9a

  • Curtis Clifton Curtis Clifton committed [r97]

    Added more of the Comment Mining Browser user interface

  • Curtis Clifton Curtis Clifton committed [r102]

    Added another step to the release procedure.

  • --none-- committed [r100]

    This commit was manufactured by cvs2svn to create tag 'mjc-0_9_1a'.

  • Curtis Clifton Curtis Clifton committed [r106]

    Corrected some verbage and expanded the definition of the mm_count field.

  • Curtis Clifton Curtis Clifton committed [r103]

    Added prototype of dialog for selecting files to open

  • --none-- committed [r86]

    This commit was manufactured by cvs2svn to create tag 'mjc-0_9a'.

  • Curtis Clifton Curtis Clifton committed [r101]

    Updated version message to CVS

  • Curtis Clifton Curtis Clifton committed [r104]

    Added package description for the org.multijava.mjc package. This description includes the specification of the custom bytecode attributes used to add MultiJava-specific type information to generate *.class files.

  • Curtis Clifton Curtis Clifton committed [r96]

    Fixed to refer to MultiJava directory in source code download instructions (instead of MJ)

  • --none-- committed [r83]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • David Cok David Cok committed [r88]

    Fixing patform dependencies

  • Curtis Clifton Curtis Clifton committed [r105]

    Fixed HTML error, missing opening body tag.

  • Curtis Clifton Curtis Clifton committed [r90]

    several minor fixes: removed redundant ./ from paths in error messages, added quiet-tests target, removed redirection from javadocs target

  • Curtis Clifton Curtis Clifton committed [r92]

    fixed release code bugs in creating jars and tars

  • Curtis Clifton Curtis Clifton committed [r94]

    Removed some completed item and reordered some others

  • --none-- committed [r99]

    This commit was manufactured by cvs2svn to create tag 'candidate_mjc-

  • Curtis Clifton Curtis Clifton committed [r84]

    candidate_mjc-0_9a-11

  • David Cok David Cok committed [r87]

    Committing tests that exercise recovery from parsing failures in referenced files

  • Gary T. Leavens Gary T. Leavens committed [r128]

    added for csh users

1 >
MongoDB Logo MongoDB