FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

parser cleanup by andimarek · Pull Request #4442 · graphql-java/graphql-java · GitHub

parser cleanup - #4442

Merged
andimarek merged 1 commit into
masterfrom
parser-cleanup
Aug 22, 2026
Merged

parser cleanup#4442
andimarek merged 1 commit into
masterfrom
parser-cleanup

Conversation

Copy link
Copy Markdown
Member

cleanup

Copy link
Copy Markdown
Contributor

Test Report

Test Results

Java Version Total Passed Failed Errors Skipped
Java 11 5929 (+2 🟢) 5873 (+2 🟢) 0 (±0) 0 (±0) 56 (±0)
Java 17 5929 (+2 🟢) 5872 (+2 🟢) 0 (±0) 0 (±0) 57 (±0)
Java 21 5929 (+2 🟢) 5872 (+2 🟢) 0 (±0) 0 (±0) 57 (±0)
Java 25 5929 (+2 🟢) 5872 (+2 🟢) 0 (±0) 0 (±0) 57 (±0)
jcstress 32 (±0) 32 (±0) 0 (±0) 0 (±0) 0 (±0)
Total 23748 (+8 🟢) 23521 (+8 🟢) 0 (±0) 0 (±0) 227 (±0)

Code Coverage (Java 25)

Metric Covered Missed Coverage vs Master
Lines 30034 3121 90.6% ±0.0%
Branches 8783 1519 85.3% ±0.0%
Methods 8026 1206 86.9% ±0.0%

No per-class coverage changes detected.

Full HTML report: build artifact jacoco-html-report

Updated: 2026-08-18 23:30:29 UTC

}
}
List<String> lineList = new ArrayList<>(Arrays.asList(lines));
if (commonIndent != null) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

The old code didnt do any work if commonIndent == null - can we do the same ??

bbakerman left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Nice

andimarek enabled auto-merge August 22, 2026 21:50
andimarek merged commit ff464f4 into master Aug 22, 2026
11 checks passed
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL