Tai-e icon indicating copy to clipboard operation
Tai-e copied to clipboard

Fix the missing `STATIC` modfier of static phantom fields in `ClassHierarchyImpl`

Open jjppp opened this issue 5 months ago • 1 comments

This PR should fix #169, where the modifier STATIC is missing for static phantom fields, making subsequent analysis mistakenly considering static phantom fields to be instance fields.

jjppp avatar Jun 25 '25 09:06 jjppp

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.86%. Comparing base (6774a9f) to head (34d7897).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #170      +/-   ##
============================================
+ Coverage     72.79%   72.86%   +0.06%     
- Complexity     4431     4436       +5     
============================================
  Files           480      480              
  Lines         15922    15925       +3     
  Branches       2183     2184       +1     
============================================
+ Hits          11591    11603      +12     
+ Misses         3479     3468      -11     
- Partials        852      854       +2     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov-commenter avatar Jun 25 '25 09:06 codecov-commenter