Skip to content

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Mar 18, 2023

Fixes #3951 .

@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Merging #3963 (722bf94) into master (f29c4b4) will increase coverage by 0.002%.
The diff coverage is 42.857%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #3963       +/-   ##
===============================================
+ Coverage     57.807%   57.809%   +0.002%     
  Complexity      2293      2293               
===============================================
  Files            642       642               
  Lines          34224     34226        +2     
  Branches        5924      5924               
===============================================
+ Hits           19784     19786        +2     
  Misses         12321     12321               
  Partials        2119      2119               
Flag Coverage Δ
AlsoSlowTests 57.809% <42.857%> (+0.002%) ⬆️
javaparser-core 50.340% <0.000%> (-0.004%) ⬇️
javaparser-symbol-solver 36.998% <42.857%> (+0.062%) ⬆️
jdk-10 57.805% <42.857%> (+0.008%) ⬆️
jdk-11 57.799% <42.857%> (-0.004%) ⬇️
jdk-12 57.799% <42.857%> (-0.004%) ⬇️
jdk-13 57.799% <42.857%> (+0.002%) ⬆️
jdk-14 57.805% <42.857%> (+0.002%) ⬆️
jdk-15 57.805% <42.857%> (+0.002%) ⬆️
jdk-16 57.802% <42.857%> (-0.001%) ⬇️
jdk-8 57.804% <42.857%> (-0.001%) ⬇️
jdk-9 57.805% <42.857%> (+0.002%) ⬆️
macos-latest 57.804% <42.857%> (+0.002%) ⬆️
ubuntu-latest 57.789% <42.857%> (+0.002%) ⬆️
windows-latest 57.792% <42.857%> (+0.002%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...lution/logic/ConflictingGenericTypesException.java 0.000% <ø> (ø)
...flectionmodel/ReflectionAnnotationDeclaration.java 38.983% <0.000%> (ø)
...ver/reflectionmodel/ReflectionEnumDeclaration.java 32.835% <0.000%> (ø)
...eflectionmodel/ReflectionInterfaceDeclaration.java 48.000% <0.000%> (ø)
.../javaparser/resolution/logic/InferenceContext.java 82.307% <75.000%> (+0.276%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f29c4b4...722bf94. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Fixed A PR that offers a fix or correction

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ConfilictingGenericTypesException is thrown when an Object type is expected as a parameter and an interface is provided as the actual parameter

1 participant