Changeset [fddcb0f138770dc8386cc2c52598d0756eeaf91c] by Andre Steingress
March 4th, 2011 @ 10:59 AM
source code refactorings
https://github.com/andresteingress/gcontracts/commit/fddcb0f138770d...
Committed by Andre Steingress
- A gcontracts-core/src/main/java/org/gcontracts/annotations/meta/AnnotationContract.java
- A gcontracts-core/src/main/java/org/gcontracts/common/impl/AnnotationContractProcessor.java
- A gcontracts-core/src/test/groovy/org/gcontracts/tests/annotationcontracts/AnnotationContractTests.groovy
- R gcontracts-core/src/main/java/org/gcontracts/annotations/meta/AnnotationProcessorClosure.java
- R gcontracts-core/src/main/java/org/gcontracts/common/impl/AnnotationClosureProcessor.java
- R gcontracts-core/src/test/groovy/org/gcontracts/ast/visitor/AnnotationProcessingASTTransformationsVisitorTests.groovy
- M gcontracts-core/src/main/java/org/gcontracts/annotations/Requires.java
- M gcontracts-core/src/main/java/org/gcontracts/ast/visitor/AnnotationClosureVisitor.java
- M gcontracts-core/src/main/java/org/gcontracts/ast/visitor/AnnotationProcessorVisitor.java
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/doc/DocumentationExampleTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/doc/RootClassExampleTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/doc/StackExampleTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/interfaces/AbstractClassInheritanceTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/interfaces/AbstractClassTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/interfaces/SimpleInterfaceInheritanceTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/interfaces/StackExampleTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/inv/InheritanceTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/inv/SimpleClassInvariantTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/other/AbstractClassTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/other/CandidateChecksTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/other/MissingLineNumberTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/post/ImplicitVariableNamesPostconditionTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/post/InheritanceTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/post/OldVariablePostconditionTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/post/ResultAndOldVariablePostconditionTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/post/SimplePostconditionTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/pre/InheritanceTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/tests/pre/SimplePreconditionTests.groovy
- M gcontracts-core/src/test/groovy/org/gcontracts/util/AnnotationUtilsTests.groovy
- M gcontracts-spring/src/test/groovy/org/gcontracts/spring/SimpleSpringIntegrationTests.groovy
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
core module