-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Single file analysis #699
Single file analysis #699
Conversation
@Nonnull | ||
@Override | ||
public Collection<? extends AbstractClassSource<JavaSootClass>> getClassSources(@Nonnull View<?> view) { | ||
return null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please return the single class in a Collection.singletonList(...)
as well
...ytecode/src/main/java/sootup/java/bytecode/inputlocation/PathBasedAnalysisInputLocation.java
Outdated
Show resolved
Hide resolved
sootup.core/src/main/java/sootup/core/inputlocation/FileType.java
Outdated
Show resolved
Hide resolved
...ytecode/src/main/java/sootup/java/bytecode/inputlocation/PathBasedAnalysisInputLocation.java
Show resolved
Hide resolved
...ytecode/src/main/java/sootup/java/bytecode/inputlocation/PathBasedAnalysisInputLocation.java
Outdated
Show resolved
Hide resolved
…ocation/PathBasedAnalysisInputLocation.java
...ytecode/src/main/java/sootup/java/bytecode/inputlocation/PathBasedAnalysisInputLocation.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #699 +/- ##
=============================================
- Coverage 64.96% 63.97% -0.99%
- Complexity 3372 3424 +52
=============================================
Files 313 317 +4
Lines 14966 15408 +442
Branches 2525 2612 +87
=============================================
+ Hits 9723 9858 +135
- Misses 4343 4640 +297
- Partials 900 910 +10
☔ View full report in Codecov by Sentry. |
No description provided.