Skip to content

Remove final newline character from Java source files - #281

Merged
mercyblitz merged 1 commit into
mainfrom
copilot/remove-duplicated-line-separators-another-one
May 30, 2026
Merged

mercyblitz merged 1 commit into
mainfrom
copilot/remove-duplicated-line-separators-another-one

Conversation

Copilot AI commented May 30, 2026

Copy link
Copy Markdown
Contributor

Removes the trailing newline character from the end of all Java source files to ensure consistent file endings across the codebase.

Changes

  • Removed final \n character from all 746 Java files in the project
  • Verified all files no longer end with newline

Example

// Before
private JSONUtils() {
}
↵  // (trailing newline removed)

// After
private JSONUtils() {
}  // (file ends here without newline)

- Removes the trailing newline character from all 746 Java files
- This completes the line separator cleanup task
@codecov

codecov Bot commented May 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ Complexity Δ
...ssor/ConfigurationPropertyAnnotationProcessor.java 100.00% <ø> (ø) 16.00 <0.00> (ø)
...essor/ConfigurationPropertyJSONElementVisitor.java 100.00% <ø> (ø) 24.00 <0.00> (ø)
...crosphere/annotation/processor/FilerProcessor.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...sphere/annotation/processor/ResourceProcessor.java 100.00% <ø> (ø) 36.00 <0.00> (ø)
...c/main/java/io/microsphere/beans/BeanMetadata.java 100.00% <ø> (ø) 14.00 <0.00> (ø)
...c/main/java/io/microsphere/beans/BeanProperty.java 100.00% <ø> (ø) 17.00 <0.00> (ø)
.../src/main/java/io/microsphere/beans/BeanUtils.java 100.00% <ø> (ø) 41.00 <0.00> (ø)
...va/io/microsphere/beans/ConfigurationProperty.java 100.00% <ø> (ø) 26.00 <0.00> (ø)
...classloading/AbstractArtifactResourceResolver.java 100.00% <ø> (ø) 4.00 <0.00> (ø)
...phere/classloading/AbstractURLClassPathHandle.java 95.77% <ø> (ø) 24.00 <0.00> (ø)
... and 250 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mercyblitz
mercyblitz merged commit 4af74c8 into main May 30, 2026
6 checks passed
@sonarqubecloud

Copy link
Copy Markdown

@mercyblitz
mercyblitz deleted the copilot/remove-duplicated-line-separators-another-one branch June 4, 2026 15:23
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