Skip to content
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

Fix class cast expression for use of local variables #46

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

niveathika
Copy link
Contributor

@niveathika niveathika commented Oct 17, 2023

Purpose

$subject

Fixes https://github.com/ballerina-platform/persist-tools/issues/311

Examples

Checklist

  • Linked to an issue
  • Updated the specification
  • Updated the changelog
  • Added tests
  • Checked native-image compatibility

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (6912f48) 83.44% compared to head (c1dd245) 83.30%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #46      +/-   ##
============================================
- Coverage     83.44%   83.30%   -0.14%     
  Complexity      165      165              
============================================
  Files            21       21              
  Lines          1250     1252       +2     
  Branches        358      359       +1     
============================================
  Hits           1043     1043              
- Misses          151      152       +1     
- Partials         56       57       +1     
Files Coverage Δ
...l/compiler/codemodifier/PersistQueryValidator.java 73.15% <0.00%> (-0.78%) ⬇️

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

@niveathika niveathika merged commit 3d3d783 into ballerina-platform:main Oct 17, 2023
5 of 6 checks passed
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.

Java Class Cast exception when running bal persist generated code in Update 8.1
3 participants