-
Notifications
You must be signed in to change notification settings - Fork 5.9k
8331051: Add an @since
checker test for java.base
module
#18934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
nizarbenalla
wants to merge
33
commits into
openjdk:master
from
nizarbenalla:source-based-since-checker
Closed
Changes from 6 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0e5dcad
first `@since` checker test of the JDK. For `java.base`
nizarbenalla f347aec
renamed files to give them more unique filenames - add more to the co…
nizarbenalla d42c7f1
remove unnecessary class - jtreg comment is enough to run the test
nizarbenalla 542ed24
Add more details to the initial comment
nizarbenalla 32edb4d
General improvements:
nizarbenalla 599477b
trivial change - extra parentheses
nizarbenalla 1bdb25d
-Wrap lines at 80-100
nizarbenalla 5df2151
mention packages in initial comment
nizarbenalla 3f226ef
- Added some legacy modules that existed long before preview features…
nizarbenalla 48c8781
- Not checking elements enclosed within a record, I doubt a record cl…
nizarbenalla ac4df85
Now only skipping the common methods that every record class will hav…
nizarbenalla 7163dfb
Merge remote-tracking branch 'upstream/master' into source-based-sinc…
nizarbenalla e82dfbf
checking for null values directly rather than catching NPE
nizarbenalla fc10107
Add a few more legacy methods, needed a few more after changes to the…
nizarbenalla 85b2d1a
- removed unused parameter `i`
nizarbenalla 5476c99
Merge branch 'master' into source-based-since-checker
nizarbenalla 5be962b
Improve checker report messages
nizarbenalla 376b284
Merge remote-tracking branch 'upstream/master' into source-based-sinc…
nizarbenalla c09525a
(C)
nizarbenalla 62aebb0
Move the tests to module/module_name directory for clearer naming
nizarbenalla 12d410a
Skip over files and packages that aren't found
nizarbenalla 441c6cc
Merge remote-tracking branch 'upstream/master' into source-based-sinc…
nizarbenalla 636eb72
Merge remote-tracking branch 'upstream/master' into source-based-sinc…
nizarbenalla 12df54f
Merge remote-tracking branch 'upstream/master' into source-based-sinc…
nizarbenalla 90805b2
extend SinceChecker to now skip some packages
nizarbenalla 542f361
avoid using `continue`, fix mistake in last commit
nizarbenalla 45212f1
Merge remote-tracking branch 'upstream/master' into source-based-sinc…
nizarbenalla d355222
Change "found" to "should be" in the error messages
nizarbenalla c1b2dcf
Merge remote-tracking branch 'upstream/master' into source-based-sinc…
nizarbenalla 9a17f04
remove empty if statement, debugging showed the condition is never true
nizarbenalla 62a3406
exclude list is now module specific
nizarbenalla 4eed8e9
Merge remote-tracking branch 'upstream/master' into source-based-sinc…
nizarbenalla 47ba2a1
extra check to make sure we're excluding sub-packages too
nizarbenalla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally, the symbol of a red line in a red circle is indicative of a missing final newline at the end of the file.
It is recommend that files end with exactly one newline character.