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

Cleanup and speed-up of type resolution #1690

Closed
wants to merge 19 commits into from

Fixed test

d4d29d6
Select commit
Loading
Failed to load commit list.
Closed

Cleanup and speed-up of type resolution #1690

Fixed test
d4d29d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 1, 2024 in 0s

74.77% (-0.08%) compared to 21aeba7

View this Pull Request on Codecov

74.77% (-0.08%) compared to 21aeba7

Details

Codecov Report

Attention: Patch coverage is 81.25000% with 27 lines in your changes missing coverage. Please review.

Project coverage is 74.77%. Comparing base (21aeba7) to head (d4d29d6).

Files with missing lines Patch % Lines
...lin/de/fraunhofer/aisec/cpg/passes/TypeResolver.kt 66.66% 2 Missing and 3 partials ⚠️
...main/kotlin/de/fraunhofer/aisec/cpg/TypeManager.kt 76.92% 1 Missing and 2 partials ⚠️
...fer/aisec/cpg/frontends/java/DeclarationHandler.kt 0.00% 3 Missing ⚠️
...ain/kotlin/de/fraunhofer/aisec/cpg/ScopeManager.kt 88.23% 1 Missing and 1 partial ⚠️
...kotlin/de/fraunhofer/aisec/cpg/graph/types/Type.kt 66.66% 2 Missing ⚠️
...n/de/fraunhofer/aisec/cpg/passes/SymbolResolver.kt 94.73% 0 Missing and 2 partials ⚠️
...lin/de/fraunhofer/aisec/cpg/passes/CXXExtraPass.kt 80.00% 1 Missing and 1 partial ⚠️
...r/aisec/cpg/frontends/java/JavaLanguageFrontend.kt 66.66% 2 Missing ⚠️
...hofer/aisec/cpg/graph/types/FunctionPointerType.kt 0.00% 1 Missing ⚠️
.../fraunhofer/aisec/cpg/graph/types/ReferenceType.kt 0.00% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
Files with missing lines Coverage Δ
...tlin/de/fraunhofer/aisec/cpg/TranslationManager.kt 72.30% <100.00%> (+0.72%) ⬆️
...e/fraunhofer/aisec/cpg/frontends/LanguageTraits.kt 100.00% <ø> (ø)
...otlin/de/fraunhofer/aisec/cpg/graph/TypeBuilder.kt 66.66% <100.00%> (+0.66%) ⬆️
...de/fraunhofer/aisec/cpg/graph/types/NumericType.kt 75.00% <100.00%> (ø)
.../de/fraunhofer/aisec/cpg/graph/types/StringType.kt 66.66% <100.00%> (ø)
...de/fraunhofer/aisec/cpg/graph/types/UnknownType.kt 100.00% <100.00%> (ø)
.../fraunhofer/aisec/cpg/frontends/cxx/CPPLanguage.kt 90.06% <100.00%> (+0.06%) ⬆️
...er/aisec/cpg/frontends/golang/ExpressionHandler.kt 88.14% <100.00%> (ø)
...ofer/aisec/cpg/frontends/java/ExpressionHandler.kt 72.52% <100.00%> (ø)
...ec/cpg/passes/JavaExternalTypeHierarchyResolver.kt 78.12% <100.00%> (ø)
... and 15 more

... and 5 files with indirect coverage changes

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