Open
Conversation
Also, clean up the javadoc in some classes related to Grails plugins.
jamesfredley
approved these changes
Mar 18, 2026
grails-core/src/main/groovy/grails/plugins/GrailsPluginManager.java
Outdated
Show resolved
Hide resolved
|
The second option is clearer and more precise, as 'no plugin is defined for the instance' better conveys that no plugin exists to handle it, compared to the ambiguous 'no plugin defined the instance.' |
And add tests.
And add `@see` reference to `GrailsPluginManager`.
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
The |
🚨 TestLens detected 43 failed tests 🚨Here is what you can do:
Test Summary
🏷️ Commit: e0aff6f Test Failures (first 5 of 43)GrailsPluginMetadataTests > returns plugin path for classes > returns plugin path for classes [clazz: class org.grails.plugins.metadata.Test2, expectedPath: /plugins/data-binding-7.1.0-SNAPSHOT, #1] (:grails-test-suite-uber:test in CI / Build Grails-Core (macos-latest, 21))
GrailsPluginMetadataTests > returns plugin path for instances > returns plugin path for instances [instance: , expectedPath: /plugins/data-binding-7.1.0-SNAPSHOT, #1] (:grails-test-suite-uber:test in CI / Build Grails-Core (macos-latest, 21))
GrailsPluginMetadataTests > returns plugin views path for classes > returns plugin views path for classes [clazz: class org.grails.plugins.metadata.Test2, expectedPath: /plugins/data-binding-7.1.0-SNAPSHOT/grails-app/views, #1] (:grails-test-suite-uber:test in CI / Build Grails-Core (macos-latest, 21))
GrailsPluginMetadataTests > returns plugin views path for instances > returns plugin views path for instances [instance: , expectedPath: /plugins/data-binding-7.1.0-SNAPSHOT/grails-app/views, #1] (:grails-test-suite-uber:test in CI / Build Grails-Core (macos-latest, 21))
GrailsPluginMetadataTests > returns plugins for classes > returns plugins for classes [clazz: class org.grails.plugins.metadata.Test2, name: dataBinding, #1] (:grails-test-suite-uber:test in CI / Build Grails-Core (macos-latest, 21))
Muted TestsSelect tests to mute in this pull request:
Reuse successful test results:
Click the checkbox to trigger a rerun:
Learn more about TestLens at testlens.app. |
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.
Also, clean up the javadoc in some classes related to Grails plugins.