Releases: nbauma109/jd-util
Releases · nbauma109/jd-util
1.1.24
1.1.23
Commits
- fef129d: [maven-release-plugin] prepare for next development iteration (release-bot)
- 8ce6c8d: Bump org.apache.logging.log4j:log4j-api from 2.22.1 to 2.23.0 (dependabot[bot]) #60
- 1fe03c6: Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0 (dependabot[bot]) #61
- f81c305: Bump org.apache.logging.log4j:log4j-core from 2.23.0 to 2.23.1 (dependabot[bot]) #63
- 503580b: Bump org.apache.logging.log4j:log4j-api from 2.23.0 to 2.23.1 (dependabot[bot]) #64
- a9038e8: Bump commons-io:commons-io from 2.15.1 to 2.16.0 (dependabot[bot]) #65
- 4cd8b0c: Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (dependabot[bot]) #66
- d5180ac: Bump org.apache.bcel:bcel from 6.8.1 to 6.9.0 (dependabot[bot]) #72
- 21f8d60: [maven-release-plugin] prepare release 1.1.23 (release-bot)
1.1.22
Commits
- 726922f: Bump commons-io from 2.12.0 to 2.13.0 (dependabot[bot]) #41
- 16b0ea1: [maven-release-plugin] prepare for next development iteration (release-bot)
- 75d3f99: Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (dependabot[bot]) #46
- fb75431: Bump commons-io:commons-io from 2.13.0 to 2.15.1 (dependabot[bot]) #55
- 17e1960: Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.22.1 (dependabot[bot]) #57
- 9dca39d: Bump org.apache.logging.log4j:log4j-api from 2.20.0 to 2.22.1 (dependabot[bot]) #58
- 843d863: Bump org.apache.bcel:bcel from 6.7.0 to 6.8.1 (dependabot[bot]) #59
- f442c48: log4j 2.22.1 -> 2.22.0 (nbauma109)
- 5e36981: log4j 2.20.0 (nbauma109)
- 34026d2: removed unused log4j and updated unit test (nbauma109)
- d4f9037: added log4j 2.22.1 (nbauma109)
- fe7f0f3: [maven-release-plugin] prepare release 1.1.22 (release-bot)
1.1.21
1.1.20
Commits
- 9a17b91: [maven-release-plugin] prepare for next development iteration (release-bot)
- 68cf664: added test testIsTypeArgumentAssignableFrom (nbauma109)
- 22272ae: Merge branch 'master' of https://github.com/nbauma109/jd-util (nbauma109)
- 0817b91: fix assertion (nbauma109)
- 885e062: added test (nbauma109)
- f23b33d: fix bytecode cleanup of inner classes - simplified code and updated test (nbauma109)
- 6450ef0: [maven-release-plugin] prepare release 1.1.20 (release-bot)
1.1.19
1.1.18
1.1.17
Commits
- 39e7303: [maven-release-plugin] prepare for next development iteration (release-bot)
- af5704a: added codecov (nbauma109)
- 1a1c8c9: Create coverage.yml (nbauma109)
- 8c0b18d: Merge branch 'master' of https://github.com/nbauma109/jd-util (nbauma109)
- 2b8228b: added junit and collections4 deps (nbauma109)
- b8fd179: added jacoco plugin (nbauma109)
- 38cecf9: added TypeMakerTest (nbauma109)
- 05e7b06: added test resource zip data (nbauma109)
- 5546fa4: added codecov badge (nbauma109)
- 2813e6d: added tests for DefaultStack and DefaultListTest (nbauma109) #9
- added testReplaceNonExistingElement #9 (nbauma109)
- 0891365: move tests to correct package (nbauma109)
- d0a88fe: added signature tests (nbauma109) #10
- 5005a72: added more tests (nbauma109) #10
- ccc953d: added more tests for type bounds (nbauma109) #10
- a7ab143: more tests (nbauma109) #10
- da30192: isXXXType rather than instanceof XXXType (nbauma109) #10
- b22c00b: added ClassFileDeserializerTest (nbauma109) #11
- 675ed1f: added type tests (nbauma109) #12
- 2e00055: fix a NPE (nbauma109) #12
- 287226c: improve coverage (nbauma109) #12
- 91627af: update tests for better coverage (nbauma109) #12
- f8d3b0b: added tests for better coverage (nbauma109) #12
- 203c38a: fix unit tests (nbauma109) #12
- 4a0bf81: added PrimitiveTypeUtilTest (nbauma109)
- 4798145: added test TypeMakerTest.testMatchCount() (nbauma109) #15
- 66126d7: updated TypeMakerTest.testMatchCount() (nbauma109) #15
- 2c35669: added testSearchSuperParameterizedType (nbauma109) #16
- 66f6e3d: added testMakeFromDescriptorOrInternalTypeName (nbauma109) #16
- 421c638: added tests for searchSuperParameterizedType (nbauma109) #16
- 93a6d99: added testMakeFromDescriptor (nbauma109) #16
- 8a6686b: added ObjectTypeTests - convert to jdk16 pattern matching (nbauma109) #17
- 11420ea: improved coverage (nbauma109) #17
- d70ca98: added ByteCodeUtilTest (nbauma109)
- 1248f0e: move AbstractJavaSyntaxVisitor to jd-core (nbauma109)
- d9176a4: move CompilationUnit to jd-core (nbauma109)
- 8ad08a6: added more tests to TypeMaker (nbauma109)
- 4df7077: bug fix and test for isRawTypeAssignable (nbauma109) #18
- cee3d69: added more tests (nbauma109) #19
- 953c508: fixed test comments and constants (nbauma109) #19
- 0a4b6cf: added tests for ByteCodeUtil (nbauma109) #20
- 81f5e41: added testIsAssignable2 (nbauma109) #21
- 31e9d65: added new test (nbauma109) #22
- 0288ab2: bug fix and test of isAssignable() (nbauma109) #22
- ba1422c: added tests for TryStatement (nbauma109) #23
- ecd0651: added test to testMakeFieldType (nbauma109) #24
- 688b715: use Validate.isTrue instead of assert (nbauma109) #24
- a1c46e7: added 2 tests for makeFieldType + testExceptionTypes (nbauma109) #24
- b59676c: Bump commons-io from 2.11.0 to 2.12.0 (dependabot[bot]) #25
- fdec202: added testCleanUpByteCode2bis (nbauma109) #26
- 769d41b: fix test (nbauma109)
- d6f598d: added tests for @PolymorphicSignature (nbauma109)
- f2bcd8e: added MethodInvocationExpressionTest (nbauma109) #27
- fb71cf8: added tests for MethodInvocationExpression (nbauma109) #27
- 3a22411: added MethodReferenceExpression tests (nbauma109) #27
- 59fe6aa: misc tests (nbauma109) #28
- d804fc7: added SwitchStatementTest (nbauma109) #29
- 9415b5e: added tests for ByteCodeUtil (nbauma109) #30
- e347c09: call nextInstructionOffset in ByteCodeUtilTest (nbauma109)
- a405761: added test for nextInstructionOffset default case (nbauma109)
- 395dc2e: added DecompilationResultTest (nbauma109)
- dc9748b: refactored TestVisitor - added TestDeclarationVisitor (nbauma109) #31
- 0a10437: TypeMaker refactoring (nbauma109) #32
- 761e909: requireNonNull (nbauma109)
- cb8b85a: added VersionAwareTest (nbauma109)
- 62dd2d0: added JD-Util-Version (nbauma109)
- a94f75e: updated VersionAwareTest (nbauma109)
- cdffe63: added ModuleDeclarationTest (nbauma109) #33
- 9838e3b: updated tests for searchSuperParameterizedType and isAssignable (nbauma109) #34
- e9dde77: added PreferencesTest (nbauma109)
- 7146f61: added MethodDeclarationTest (nbauma109)
- 2ac3061: added BaseStatementTest (nbauma109)
- dca3942: added FieldDeclarationTest (nbauma109)
- cca2b88: added tests to TypeMakerTests (nbauma109)
- 5c853a4: added EnumDeclarationTest (nbauma109)
- a574fd5: added AnnotationReferenceTest (nbauma109)
- 1180a9a: added FormalParameterTest (nbauma109)
- ec577e2: added CastExpressionTest (nbauma109)
- 446270a: added FieldDeclaratorTest (nbauma109)
- 4c8c59a: added BaseTest (nbauma109)
- 5b48d91: added ConstructorDeclarationTest (nbauma109)
- 3e1b2d2: fixed ConstructorDeclarationTest (nbauma109)
- 90735d3: added ArrayExpressionTest (nbauma109)
- ac1e24c: added BinaryOperatorExpressionTest (nbauma109)
- 28b844d: added ForStatementTest (nbauma109)
- be59295: added ObjectTypeReferenceExpressionTest (nbauma109)
- 388aa4b: added TernaryOperatorExpressionTest (nbauma109)
- 3aca886: added UnmodifiableTypesTest (nbauma109)
- e735132: added default constructor for TypeMaker (nbauma109)
- e84aff1: added BindTypesToTypesVisitorTest (nbauma109) #35
- 0c06881: remove redundant parenthesis (nbauma109) #35
- 1b6a4f8: added test to testSearchSuperParameterizedType (nbauma109) #35
- 31d07ea: added BindTypeArgumentsToTypeArgumentsVisitorTest (nbauma109) #36
- a7bbd41: added LocalVariableDeclaratorTest (nbauma109)
- 7839c48: bug fix and test ClassFile (nbauma109)
- 529fecb: added ForEachStatementTest (nbauma109)
- dd289c0: added BaseTypeArgumentTest (nbauma109)
- 9cb8402: added LengthExpressionTest (nbauma109)
- 3bf1130: added BooleanExpressionTest (nbauma109)
- 8331097: added PreOperatorExpressionTest (nbauma109)
- 19f9290: added PostOperatorExpressionTest (nbauma109)
- 15c8ec1: added TypeReferenceDotClassExpressionTest (nbauma109)
- 8beaec5: added InstanceOfExpressionTest (nbauma109)
- 8026234: added ConstructorInvocationExpressionTest (nbauma109)
- 408ad7a: added InnerObjectTypeTest (nbauma109) #37
- update toString test #37 (nbauma109)
- 81f3d2a: added ReferenceDataTest (nbauma109)
- 514c150: added BreakStatementTest (nbauma109)
- 60c88dd: ContinueStatementTest (nbauma109)
- b927174: added ParenthesesExpressionTest (nbauma109)
- 7359d83: added LongConstantExpressionTest (nbauma109)
- cfa2c5c: added tests for numeric constants (nbauma109)
- d96482d: added StatementsTest (nbauma109)
- 7aaf1f3: tests for if/while/do-while (nbauma109)
- 6a30b7f: Updated BaseStatementTest: isDoWhileStatement (nbauma109)
- 9f89b15: added BodyDeclarationTest (nbauma109)
- ed8fddf: added EnumConstantReferenceExpressionTest (nbauma109)
- ad764b6: added ThrowStatementTest (nbauma109)
- f6688e6: added test isThrowStatement (nbauma109)
- 18c14ee: added AssertStatementTest (nbauma109)
- b520371: added ReturnExpressionStatementTest (nbauma109)
- 00c33c8: added SynchronizedStatementTest (nbauma109)
- 187095d: added LambdaExpressionStatementTest (nbauma109)
- 7199815: added LambdaIdentifiersExpressionTest (nbauma109)
- 0adab11: added CommentExpressionTest (nbauma109)
- 69458b6: added ConstructorReferenceExpressionTest (nbauma109)
- c885595: added ExpressionsTest (nbauma109)
- 7b94e52: added LambdaFormalParametersExpressionTest (nbauma109)
- c085471: added LocalVariableReferenceExpressionTest (nbauma109)
- 975dfe0: added NullExpressionTest/NoExpressionTest (nbauma109)
- bdf8dcd: added QualifiedSuperExpressionTest (nbauma109)
- 4d9f9ec: added StringConstantExpressionTest (...
1.1.16
1.1.15
Commits
- f18ceb8: Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 (dependabot[bot]) #6
- e649a39: Bump bcel from 6.6.0 to 6.7.0 (dependabot[bot]) #7
- 87e2a9e: [maven-release-plugin] prepare for next development iteration (release-bot)
- 97ae340: Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 (dependabot[bot]) #8
- e559f7b: fix issues in TypeMaker (nbauma109)
- 226d85c: Merge branch 'master' of https://github.com/nbauma109/jd-util (nbauma109)
- ddc4d1b: [maven-release-plugin] prepare release 1.1.15 (release-bot)