Merged
Conversation
…tly generated RTA call graph
…Expr in the method body
…ed in the worklist of the call graph generation
…g in the RTA call graph generation
…sing method of the call graph generation
…ll graph generation
…ementation of the method in resolveAbstractDispatch
…veAbstractDispatch
…t are implemented
…oncrete dispatches of all of them
…ass that is not contained in the view. This method is used for implicit edges caused by static initializers. A warning will be logged to show that classes are missing.
# Conflicts: # sootup.callgraph/src/test/java/sootup/callgraph/DefaultEntryPointTest.java # sootup.tests/src/test/java/sootup/tests/typehierarchy/MethodDispatchBase.java
…rontend simplifies the testcase
swissiety
reviewed
Apr 24, 2023
sootup.java.bytecode/src/main/java/sootup/java/bytecode/frontend/AsmUtil.java
Show resolved
Hide resolved
swissiety
reviewed
Apr 24, 2023
sootup.java.bytecode/src/main/java/sootup/java/bytecode/frontend/AsmUtil.java
Outdated
Show resolved
Hide resolved
swissiety
reviewed
Apr 24, 2023
sootup.java.bytecode/src/main/java/sootup/java/bytecode/frontend/AsmUtil.java
Outdated
Show resolved
Hide resolved
kadirayk
requested changes
Apr 24, 2023
sootup.callgraph/src/main/java/sootup/callgraph/AbstractCallGraphAlgorithm.java
Outdated
Show resolved
Hide resolved
…ase j8dim6 which was not supported by the sourcecode frontend
…prevent crashes on the sourcecode frontend testcases
…therwise it will call ToJimpleClassType
…AsmUtil.ArrayTypeToJimpleType.
… for invalid primitive and void types
kadirayk
approved these changes
May 5, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed the Testcase to represent a correctly generated RTA call graph. Fixed the RTA call graph generation to correctly generate the call graph.