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

Fix: One must be able to know if any resolved type is a boxed primiti… #3864

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Jan 20, 2023

…ve type

@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #3864 (ca5c486) into master (8fe3b4f) will increase coverage by 0.014%.
The diff coverage is 0.000%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #3864       +/-   ##
===============================================
+ Coverage     57.612%   57.627%   +0.014%     
+ Complexity      5497      2185     -3312     
===============================================
  Files            640       640               
  Lines          33975     33975               
  Branches        5869      5869               
===============================================
+ Hits           19574     19579        +5     
+ Misses         12318     12312        -6     
- Partials        2083      2084        +1     
Flag Coverage Δ
AlsoSlowTests 57.627% <0.000%> (+0.014%) ⬆️
javaparser-core 50.277% <0.000%> (ø)
javaparser-symbol-solver 36.638% <0.000%> (+0.014%) ⬆️
jdk-10 57.617% <0.000%> (+0.008%) ⬆️
jdk-11 57.623% <0.000%> (+0.014%) ⬆️
jdk-12 57.623% <0.000%> (+0.020%) ⬆️
jdk-13 57.623% <0.000%> (+0.014%) ⬆️
jdk-14 57.617% <0.000%> (+0.008%) ⬆️
jdk-15 57.620% <0.000%> (+0.011%) ⬆️
jdk-16 57.623% <0.000%> (+0.014%) ⬆️
jdk-8 57.625% <0.000%> (+0.014%) ⬆️
jdk-9 57.623% <0.000%> (+0.014%) ⬆️
macos-latest 57.621% <0.000%> (+0.014%) ⬆️
ubuntu-latest 57.615% <0.000%> (+0.014%) ⬆️
windows-latest 57.610% <0.000%> (+0.014%) ⬆️

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

Impacted Files Coverage Δ
...parser/resolution/types/ResolvedPrimitiveType.java 85.714% <0.000%> (+7.142%) ⬆️

Continue to review full report at Codecov.

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

@jlerbsc jlerbsc merged commit 133962b into javaparser:master Jan 20, 2023
@jlerbsc jlerbsc added this to the next release milestone Jan 20, 2023
@jlerbsc jlerbsc added the PR: Fixed A PR that offers a fix or correction label Jan 20, 2023
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.

None yet

1 participant