We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4251693 commit b8d67eeCopy full SHA for b8d67ee
1 file changed
src/main/java/com/jaipilot/cli/classpath/CfrDecompiler.java
@@ -22,6 +22,7 @@ final class CfrDecompiler {
22
23
private static final System.Logger LOGGER = System.getLogger(CfrDecompiler.class.getName());
24
25
+
26
Optional<String> decompile(Path classContainer, String classEntryPath) {
27
if (classContainer == null || classEntryPath == null || classEntryPath.isBlank()) {
28
return Optional.empty();
0 commit comments