-
I tried to use this project and it didn't work at all, it is because the version in maven central is an old one compared to this repository. This repository seems to work with https, but the older bui…
-
Edit: I've changed the title of this bug to better reflect later discussion.
Java 8, and IntelliJ, have no problem with older class files, but I'm finding that Sourcetrail can't resolve symbols…
-
I recommend a rewrite using wpilibj and Kotlin
-
https://github.com/fesh0r/fernflower
https://aur.archlinux.org/packages/fernflower-git/
-
This repository includes a lot of binaries. Considering the previous state of the project before it was forked (adware features present, auto-updater included in the plugin itself instead of relying o…
-
When running the RHAMT CLI command in exercise "Moving an existing application to the cloud" -> "Step 1 of 7" -> "3. Run the RHAMT CLI against the project" I get an exception. I was not able to captur…
-
Injection point: [MinecraftServer.getTabCompletions](https://gist.github.com/Minecrell/2996b98f1ab4b32edd3610d29177f92c#file-java-L24) on Minecraft 1.11 (see link for exact injection point).
Trying…
-
https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler
-
Problem: Hardcoded to "-Xmx3G" here:
https://github.com/MinecraftForge/ForgeGradle/blob/FG_2.2/src/main/java/net/minecraftforge/gradle/tasks/fernflower/ApplyFernFlowerTask.java#L138
Result: i…
-
I'm trying to make every class in a package public.
Basically, for every CtClass:
```ctClass.setModifiers( Modifier.setPublic(ctClass.getModifiers()));```
This works fine for upper-level classe…