java9
Here are 272 public repositories matching this topic...
-
Updated
Nov 4, 2020 - Java
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
Nov 1, 2020 - Java
-
Updated
Nov 4, 2020 - 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
Oct 13, 2020 - Java
In ReservationUIController reservation ID generator doesn't work
-
Updated
Oct 21, 2020 - Java
-
Updated
Mar 1, 2018 - Java
-
Updated
Jul 1, 2018 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Apr 2, 2019 - Java
-
Updated
Apr 15, 2019
-
Updated
Sep 27, 2017 - Java
-
Updated
Jan 22, 2018 - Java
-
Updated
Apr 26, 2020 - Java
-
Updated
Apr 23, 2018 - JavaScript
-
Updated
Oct 22, 2020 - Java
-
Updated
Sep 25, 2020 - Java
-
Updated
Oct 13, 2020 - Java
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
Sometimes code elements have no package and
getPackagereturn nulls. This introduces null checks and surprises for new developers. INRIA/spoon@84c84e1 as seen here, package can be null.Solution
A null object[0],[1] could improve code quality. A comparable implementation is [NoSourcePosition](https://github.com/INRI