Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor SootUp module structure #1049

Merged
merged 19 commits into from
Sep 13, 2024
Merged

Refactor SootUp module structure #1049

merged 19 commits into from
Sep 13, 2024

Conversation

stschott
Copy link
Collaborator

@stschott stschott commented Aug 30, 2024

  • Separate sootup.analysis into sootup.analysis.interprocedural and sootup.analysis.intraprocedural
  • Separate body interceptors from sootup.java.core into new module sootup.interceptors
  • Move Dex interceptors into sootup.apk.parser
  • Move ReachingDefs into sootup.analysis.intraprocedural
  • Add new modules to report and DependencyManagement section in root pom.xml
  • add new modules to gh actions workflow ;)

Copy link
Contributor

Documentation Preview.

@stschott stschott marked this pull request as ready for review August 30, 2024 11:10
@JonasKlauke
Copy link
Collaborator

I think we should also rename sootup.apk.parser and sootup.jimple.parser and drop the parser part

@swissiety
Copy link
Collaborator

I think we should also rename sootup.apk.parser and sootup.jimple.parser and drop the parser part

Then we should split the concrete Jimple Implementations from core and only keep interfaces there.

@stschott stschott requested a review from JonasKlauke September 4, 2024 14:28
stschott and others added 10 commits September 5, 2024 13:39
…cture

# Conflicts:
#	sootup.callgraph/pom.xml
…cture

# Conflicts:
#	sootup.java.bytecode.frontend/src/main/java/sootup/java/bytecode/frontend/conversion/FileUtil.java
#	sootup.java.bytecode.frontend/src/main/java/sootup/java/bytecode/frontend/inputlocation/DownloadJarAnalysisInputLocation.java
#	sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/inputlocation/DownloadJarInputLocationTest.java
#	sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/minimaltestsuite/java6/AnnotationUsageInheritedTest.java
#	sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/minimaltestsuite/java6/AnnotationUsageTest.java
#	sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/minimaltestsuite/java6/NestedAnnotationTest.java
#	sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/minimaltestsuite/java6/VisibleAnnotationTest.java
#	sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/minimaltestsuite/java8/PackageAnnotationTest.java
@stschott stschott merged commit 23cd80b into develop Sep 13, 2024
8 checks passed
@stschott stschott deleted the refactorModuleStructure branch September 13, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants