Imad ELALI

Results 7 comments of Imad ELALI

Hello since we've moved to Java 11 the bundle stopped working because of the compiler compatibility. Following your suggestion in the ticket I switched the compiler locally to cfr and...

> now is the question... which one is better? :) If I were to choose one or the other I'd say definitely jd-core. But why choose? I'm confident I can...

One more proposal, bundle tree exploration source displayed in the same window for an easier exploration within a given bundle. I used a simple grid css based layout. Let me...

With fernflower I had this issue with inner classes and I was forced to extract to a temporary directory all inner classes before being able to decompile. Maybe need the...

CFR inner class issue corrected, working fine in AEM (6.5). Found the issue with Sling Starter, the bundle jar resolution was not working. Apparently it's now sourcing jars directly from...

> hmm strange > > ``` > java.lang.IllegalArgumentException: No enum constant com.neva.felix.webconsole.plugins.search.decompiler.Decompilers. > at java.base/java.lang.Enum.valueOf(Enum.java:240) > at com.neva.felix.webconsole.plugins.search.decompiler.Decompilers.valueOf(Decompilers.java:3) > at com.neva.felix.webconsole.plugins.search.rest.ClassDecompileServlet.doGet(ClassDecompileServlet.java:71) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:618) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:725) > at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:123)...

Hello @krystian-panek-wttech nice to meet you in another project 😄 so this is linked to Go version I think. I'll try something out and see if I can fix it.