java9
Here are 271 public repositories matching this topic...
The puzzle 336-cdc69ab7
from #336 has to be resolved:
The puzzle was created by @ANadrowski on 15-May-20.
Estimate: 30 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task
-
Updated
May 6, 2022 - Java
-
Updated
Jul 28, 2021 - Java
-
Updated
Mar 18, 2022 - Java
Please provide the possibility to have libs non-transitively on the classpath that will not end up on the module path.
In my concrete situation we use com.github.sarxos:webcam-capture:0.3.12
which depends on com.nativelibs4java:bridj:0.7.0
.
bridj
tries to load resources from other modules via Class#getResource
and if that fails it tries to use ClassLoader#getResource
.
The latter would
-
Updated
Jul 1, 2022 - Java
-
Updated
Sep 19, 2021 - Java
In ReservationUIController reservation ID generator doesn't work
-
Updated
Jun 26, 2021 - Java
-
Updated
Mar 1, 2018 - Java
-
Updated
Apr 15, 2019
-
Updated
Jul 1, 2018 - Java
-
Updated
Sep 19, 2021 - Java
-
Updated
Jan 22, 2021 - Java
-
Updated
Jan 22, 2018 - Java
-
Updated
May 30, 2022 - Java
-
Updated
Feb 7, 2021 - Java
-
Updated
Feb 23, 2021 - Java
-
Updated
Jan 5, 2022 - Groovy
-
Updated
Sep 25, 2020 - Java
-
Updated
Jan 15, 2022 - Java
-
Updated
Apr 23, 2018 - JavaScript
Improve this page
Add a description, image, and links to the java9 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java9 topic, visit your repo's landing page and select "manage topics."
problem: the shadow classes (CtClass reflecting a binary class) built by
JavaReflectionTreeBuilder
can be modified. This is confusing for users, see INRIA/spoon#4664.solution: the
JavaReflectionTreeBuilder
should construct immutable objects, closed to modification, where all setters throw anUnsupportedOperationException