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 issue 2740 issue related to a method call in an anonymous class on a field with a private visibity #2947

Merged
merged 2 commits into from Nov 26, 2020

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Nov 26, 2020

Fixes #2740 .

@codecov
Copy link

codecov bot commented Nov 26, 2020

Codecov Report

Merging #2947 (9b0c4ce) into master (aa27658) will increase coverage by 0.014%.
The diff coverage is 100.000%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #2947       +/-   ##
===============================================
+ Coverage     56.053%   56.067%   +0.014%     
- Complexity      2301      2305        +4     
===============================================
  Files            583       583               
  Lines          31495     31494        -1     
  Branches        5275      5273        -2     
===============================================
+ Hits           17654     17658        +4     
+ Misses         12064     12061        -3     
+ Partials        1777      1775        -2     
Flag Coverage Δ Complexity Δ
AlsoSlowTests 56.067% <100.000%> (+0.014%) 0.000 <0.000> (ø)
javaparser-core 52.289% <ø> (ø) 0.000 <ø> (ø)
javaparser-symbol-solver 40.528% <100.000%> (+0.013%) 0.000 <0.000> (ø)
jdk-10 56.042% <100.000%> (-0.010%) 0.000 <0.000> (ø)
jdk-11 56.058% <100.000%> (+0.006%) 0.000 <0.000> (ø)
jdk-12 56.042% <100.000%> (-0.010%) 0.000 <0.000> (ø)
jdk-13 56.042% <100.000%> (-0.010%) 0.000 <0.000> (ø)
jdk-14 56.064% <100.000%> (+0.012%) 0.000 <0.000> (ø)
jdk-15 56.042% <100.000%> (-0.010%) 0.000 <0.000> (ø)
jdk-8 ? ?
jdk-9 ? ?
macos-latest 56.058% <100.000%> (+0.014%) 0.000 <0.000> (ø)
ubuntu-latest 56.042% <100.000%> (+0.011%) 0.000 <0.000> (ø)
windows-latest 56.055% <100.000%> (+0.014%) 0.000 <0.000> (ø)

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

Impacted Files Coverage Δ Complexity Δ
...del/contexts/AnonymousClassDeclarationContext.java 67.816% <100.000%> (+2.298%) 17.000 <0.000> (+1.000)
...avaparsermodel/contexts/MethodCallExprContext.java 76.763% <0.000%> (-0.097%) 86.000% <0.000%> (ø%)
...ymbolsolver/javaparsermodel/JavaParserFactory.java 84.782% <0.000%> (+1.086%) 41.000% <0.000%> (+1.000%)
...larations/JavaParserAnonymousClassDeclaration.java 73.913% <0.000%> (+2.173%) 20.000% <0.000%> (+2.000%)

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 aa27658...9b0c4ce. Read the comment docs.

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.

bug MethodCallExpr exception
2 participants