Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: virag2487/JavaLibTester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TesterViera/JavaLibTester
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 241 files changed
  • 2 contributors

Commits on Sep 10, 2012

  1. Initial commit

    virag2487 committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    47e7c2d View commit details
    Browse the repository at this point in the history
  2. Merged code

    virag2487 committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    5d8c7bd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2012

  1. Removing stale copy of javassist library source, since it doesn't appear

    to be needed in this project.
    s-edwards committed Sep 14, 2012
    Configuration menu
    Copy the full SHA
    6a9131c View commit details
    Browse the repository at this point in the history
  2. Integrated latest changes from my work. Fixed Reflector to use more

    sophisticated class loader search to handle some situations, like those
    in BlueJ userlib jars.  Fixed all classes to use Reflector for looking
    up classes and for setting accessibility on features accessed by
    reflection--the Reflector implementation is more robust and works in a
    wider variety of situations.
    s-edwards committed Sep 14, 2012
    Configuration menu
    Copy the full SHA
    d460544 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2012

  1. Configuration menu
    Copy the full SHA
    5bf1aa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2012

  1. Updated the Tester.java to retrieve tester version number from pom.xm…

    …l istead of hardcoding it.
    virag2487 committed Sep 20, 2012
    Configuration menu
    Copy the full SHA
    d0010d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2012

  1. Updated the pom file to include the dependencies as part of the gener…

    …ated jar file. Removed the org.scannotation classes and added it as a dependency instead in the pom file. Updated Tester.java with comments and removed the @OverRide annotation from the UDTGenerator.java file as it was giving an error. Additionally added additional tests to cover the alternate ways of using the tester.
    virag2487 committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    ae67544 View commit details
    Browse the repository at this point in the history
Loading