Skip to content

Conversation

@TheRealHaui
Copy link
Contributor

Unnecessary class casts removed.

@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2025

Codecov Report

❌ Patch coverage is 75.75758% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.27%. Comparing base (3b78ab0) to head (4c7d1ee).

Files with missing lines Patch % Lines
...ocketmq/broker/processor/AdminBrokerProcessor.java 76.00% 6 Missing ⚠️
...apache/rocketmq/common/filter/impl/PolishExpr.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9844      +/-   ##
=============================================
- Coverage      48.35%   48.27%   -0.08%     
+ Complexity     12263    12240      -23     
=============================================
  Files           1314     1314              
  Lines          93799    93799              
  Branches       12036    12036              
=============================================
- Hits           45352    45283      -69     
- Misses         42841    42898      +57     
- Partials        5606     5618      +12     

☔ 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.


public static boolean isLeftParenthesis(Op token) {
return token instanceof Operator && LEFTPARENTHESIS == (Operator) token;
return token instanceof Operator && LEFTPARENTHESIS == token;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file is auto generated, should not change it.

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.

3 participants