We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a541120 commit 2cd0f2cCopy full SHA for 2cd0f2c
src/org/jetbrains/java/decompiler/main/rels/ClassWrapper.java
@@ -27,7 +27,7 @@
27
public class ClassWrapper {
28
// Sometimes when debugging you want to be able to only analyze a specific method.
29
// When not null, this skips processing of every method except the one with the name specified.
30
- private static final String DEBUG_METHOD_FILTER = "test";
+ private static final String DEBUG_METHOD_FILTER = null;
31
private final StructClass classStruct;
32
private final Set<String> hiddenMembers = new HashSet<>();
33
private final VBStyleCollection<Exprent, String> staticFieldInitializers = new VBStyleCollection<>();
0 commit comments