Commit
cac7ab1cf177f68be28637200b7abe4e75c7a408
by ME1312 Improve the existing automated test suite This commit fills in gaps in the automated testing for features that already have checks in #1. More specifically, additional testing was created for unchecked casting, type adoption of interfaces, field set (void), array creation, and appending the synthetic modifier. (commit: cac7ab1 ) The file was modified
bridge/java/bridge/Bridges.java (diff) The file was modified
bridge-plugin/java/bridge/mvn/BridgeVisitor.java (diff) The file was modified
bridge-test/java/bridge/objects/Dummy.java (diff) The file was modified
bridge-plugin/java/bridge/mvn/InvocationVisitor.java (diff) The file was modified
bridge-asm/java/bridge/asm/TypeMap.java (diff) The file was modified
bridge-test/java/bridge/objects/Super.java (diff) The file was modified
bridge-plugin/java/bridge/mvn/BridgeAnnotation.java (diff) The file was modified
bridge-test/java/bridge/objects/Jester.java (diff) The file was modified
bridge-asm/java/bridge/asm/KnownType.java (diff) The file was modified
bridge-test/java/bridge/objects/Invocations.java (diff) The file was modified
bridge-asm/java/bridge/asm/Types.java (diff) The file was added bridge-test/tests/bridge/primitives/BridgeTests.java The file was added bridge-test/java/bridge/objects/SuperAbstract.java The file was added bridge-test/java/bridge/objects/SuperInterface.java The file was removed bridge-test/tests/bridge/objects/InvocationTest.java The file was removed bridge-test/tests/bridge/primitives/ConversionTest.java The file was modified
bridge-test/pom.xml (diff) The file was modified
bridge-test/java/bridge/objects/Adoptable.java (diff) The file was modified
bridge/java/bridge/Bridge.java (diff) The file was modified
bridge/java/bridge/Polymorphic.java (diff) The file was modified
bridge/java/bridge/Synthetic.java (diff) The file was modified
README.md (diff) The file was added bridge-test/tests/bridge/objects/InvocationTests.java