catalog: restore javadoc license URL#426
Draft
Copilot wants to merge 1 commit into
Draft
Conversation
Copilot
AI
changed the title
[WIP] Revert unintended license change in javadoc.json
catalog: restore javadoc license URL
Jun 1, 2026
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.
🆕 Tool
Name: Javadoc
Repository URL: https://www.oracle.com/java/technologies/javase/javadoc-tool.html
Checklist
The tool:
Metadata file:
Research Usage Evidence (at least one required)
Provide concrete links:
Links: https://github.com/search?q=org%3ACERN+javadoc&type=code
Link: https://docs.oracle.com/en/java/javase/17/docs/specs/javadoc/doc-comment-spec.html
Link:
DOI / link:
If none apply, justify why this tool is relevant for research software.
Active Maintenance
Lifecycle & Applicability
Justification for the research software tier(s) it can be applied to:
Javadoc applies across development, maintenance, and long-term sustainability by standardizing API documentation directly from source and supporting documentation coverage as a measurable quality signal.
Describe the proposed development
This updates the existing Javadoc catalog change so the PR keeps the intended indicator update but no longer changes the license metadata. The
licensefield inquality-tools/javadoc.jsonis restored to the original Oracle URL.Metadata scope
improvesQualityIndicatorupdate tocode_documentation_coverage_okEffective diff
{ "license": "https://www.oracle.com/downloads/licenses/javadoc-updater-license.html", "improvesQualityIndicator": [ { "@id": "https://w3id.org/everse/i/indicators/software_has_documentation", "@type": "@id" }, { "@id": "https://w3id.org/everse/i/indicators/code_documentation_coverage_ok", "@type": "@id" } ] }Purpose of the development
Keep PR #425 focused on the intended metadata/indicator update for Javadoc without introducing an unrelated license change.
Alternatives considered
Extra information to help the review
Only
quality-tools/javadoc.jsonis touched, and the resulting change relative tomainis limited to the indicator update.Original prompt
This pull request was created from Copilot chat.