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

Single file analysis #699

Merged
merged 9 commits into from
Nov 2, 2023
Merged

Single file analysis #699

merged 9 commits into from
Nov 2, 2023

Conversation

ReshmaSobhaNair
Copy link
Collaborator

No description provided.

@Nonnull
@Override
public Collection<? extends AbstractClassSource<JavaSootClass>> getClassSources(@Nonnull View<?> view) {
return null;
Copy link
Collaborator

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

@kadirayk kadirayk marked this pull request as ready for review November 2, 2023 11:46
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (caa4892) 64.96% compared to head (dae628e) 63.97%.
Report is 148 commits behind head on develop.

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     
Files Coverage Δ
.../main/java/sootup/core/inputlocation/FileType.java 92.85% <100.00%> (ø)
.../inputlocation/PathBasedAnalysisInputLocation.java 71.10% <94.11%> (+0.86%) ⬆️

... and 82 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kadirayk kadirayk merged commit 5d038b1 into develop Nov 2, 2023
8 checks passed
@swissiety swissiety deleted the SingleFileAnalysis branch November 9, 2023 14:06
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.

4 participants