Skip to content

split FileVisitor::handleClassNode into handleClassNode and handleAnonClassNode #511

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

Merged
merged 1 commit into from
May 21, 2025

Conversation

micheleorselli
Copy link
Member

@micheleorselli micheleorselli commented May 20, 2025

This will fix #498. A small improved was also added: anonymous classes extends is now collected as dependency

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
57.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@micheleorselli micheleorselli self-assigned this May 20, 2025
Copy link

codecov bot commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.30%. Comparing base (89bfe5f) to head (49a893d).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #511      +/-   ##
============================================
+ Coverage     97.28%   97.30%   +0.01%     
- Complexity      628      629       +1     
============================================
  Files            80       80              
  Lines          1769     1780      +11     
============================================
+ Hits           1721     1732      +11     
  Misses           48       48              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@micheleorselli micheleorselli marked this pull request as ready for review May 20, 2025 21:35
@micheleorselli micheleorselli merged commit fbc5e97 into main May 21, 2025
34 of 35 checks passed
@micheleorselli micheleorselli deleted the refactor_anon_class_parsing branch May 21, 2025 07:37
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.

Split FileVisitor::handleClassNode
1 participant