Skip to content

Commit f2d08f3

Browse files
dependabot[bot]nbauma109
andauthored
Bump version.jadx from 1.5.3 to 1.5.4 (#174)
* Bump version.jadx from 1.5.3 to 1.5.4 Bumps `version.jadx` from 1.5.3 to 1.5.4. Updates `io.github.skylot:jadx-core` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/skylot/jadx/releases) - [Commits](skylot/jadx@v1.5.3...v1.5.4) Updates `io.github.skylot:jadx-java-input` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/skylot/jadx/releases) - [Commits](skylot/jadx@v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: io.github.skylot:jadx-core dependency-version: 1.5.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.skylot:jadx-java-input dependency-version: 1.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update JADX outputs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nbauma109 <[email protected]>
1 parent 17565c9 commit f2d08f3

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.source>21</maven.compiler.source>
3232
<maven.compiler.target>21</maven.compiler.target>
3333
<version.asm>9.9.1</version.asm>
34-
<version.jadx>1.5.3</version.jadx>
34+
<version.jadx>1.5.4</version.jadx>
3535
<version.procyon>0.6.2</version.procyon>
3636
<version.fernflower>253.30387.90</version.fernflower>
3737

src/test/resources/TestCompactJADX.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package test;
22

3-
/* loaded from: test/TestCompact */
3+
/* JADX INFO: loaded from: test/TestCompact */
44
public abstract class TestCompact {
55

6-
/* loaded from: test/TestCompact$Inner1 */
6+
/* JADX INFO: loaded from: test/TestCompact$Inner1 */
77
class Inner1 {
88
public Inner1() {
99
TestCompact.this.log("Inner1 constructor");
@@ -26,7 +26,7 @@ public abstract class TestCompact {
2626
}
2727
}
2828

29-
/* loaded from: test/TestCompact$Inner3 */
29+
/* JADX INFO: loaded from: test/TestCompact$Inner3 */
3030
class Inner3 {
3131
public Inner3() {
3232
TestCompact.this.log("Inner3 constructor");
@@ -54,7 +54,7 @@ public abstract class TestCompact {
5454
}
5555
}
5656

57-
/* loaded from: test/TestCompact$Inner4 */
57+
/* JADX INFO: loaded from: test/TestCompact$Inner4 */
5858
class Inner4 {
5959
public Inner4() {
6060
TestCompact.this.log("Inner4 constructor");

src/test/resources/TestCompactJADXFromRootLocation.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.heliosdecompiler.transformerapi;
22

3-
/* loaded from: com/heliosdecompiler/transformerapi/TestCompact */
3+
/* JADX INFO: loaded from: com/heliosdecompiler/transformerapi/TestCompact */
44
/* 4 */ public abstract class TestCompact {
55
public abstract void log(String str);
66

@@ -31,7 +31,7 @@
3131
}
3232
}
3333

34-
/* loaded from: com/heliosdecompiler/transformerapi/TestCompact$Inner1 */
34+
/* JADX INFO: loaded from: com/heliosdecompiler/transformerapi/TestCompact$Inner1 */
3535
/* 26 */ class Inner1 {
3636
/* 27 */ public Inner1() {
3737
/* 29 */ TestCompact.this.log("Inner1 constructor");
@@ -108,7 +108,7 @@
108108
/* 85 */ return "return:" + s;
109109
}
110110

111-
/* loaded from: com/heliosdecompiler/transformerapi/TestCompact$Inner3 */
111+
/* JADX INFO: loaded from: com/heliosdecompiler/transformerapi/TestCompact$Inner3 */
112112
/* 88 */ class Inner3 {
113113
/* 89 */ public Inner3() {
114114
/* 91 */ TestCompact.this.log("Inner3 constructor");
@@ -136,7 +136,7 @@
136136
}
137137
}
138138

139-
/* loaded from: com/heliosdecompiler/transformerapi/TestCompact$Inner4 */
139+
/* JADX INFO: loaded from: com/heliosdecompiler/transformerapi/TestCompact$Inner4 */
140140
/* 115 */ class Inner4 {
141141
/* 116 */ public Inner4() {
142142
/* 118 */ TestCompact.this.log("Inner4 constructor");

src/test/resources/TestCompactJADXWithLineNumbers.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package test;
22

3-
/* loaded from: test/TestCompact */
3+
/* JADX INFO: loaded from: test/TestCompact */
44
/* 4 */ public abstract class TestCompact {
55
public abstract void log(String str);
66

@@ -31,7 +31,7 @@
3131
}
3232
}
3333

34-
/* loaded from: test/TestCompact$Inner1 */
34+
/* JADX INFO: loaded from: test/TestCompact$Inner1 */
3535
/* 26 */ class Inner1 {
3636
/* 27 */ public Inner1() {
3737
/* 29 */ TestCompact.this.log("Inner1 constructor");
@@ -108,7 +108,7 @@
108108
/* 85 */ return "return:" + s;
109109
}
110110

111-
/* loaded from: test/TestCompact$Inner3 */
111+
/* JADX INFO: loaded from: test/TestCompact$Inner3 */
112112
/* 88 */ class Inner3 {
113113
/* 89 */ public Inner3() {
114114
/* 91 */ TestCompact.this.log("Inner3 constructor");
@@ -136,7 +136,7 @@
136136
}
137137
}
138138

139-
/* loaded from: test/TestCompact$Inner4 */
139+
/* JADX INFO: loaded from: test/TestCompact$Inner4 */
140140
/* 115 */ class Inner4 {
141141
/* 116 */ public Inner4() {
142142
/* 118 */ TestCompact.this.log("Inner4 constructor");

src/test/resources/TestThrowableJADX.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package java.lang;
22

3-
/* loaded from: java/lang/Throwable */
3+
/* JADX INFO: loaded from: java/lang/Throwable */
44
public class Throwable implements java.io.Serializable {
55
private static final long serialVersionUID = -3042686055658047285L;
66
private transient java.lang.Object backtrace;
@@ -137,6 +137,7 @@ public class Throwable implements java.io.Serializable {
137137
}
138138
}
139139

140+
/* JADX INFO: Thrown type has an unknown type hierarchy: java.lang.AssertionError */
140141
private void lockedPrintStackTrace(java.lang.Throwable$PrintStreamOrWriter throwable$PrintStreamOrWriter) throws java.lang.AssertionError {
141142
java.util.Set<java.lang.Throwable> setNewSetFromMap = java.util.Collections.newSetFromMap(new java.util.IdentityHashMap());
142143
setNewSetFromMap.add(this);
@@ -234,6 +235,8 @@ public class Throwable implements java.io.Serializable {
234235
}
235236
}
236237

238+
/* JADX INFO: Thrown type has an unknown type hierarchy: java.io.IOException */
239+
/* JADX INFO: Thrown type has an unknown type hierarchy: java.io.StreamCorruptedException */
237240
/* JADX INFO: Thrown type has an unknown type hierarchy: java.lang.IllegalArgumentException */
238241
private void readObject(java.io.ObjectInputStream objectInputStream) throws java.io.StreamCorruptedException, java.io.IOException, java.lang.ClassNotFoundException, java.lang.IllegalArgumentException {
239242
objectInputStream.defaultReadObject();

0 commit comments

Comments
 (0)