Skip to content

Re-enable JavaDoc formatting#14860

Merged
koppor merged 6 commits intomainfrom
refine-project-setting
Jan 21, 2026
Merged

Re-enable JavaDoc formatting#14860
koppor merged 6 commits intomainfrom
refine-project-setting

Conversation

@koppor
Copy link
Copy Markdown
Member

@koppor koppor commented Jan 16, 2026

User description

I saw

image

Reason:

howto says: enable JavaDoc formatting:

image

Thus, we have an inconsistency.

Let's try how JavaDoc formattig works? ^^

Upstream issues

Mandatory checks


PR Type

Enhancement


Description

  • Re-enable JavaDoc formatting in project code style settings

  • Removes explicit disable flag to use default formatting behavior

  • Aligns project configuration with documentation guidelines


Diagram Walkthrough

flowchart LR
  A["Project Code Style Config"] -- "Remove ENABLE_JAVADOC_FORMATTING=false" --> B["JavaDoc Formatting Enabled"]
Loading

File Walkthrough

Relevant files
Configuration changes
Project.xml
Remove JavaDoc formatting disable flag                                     

.idea/codeStyles/Project.xml

  • Removed ENABLE_JAVADOC_FORMATTING option set to false
  • Allows JavaDoc formatting to use default behavior
  • Resolves inconsistency between project settings and documentation
+0/-1     

@qodo-free-for-open-source-projects
Copy link
Copy Markdown
Contributor

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-free-for-open-source-projects
Copy link
Copy Markdown
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Jan 17, 2026

Not a good idea it seems

image

@koppor koppor marked this pull request as draft January 17, 2026 00:07
@koppor koppor added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Jan 21, 2026
@github-actions github-actions Bot marked this pull request as ready for review January 21, 2026 18:05
@koppor koppor enabled auto-merge January 21, 2026 18:11
@koppor koppor added this pull request to the merge queue Jan 21, 2026
Merged via the queue into main with commit c759eda Jan 21, 2026
57 of 65 checks passed
@koppor koppor deleted the refine-project-setting branch January 21, 2026 18:51
Siedlerchr added a commit that referenced this pull request Jan 21, 2026
* upstream/just-jdk25:
  Use LTWA file from mirror (#14892)
  Re-enable JavaDoc formatting (#14860)
Siedlerchr added a commit that referenced this pull request Jan 22, 2026
…ging-at-installation

* upstream/main:
  Use LTWA file from mirror (#14892)
  Re-enable JavaDoc formatting (#14860)
  chore(deps): update dependency org.glassfish.grizzly:grizzly-http-server to v5 (#14882)
  chore(deps): update dependency org.glassfish.grizzly:grizzly-framework to v5 (#14881)
  Chore(deps): Bump jablib/src/main/resources/csl-styles (#14864)
  chore(deps): update dependency com.konghq:unirest-modules-gson to v4.7.4 (#14880)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Review effort 1/5 status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants