Skip to content

Releases: nbauma109/jd-core-v0

0.8.18

26 May 19:56
Compare
Choose a tag to compare

Commits

Read more

0.8.17

26 Feb 19:19
Compare
Choose a tag to compare

Commits

  • 40fa74b: [maven-release-plugin] prepare for next development iteration (release-bot) #21
  • 9d2cb24: added test for try catch finally (nbauma109) #24
  • 3be8289: fix try/catch test (nbauma109) #25
  • 218d56e: added enum switch test (nbauma109) #26
  • 315cc3b: added tests for switch and try resources (nbauma109) #27
  • 00b0256: for each with anonymous class (nbauma109) #28
  • 3f1996b: for each non static (nbauma109) #28
  • 43fa1c8: Anonymous Consumer only works with Object (nbauma109) #28
  • 7230056: added IndexOf test (nbauma109) #29
  • 88f5451: remove unnecessary method (nbauma109)
  • b181fea: added test for bridge method (nbauma109) #30
  • 49b5c68: added test Outer (nbauma109) #31
  • 4c3703f: new line at EOF (nbauma109) #31
  • 4753a92: bug fix for call to inner class constructor (nbauma109) #32
  • 68a61de: annotation tests (nbauma109) #33
  • fa25450: new line at EOF (nbauma109) #33
  • 872a140: parameter annotation test (nbauma109) #34
  • 5b75eb7: added array creation tests (nbauma109) #35
  • fb7fa94: added test for try-catch-finally compiled with jikes (nbauma109) #36
  • 910b918: try-catch-finally-javac-17.0.4 (nbauma109) #37
  • 2267635: codecov options (nbauma109) #37
  • bcaff7c: added synchronized test for jikes (nbauma109) #38
  • ab5b3e9: updated MonitorSynchronized test (nbauma109) #39
  • c921c20: updated TryCatchFinallyBRTest with javac-1.4.2_19 (nbauma109) #40
  • fc77afb: added tests with novars for jdk 1.2 and1.3 (nbauma109) #42
  • 3982144: added deprecated class/member tests (nbauma109) #43
  • 083918f: added LocalVariablesTest (nbauma109) #44
  • 520aef4: test foreach SUN JDK 1.5 and 1.6 (nbauma109) #45
  • aad90c4: added bytecode writer test (nbauma109) #46
  • f04a229: added dotclass jdk1.4 tests (nbauma109) #47
  • 0764928: coverage and bug fix for DotClass118AReconstructor (nbauma109) #48
  • 3312f95: coverage and bug fix for synchronized (nbauma109) #50
  • c74f2db: coverage and bug fix for try with synchronized JDK 1.1 (nbauma109) #51
  • 81d162d: remove empty line (nbauma109) #51
  • 3d24db2: fix regression (nbauma109) #51
  • 5018532: comment out unused code (nbauma109) #51
  • 74f5d92: Fix UnsupportedOperationException on method/constructor references (nbauma109) #52
  • aa55c9f: Bug fix for static final empty map (#53) (nbauma109) #53
  • Test for CHECKCAST. (#54) #54 (nbauma109)
  • bd9f3b6: added test for break/continue (#55) (nbauma109) #55
  • A test for compact store / return. (#56) #56 (nbauma109)
  • Test for exception aggregation. (#57) #57 (nbauma109)
  • duplicate variable declaration bug fix. (#58) #58 (nbauma109)
  • 5fc5c95: fix comments (nbauma109) #62
  • 1bd66bb: Merge branch 'master' of https://github.com/nbauma109/jd-core-v0 (nbauma109) #62
  • a2c6cdc: added test for jdk javac try/finally (#59) (nbauma109) #59
  • 4a2ab82: added bug fix and unit test for try resources (#60) (nbauma109) #60
  • 06ee71c: TimedSemaphoreTest for FastInstructionListBuilder.createContinue(). (nbauma109) #65
  • 614b760: added missing expected result (nbauma109) #65
  • dd9cf74: added testJavac180 to MonitorSynchronizedTest (nbauma109) #66
  • Test for FastCodeExceptionAnalyzer.formatCatch(). #67 (nbauma109)
  • 164954c: added MultiCatchTest (nbauma109) #68
  • 3a7fa90: bug fix : duplicate local variable declaration (nbauma109)
  • 04ace52: Bump plexus-compiler-eclipse from 2.12.1 to 2.13.0 (dependabot[bot]) #70
  • 6c8f194: Update pom.xml (nbauma109) #70
  • 1702da9: added bug fix and unit test for NPE on if with null instructions (nbauma109) #71
  • 7edea4a: delete unused class (nbauma109) #71
  • 70029fa: NPE fix (nbauma109)
  • 79c66f6: unit test cases for loop patterns (nbauma109)
  • 70608c7: added StrBuilderTest for unoptimize loop. (nbauma109)
  • bf81d1a: added inner class test jdk1.4.2 (nbauma109)
  • b6fb34d: Updated tests for jdk1.4.2 inner classes (nbauma109)
  • 889c1e1: added test for FieldNameGenerator (nbauma109)
  • ceaa1b1: added MethodUtilsTest (nbauma109)
  • dcdc687: MethodUtils->MethodBean (nbauma109)
  • 34b7454: NPE fix (nbauma109)
  • 3803619: added PrimitiveTypesTest (nbauma109)
  • 9a3ca6c: bug fix and test for DotClass14/118A - removed 118B (IBM) and Eclipse (nbauma109)
  • d24c31d: added LabelledBreaksTest: Test for labelled breaks. (nbauma109)
  • 1b6ff1b: added tests for try-catch-finaly for ecj (nbauma109)
  • e61eaa8: removed failing test (nbauma109)
  • 5b3d89d: added dotclass ecj test (nbauma109)
  • c199990: re-added DotClass118B for ECJ (nbauma109)
  • 8b18f2f: added TryFinally test for jdk 1.2 and 1.3, jdk 1.4 and 1.8 (#73) (nbauma109) #73
  • edd42fc: init test for unsuppoted record (nbauma109)
  • fb4daa1: Merge branch 'master' of https://github.com/nbauma109/jd-core-v0 (nbauma109)
  • e82ee42: bytecode test for lookup switch (nbauma109)
  • 09ef32c: added realignmentLineNumber in AbstractTestCase (nbauma109)
  • 870d359: added LayoutTest (nbauma109)
  • 7d92e2a: added test TernaryOp and bug fix for try/resource and pre-inc (#74) (nbauma109) #74
  • 7ae71d9: Outer getstatic test (#75) (nbauma109) #75
  • cfe2483: Outer reference test (#77) (nbauma109) #77
  • df1e0a1: Bytecode writer tests (#78) (nbauma109) #78
  • f5fb2bf: Re-format comments (nbauma109)
  • 63521c4: Assignment reconstructor test (#80) (nbauma109) #80
  • 944d6b5: Update Assignment tests (#82) (nbauma109) #82
  • 9b60acc: Update Assignment tests (#83) (nbauma109) #83
  • 147919c: Create CompareInstructionTest (nbauma109) #84
  • 4ebb63a: Rename CompareInstructionTest to CompareInstructionTest.java (nbauma109) #84
  • c7c9fc2: Update CompareInstructionTest.java (nbauma109) #84
  • 69cf02e: Update CompareInstructionVisitor.java (nbauma109) #84
  • 26c39c6: Update CompareInstructionTest.java (nbauma109) #84
  • fda9429: Create CompareInstruction (nbauma109) #84
  • 0d19ed0: Update CompareInstructionTest.java (nbauma109) #84
  • 5fde68c: Rename CompareInstruction to CompareInstruction.java (nbauma109) #84
  • 783c235: Update CompareInstruction.java (nbauma109) #84
  • e6e1730: Update CompareI...
Read more

0.8.16

13 Dec 13:44
Compare
Choose a tag to compare

Commits

  • d8fce0f: [maven-release-plugin] prepare for next development iteration (release-bot)
  • 16df9da: [ready for release] activate ecj profile in CI - fix maven command - batch - profile ecj - --no-transfer-progress (nbauma109) #20
  • 203a242: [maven-release-plugin] prepare release 0.8.16 (release-bot)

0.8.14

29 Oct 16:45
Compare
Choose a tag to compare

Commits

  • 7fe2ed3: [maven-release-plugin] prepare for next development iteration (release-bot)
  • 79fac00: jd-util 1.1.12 -> 1.1.13 (nbauma109)
  • e3a6a72: [maven-release-plugin] prepare release 0.8.14 (release-bot)

0.8.13

23 Oct 11:27
Compare
Choose a tag to compare

Commits

  • 1614f72: [maven-release-plugin] prepare for next development iteration (release-bot)
  • 8a71f09: [no ci] codeql v2 no need to schedule (nbauma109)
  • 72567a0: Bump jd-util from 1.1.11 to 1.1.12 (dependabot[bot]) #8
  • 55b3b8f: [maven-release-plugin] prepare release 0.8.13 (release-bot)

0.8.12

15 Oct 14:16
Compare
Choose a tag to compare

Commits

  • d56fab3: Bump maven-source-plugin from 3.2.0 to 3.2.1 (dependabot[bot]) #7
  • 931af09: Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 (dependabot[bot]) #7
  • 2955c73: Bump maven-jar-plugin from 3.2.2 to 3.3.0 (dependabot[bot]) #7
  • b37efec: [maven-release-plugin] prepare for next development iteration (release-bot)
  • 3bd11b8: update code sample (nbauma109)
  • 9d68fe7: Bump jd-util from 1.1.10 to 1.1.11 (dependabot[bot]) #7
  • 380a71e: [no ci] updated dependabots time (nbauma109)
  • 5438b33: Merge dependabot/maven/com.github.nbauma109-jd-util-1.1.11 into combine-prs-branch (github-actions[bot]) #7
  • 7df5a90: Merge dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.3.0 into combine-prs-branch (github-actions[bot]) #7
  • b1eb6dd: Merge dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.0-M6 into combine-prs-branch (github-actions[bot]) #7
  • f40d44a: Merge dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1 into combine-prs-branch (github-actions[bot]) #7
  • e755aad: [maven-release-plugin] prepare release 0.8.12 (release-bot)

0.8.11

09 Oct 10:04
Compare
Choose a tag to compare

Commits

  • ce60d09: [maven-release-plugin] prepare for next development iteration (release-bot)
  • 1fe8bc8: [no ci] created dependabot.yml (nbauma109)
  • 174c040: [no ci] maven release not to be run on PR (nbauma109)
  • 98dec33: [no ci] created combine-prs.yml (nbauma109)
  • e4f99a4: fix printer, code sample and prepare for test (nbauma109)
  • 1cc9f42: [maven-release-plugin] prepare release 0.8.11 (release-bot)

0.8.10

26 Aug 20:21
Compare
Choose a tag to compare

Commits

  • 47f982e: [maven-release-plugin] prepare for next development iteration (release-bot)
  • a65d444: fix issue of goto in place of increment in for loop (nbauma109)
  • b6df948: [maven-release-plugin] prepare release 0.8.10 (release-bot)

0.8.9

19 Jun 18:26
Compare
Choose a tag to compare

Commits

  • b56a2be: [maven-release-plugin] prepare for next development iteration (release-bot)
  • b1aca7e: fine tune foreach loop reconstruction and line number realignment (nbauma109)
  • e98b966: [maven-release-plugin] prepare release 0.8.9 (release-bot)

0.8.8

20 May 20:32
Compare
Choose a tag to compare

Commits

  • 7adf945: [maven-release-plugin] prepare for next development iteration (release-bot)
  • 781c7f6: fine-tune line number realignment (nbauma109)
  • 3dd8e01: [maven-release-plugin] prepare release 0.8.8 (release-bot)