-
Notifications
You must be signed in to change notification settings - Fork 381
Java 12-17API additions #10106
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
Open
zbynek
wants to merge
13
commits into
gwtproject:main
Choose a base branch
from
zbynek:java17-emul
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Java 12-17API additions #10106
Changes from 4 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
195c8dd
Java 12 emulation
zbynek b04e627
Apply suggestions from code review
zbynek dcf9006
More emulation
zbynek 1ef880d
Review feedback
zbynek 4549a2c
Remove iml file
zbynek a5611f0
Review feedback
zbynek beab47e
Merge branch 'main' into java17-emul
zbynek ceb2069
Mention override as missing
zbynek f71b697
Undo unused refactoring
zbynek 8dc1856
Explain moved method
zbynek 0023483
Remove useless override in test code
zbynek aafd3e9
Fix indent for empty string, add tests
zbynek 8241c51
Add tests for stripIndent
zbynek 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
zbynek marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<module type="JAVA_MODULE" version="4"> | ||
<component name="CheckStyle-IDEA-Module" serialisationVersion="2"> | ||
<option name="activeLocationsIds" /> | ||
</component> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/build_tools/doctool/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/dev/codeserver/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/dev/core/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/dev/core/super" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/dev/core/test" isTestSource="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/user/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/user/test" isTestSource="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/samples/dynatable/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/tools/api-checker/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/user/super/com/google/gwt/emul" isTestSource="false" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="module-library"> | ||
<library> | ||
<CLASSES> | ||
<root url="jar://$MODULE_DIR$/../tools/lib/htmlunit/htmlunit-4.11.1/htmlunit-4.11.1.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES /> | ||
</library> | ||
</orderEntry> | ||
<orderEntry type="module-library"> | ||
<library> | ||
<CLASSES> | ||
<root url="jar://$MODULE_DIR$/../tools/lib/htmlunit/htmlunit-4.11.1/htmlunit-core-js-4.11.0-unicode.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES /> | ||
</library> | ||
</orderEntry> | ||
<orderEntry type="module-library"> | ||
<library> | ||
<CLASSES> | ||
<root url="jar://$MODULE_DIR$/../tools/lib/htmlunit/htmlunit-4.11.1/htmlunit-core-js-4.11.0.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES /> | ||
</library> | ||
</orderEntry> | ||
<orderEntry type="module-library"> | ||
<library> | ||
<CLASSES> | ||
<root url="jar://$MODULE_DIR$/../tools/lib/htmlunit/htmlunit-4.11.1/htmlunit-csp-4.11.0.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES /> | ||
</library> | ||
</orderEntry> | ||
<orderEntry type="module-library"> | ||
<library> | ||
<CLASSES> | ||
<root url="jar://$MODULE_DIR$/../tools/lib/htmlunit/htmlunit-4.11.1/htmlunit-cssparser-4.11.0.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES /> | ||
</library> | ||
</orderEntry> | ||
<orderEntry type="module-library"> | ||
<library> | ||
<CLASSES> | ||
<root url="jar://$MODULE_DIR$/../tools/lib/htmlunit/htmlunit-4.11.1/htmlunit-websocket-client-4.11.0.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES /> | ||
</library> | ||
</orderEntry> | ||
<orderEntry type="module-library"> | ||
<library> | ||
<CLASSES> | ||
<root url="jar://$MODULE_DIR$/../tools/lib/htmlunit/htmlunit-4.11.1/htmlunit-xpath-4.11.0.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES /> | ||
</library> | ||
</orderEntry> | ||
<orderEntry type="module-library"> | ||
<library> | ||
<CLASSES> | ||
<root url="jar://$MODULE_DIR$/../tools/lib/htmlunit/htmlunit-4.11.1/neko-htmlunit-4.11.0.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES /> | ||
</library> | ||
</orderEntry> | ||
<orderEntry type="library" name="ecj-3.33.0-sources" level="project" /> | ||
</component> | ||
</module> |
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
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
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.