Matt
Matt
Just had a guy where the jars were incomplete, so using them in the `URLClassLoader` didn't load all the necessary classes. Maven hosts the md5/sha1 of files. So this should...
This would facilitate clicking on a field or method name showing where all the other uses of that name are.
Background: https://rmannibucau.wordpress.com/2015/03/02/cdi-and-instance-3-pitfalls-you-need-to-know/ A recent example of the problem can be found in f1da92e8fc8fca95339a154792b15607c353e8e5 - Where `AntiDecompilationSummarizer` defines a `Instance` - The `AntiDecompilationSummarizer` class is `ApplicationScoped` - Generated values from the...
Rough idea given the following model: ```java abstract class Base { abstract void accept(T input); } class Impl extends Base { void accept(FooImpl input); // becomes bridge to method with...
Currently the Recaf process is started with no arguments, but we'll want to allow specifying content like: - Files to open as workspaces - Scripts to run Also, we should...
Currently using the assembler will emit LVT entries for modified methods. Possible improvements: - [ ] Config for behavior - [ ] Match existing state _(Having LVT or nothing)_ -...
Currently the readme just says to refer to `--help` Adding contents to the user guide _(once it is fleshed out)_ and linking to that in the readme would be better.
If a version of JFX is found that is too old for Recaf, we should delete it and prevent launching Recaf. The GUI and CLI should notify the user they...
Currently we use [dex-translator](https://github.com/Col-E/dex-translator) _(A [R8](https://github.com/Col-E/R8) wrapper)_ to translate classes in DEX files to Java bytecode. The model from R8 is very overcomplicated for our needs, and does not really...
## Reproduction Using in-private or clean install of Firefox: 1. Google ` site:reddit.com` and click on a page that has a dozen or more comments 2. Observe that the redirect...