We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fb39e commit ac04503Copy full SHA for ac04503
base/src/main/java/proguard/classfile/editor/CodeAttributeEditor.java
@@ -155,7 +155,7 @@ public class CodeAttributeEditor
155
* Magic line number that indicates the previous line number should be restored. The restored line
156
* number is the first preceding line number with a different source.
157
*/
158
- public static final int RESTORE_PREVIOUS_LINE_NUMBER = -3;
+ public static final int RESTORE_PREVIOUS_LINE_NUMBER = -70000;
159
160
private final boolean updateFrameSizes;
161
private final boolean shrinkInstructions;
0 commit comments