Skip to content

Improved the code by removing code duplication from the method used to obtain methods declared in a class/interface/enumeration#4883

Merged
jlerbsc merged 2 commits intojavaparser:masterfrom
jlerbsc:master
Oct 27, 2025
Merged

Improved the code by removing code duplication from the method used to obtain methods declared in a class/interface/enumeration#4883
jlerbsc merged 2 commits intojavaparser:masterfrom
jlerbsc:master

Conversation

@jlerbsc
Copy link
Copy Markdown
Collaborator

@jlerbsc jlerbsc commented Oct 27, 2025

No description provided.

…o obtain methods declared in a class/interface/enumeration
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.395%. Comparing base (51d5210) to head (c99a8a3).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #4883       +/-   ##
===============================================
- Coverage     58.405%   58.395%   -0.010%     
+ Complexity      2537      2534        -3     
===============================================
  Files            677       677               
  Lines          39046     39037        -9     
  Branches        7089      7085        -4     
===============================================
- Hits           22805     22796        -9     
  Misses         13341     13341               
  Partials        2900      2900               
Flag Coverage Δ
AlsoSlowTests 58.395% <100.000%> (-0.010%) ⬇️
javaparser-core 58.395% <100.000%> (-0.010%) ⬇️
javaparser-symbol-solver 58.395% <100.000%> (-0.010%) ⬇️
jdk-10 57.957% <100.000%> (-0.010%) ⬇️
jdk-11 57.959% <100.000%> (-0.010%) ⬇️
jdk-12 57.959% <100.000%> (-0.010%) ⬇️
jdk-13 57.959% <100.000%> (-0.010%) ⬇️
jdk-14 58.197% <100.000%> (+0.008%) ⬆️
jdk-15 58.197% <100.000%> (-0.010%) ⬇️
jdk-16 58.169% <100.000%> (-0.013%) ⬇️
jdk-17 58.325% <100.000%> (-0.010%) ⬇️
jdk-18 58.325% <100.000%> (-0.010%) ⬇️
jdk-8 57.960% <100.000%> (-0.010%) ⬇️
jdk-9 57.957% <100.000%> (-0.010%) ⬇️
macos-latest 58.388% <100.000%> (-0.010%) ⬇️
ubuntu-latest 58.383% <100.000%> (-0.010%) ⬇️
windows-latest 58.377% <100.000%> (-0.010%) ⬇️

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

Files with missing lines Coverage Δ
...model/declarations/JavaParserClassDeclaration.java 77.707% <100.000%> (-0.689%) ⬇️
...rmodel/declarations/JavaParserEnumDeclaration.java 58.503% <100.000%> (-1.366%) ⬇️
...l/declarations/JavaParserInterfaceDeclaration.java 62.204% <100.000%> (-1.432%) ⬇️
...arsermodel/declarations/JavaParserTypeAdapter.java 65.934% <100.000%> (+2.404%) ⬆️

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 a111ba0...c99a8a3. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…o obtain methods declared in a class/interface/enumeration
@jlerbsc jlerbsc merged commit d9f5ff3 into javaparser:master Oct 27, 2025
35 checks passed
@jlerbsc jlerbsc added this to the next release milestone Oct 27, 2025
@jlerbsc jlerbsc added the PR: Changed A PR that changes implementation without changing behaviour (e.g. performance) label Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Changed A PR that changes implementation without changing behaviour (e.g. performance)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant