Skip to content

1.1.17

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 18:25
· 58 commits to master since this release

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 (nbauma109)
  • 4d48dca: added SuperConstructorInvocationExpressionTest (nbauma109)
  • 153284c: added testSuperExpression (nbauma109)
  • cfe2d76: refactored testMakeMethodTypes (nbauma109) #38
  • 56790f8: fixed test (nbauma109) #38
  • f1079ee: added ElementValueArrayInitializerElementValueTest (nbauma109)
  • 1895862: added TypeArgumentToTypeVisitorTest (nbauma109)
  • 4923493: fixed TypeArgumentToTypeVisitorTest (nbauma109)
  • 35cd1c2: added StaticInitializerDeclarationTest (nbauma109)
  • af0c52b: added DeclarationDataTest (nbauma109)
  • 498ad51: added ExpressionVariableInitializerTest (nbauma109)
  • 1495530: added FieldDeclaratorsTest (nbauma109)
  • f144906: added MemberDeclarationsTest (nbauma109)
  • 144aea2: added ElementValuesTest (nbauma109)
  • a059c9b: added IfElseStatementTest (nbauma109)
  • 7844c88: added FormalParametersTest (nbauma109)
  • ba9fddc: added ExpressionStatementTest (nbauma109)
  • dd48b2d: added InterfaceDeclarationTest (nbauma109)
  • 71e1df9: added AnnotationDeclarationTest (nbauma109)
  • e5618a3: added LocalVariableDeclarationTest (nbauma109)
  • 6a2fb87: added ReturnStatementTest (nbauma109)
  • e18f9ed: added CommentStatementTest (nbauma109)
  • a23c5a4: added AnnotationReferencesTest (nbauma109)
  • cfd1972: added LocalVariableDeclaratorsTest (nbauma109)
  • 0c9f004: added ClassDeclarationTest (nbauma109)
  • 425520d: Bump maven-source-plugin from 3.2.1 to 3.3.0 (dependabot[bot]) #39
  • c91ba46: BindTypeArgumentsToTypeArgumentsVisitor refactor and test (nbauma109)
  • 1434b89: Merge branch 'master' of https://github.com/nbauma109/jd-util (nbauma109)
  • 5a6693b: added PrimitiveTypeTest (nbauma109)
  • 1ee3a7d: GenericType refactor and test (nbauma109)
  • f91e956: added LocalVariableDeclarationStatementTest (nbauma109)
  • 158466e: added TypeParametersTest (nbauma109)
  • a668138: added TypeArgumentsTest (nbauma109)
  • a23715e: added ExpressionElementValueTest (nbauma109)
  • 81c9e84: move tests to correct package (nbauma109)
  • 0f72bd7: added HyperlinkReferenceDataTest (nbauma109)
  • 7db2258: added BaseTypeTest (nbauma109)
  • 14be05b: added LabelStatementTest (nbauma109)
  • f28080f: added ElementValuePairsTest (nbauma109)
  • 91c724f: cleanup redundant types (nbauma109)
  • b08fa38: fix coverage of ThisExpression (nbauma109)
  • 12624af: added ElementValuePairTest (nbauma109)
  • 455861f: added TypeDeclarationTest (nbauma109)
  • 4f2ea8c: added tests for Wildcard Super/Extends (nbauma109)
  • e9a52bf: added ClassUtilTest (nbauma109)
  • cee9c6e: remove unused constructor SignatureFormatException() (nbauma109)
  • b7fc2b2: added tests for VariableInitializer (nbauma109)
  • 3e58888: remove useless field (nbauma109)
  • b2f2a34: added TypeDeclarationStatementTest, TypeDeclarationsTest (nbauma109)
  • c5ba454: [maven-release-plugin] prepare release 1.1.17 (release-bot)