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: cdk/cdk
base: 8b8a84896960
Choose a base ref
...
head repository: cdk/cdk
compare: 0e41b055507c
Choose a head ref
  • 3 commits
  • 35 files changed
  • 3 contributors

Commits on Oct 31, 2012

  1. add isEmpty() to classes/interfaces ChemModel, AtomContainerSet, Reac…

    …tionSet, Crystal and AtomContainer
    
    Signed-off-by: John May <john.wilkinsonmay@gmail.com>
    rwst authored and egonw committed Oct 31, 2012
    Copy the full SHA
    f0c14fe View commit details
    Browse the repository at this point in the history
  2. Added unit test and @TestMehtod annotaitons for new 'isEmpty' mehtods

    Change-Id: If3ab0f5797345e40596762afd4f6fc9db80b76fb
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Oct 31, 2012
    Copy the full SHA
    aa0f969 View commit details
    Browse the repository at this point in the history
  3. Moved TetrahedralChirality from data to core.

    - added missing TestMethod/-Class annotation
    - made TetrahedralChirality getBuilder() settable via a setBuilder()
    - updated the IChemObjectBuilder implementations to instantiate this
      class via that builder
    - added a unit test in AbstractChemObjectBuilderTest to test that
      the properly build TetrahedralChirality instances
    
    Signed-off-by: Rajarshi  Guha <rajarshi.guha@gmail.com>
    
    Conflicts:
    	src/test/org/openscience/cdk/AbstractChemObjectBuilderTest.java
    	src/test/org/openscience/cdk/modulesuites/McoreTests.java
    
    Change-Id: Iae7ed5dfc75d902d4cde5fc80bdea9de84379884
    Signed-off-by: John May <john.wilkinsonmay@gmail.com>
    egonw committed Oct 31, 2012
    Copy the full SHA
    0e41b05 View commit details
    Browse the repository at this point in the history