Add compiler validation through compiler plugin#3
Merged
niveathika merged 8 commits intoballerina-platform:mainfrom May 14, 2025
Merged
Add compiler validation through compiler plugin#3niveathika merged 8 commits intoballerina-platform:mainfrom
niveathika merged 8 commits intoballerina-platform:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your project status has failed because the head coverage (51.54%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3 +/- ##
=============================================
+ Coverage 29.23% 51.54% +22.31%
- Complexity 23 138 +115
=============================================
Files 15 26 +11
Lines 520 875 +355
Branches 129 180 +51
=============================================
+ Hits 152 451 +299
- Misses 364 389 +25
- Partials 4 35 +31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5330df9 to
c16dd76
Compare
ayeshLK
reviewed
May 9, 2025
...r-plugin/src/main/java/io/ballerina/lib/cdc/compiler/codeaction/AbstractCdcCodeTemplate.java
Show resolved
Hide resolved
ayeshLK
reviewed
May 9, 2025
...r-plugin/src/main/java/io/ballerina/lib/cdc/compiler/codeaction/AbstractCdcCodeTemplate.java
Outdated
Show resolved
Hide resolved
ayeshLK
reviewed
May 9, 2025
...r-plugin/src/main/java/io/ballerina/lib/cdc/compiler/codeaction/AbstractCdcCodeTemplate.java
Outdated
Show resolved
Hide resolved
ayeshLK
reviewed
May 9, 2025
compiler-plugin/src/main/java/io/ballerina/lib/cdc/compiler/validator/CdcFunctionValidator.java
Outdated
Show resolved
Hide resolved
compiler-plugin-tests/src/test/resources/code-action-expected/service_1/result.bal
Outdated
Show resolved
Hide resolved
daneshk
reviewed
May 14, 2025
compiler-plugin-tests/src/test/resources/diagnostics/invalid_service_18/service.bal
Outdated
Show resolved
Hide resolved
daneshk
reviewed
May 14, 2025
compiler-plugin-tests/src/test/resources/diagnostics/invalid_service_2/service.bal
Outdated
Show resolved
Hide resolved
daneshk
approved these changes
May 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
$subject
Fixes:
Examples
Checklist