• skylot's avatar
    fix: change not allowed access modifiers for methods (#387) (PR #439) · 8c7140d6
    skylot authored
    Fix visibility access modifies for methods (see discussions in #370 and #387):
        * all virtual methods become public
        * direct methods become private (instead constructors and static methods for now)
        * such modifications perform by default and can be disabled by the option in preferences (`--respect-bytecode-access-modifiers` in jadx-cli)
        * if changed to method added comment (`Access modifiers changed, original: private`)
    8c7140d6
Name
Last commit
Last update
gradle/wrapper Loading commit data...
jadx-cli Loading commit data...
jadx-core Loading commit data...
jadx-gui Loading commit data...
jadx-samples Loading commit data...
jadx-test-app Loading commit data...
scripts Loading commit data...
.codecov.yml Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.gitmodules Loading commit data...
.releaserc.yml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...