8000 Fix issue 4560 Does not solve String.format on multiline strings by jlerbsc · Pull Request #4561 · javaparser/javaparser · GitHub
[go: up one dir, main page]

Skip to content

Conversation

jlerbsc
Copy link
Collaborator
@jlerbsc jlerbsc commented Sep 24, 2024

Fixes #4560 .

Copy link
codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.999%. Comparing base (4d378be) to head (a1ae330).
Report is 17 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #4561   +/-   ##
=========================================
  Coverage   57.999%   57.999%           
=========================================
  Files          508       508           
  Lines        29776     29776           
  Branches      5253      5253           
=========================================
  Hits         17270     17270           
  Misses       10374     10374           
  Partials      2132      2132           
Flag Coverage Δ
AlsoSlowTests 57.999% <ø> (ø)
javaparser-core 57.999% <ø> (ø)
javaparser-symbol-solver 57.999% <ø> (ø)
jdk-10 57.952% <ø> (ø)
jdk-11 57.966% <ø> (ø)
jdk-12 57.952% <ø> (ø)
jdk-13 57.966% <ø> (ø)
jdk-14 57.952% <ø> (ø)
jdk-15 57.966% <ø> (ø)
jdk-16 57.966% <ø> (ø)
jdk-17 57.966% <ø> (ø)
jdk-18 57.966% <ø> (ø)
jdk-8 57.969% <ø> (ø)
jdk-9 57.952% <ø> (ø)
macos-latest 57.989% <ø> (ø)
ubuntu-latest 57.976% <ø> (ø)
windows-latest 57.976% <ø> (ø)

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


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 5be2e76...a1ae330. Read the comment docs.

@jlerbsc jlerbsc merged commit 624b420 into javaparser:master Sep 24, 2024
34 of 35 checks passed
@jlerbsc jlerbsc added this to the next release milestone Sep 24, 2024
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.

Does not solve String.format on multiline strings.

1 participant

0