Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 164ae58

Browse files
Open "java.nio" package for reflection (#2049)
Plugin compatibility with IDE 2022.3 (#1653) Open "java.nio" package for reflection
1 parent 86a20d5 commit 164ae58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎build.gradle.kts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ allprojects {
6868
"--add-opens", "java.base/java.util.concurrent.locks=ALL-UNNAMED",
6969
"--add-opens", "java.base/java.text=ALL-UNNAMED",
7070
"--add-opens", "java.base/java.io=ALL-UNNAMED",
71+
"--add-opens", "java.base/java.nio=ALL-UNNAMED",
7172
"--add-opens", "java.base/sun.security.util=ALL-UNNAMED",
7273
"--add-opens", "java.base/sun.reflect.generics.repository=ALL-UNNAMED",
7374
"--add-opens", "java.base/java.security=ALL-UNNAMED",

‎utbot-framework-api/src/main/kotlin/org/utbot/framework/process/OpenModulesContainer.kt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ object OpenModulesContainer {
1616
openPackage("java.base", "jdk.internal.misc")
1717
openPackage("java.base", "sun.reflect.generics.repository")
1818
openPackage("java.base", "java.io")
19+
openPackage("java.base", "java.nio")
1920
openPackage("java.base", "java.lang")
2021
openPackage("java.base", "java.security")
2122
openPackage("java.base", "java.util")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /