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

[master] Fix 'no such method' error for imported resource method #42999

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

HindujaB
Copy link
Contributor

Purpose

$subject
Fixes #42988

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

Copy link

codecov bot commented Jun 28, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.33%. Comparing base (1a2e421) to head (d3d2853).
Report is 31 commits behind head on master.

Files Patch % Lines
...erinalang/compiler/bir/codegen/JvmCodeGenUtil.java 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #42999      +/-   ##
============================================
- Coverage     77.69%   77.33%   -0.36%     
- Complexity    51480    58230    +6750     
============================================
  Files          2933     3450     +517     
  Lines        204309   218914   +14605     
  Branches      26730    28725    +1995     
============================================
+ Hits         158733   169300   +10567     
- Misses        36948    40290    +3342     
- Partials       8628     9324     +696     

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

@HindujaB HindujaB changed the title [WIP][master] Fix 'no such method' error for imported resource method [master] Fix 'no such method' error for imported resource method Jul 4, 2024
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.

[Bug]: Getting a runtime error while invoking the client methods for a generated client
1 participant