Skip to content

Refactor SootUp module structure#1049

Merged
stschott merged 19 commits intodevelopfrom
refactorModuleStructure
Sep 13, 2024
Merged

Refactor SootUp module structure#1049
stschott merged 19 commits intodevelopfrom
refactorModuleStructure

Conversation

@stschott
Copy link
Copy Markdown
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 ;)

@github-actions
Copy link
Copy Markdown
Contributor

Documentation Preview.

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

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

@swissiety
Copy link
Copy Markdown
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
@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