amidrunk / testifj

Testing for Java
Apache License 2.0
0 stars 0 forks source link

Simplify decompiler configuration #20

Open amidrunk opened 10 years ago

amidrunk commented 10 years ago
  1. Extensions and enhancements not needed.
  2. Extension -> DecompilerDelegate/Handler etc.
  3. Configuration classes must be improved:

DecompilerDelegation { void configure(...) }

CoreDecompilerDelegation {} MethodCallDecompilerDelegation {}

amidrunk commented 10 years ago

Change "DecompilerConfiguration.Builder" to "DecompilerConfigurer" or something.