Hi there,
is anyone else having false positive parser error messages in NetBeans? The project does compile and run without problems, but the editor shows errors in many files.
For example the module-info.java has a red error icon on line 40. The yellow hint says: "modules are not supported in -source 8 (use -source 9 or higher to enable modules)".
Every file that imports org.joda.convert.FromString or org.joda.convert.ToString is reported with "package org.joda.convert does not exist".
The test classes have a red icon next to package org.threeten.extra.chrono with the hint: "cannot access java.lang Fatal Error: Unable to find java.lang in classpath or bootclasspath". Every @Test annotation is marked with "cannot find symbol".
I am using Apache NetBeans 10 and OpenJDK 10. Anyone else having the same issues? If this is off-topic for ThreeTen-Extra I might ask on the NetBeans mailing list for help.
Hi there,
is anyone else having false positive parser error messages in NetBeans? The project does compile and run without problems, but the editor shows errors in many files.
For example the
module-info.javahas a red error icon on line 40. The yellow hint says: "modules are not supported in -source 8 (use -source 9 or higher to enable modules)".Every file that imports
org.joda.convert.FromStringororg.joda.convert.ToStringis reported with "package org.joda.convert does not exist".The test classes have a red icon next to
package org.threeten.extra.chronowith the hint: "cannot access java.lang Fatal Error: Unable to find java.lang in classpath or bootclasspath". Every@Testannotation is marked with "cannot find symbol".I am using Apache NetBeans 10 and OpenJDK 10. Anyone else having the same issues? If this is off-topic for ThreeTen-Extra I might ask on the NetBeans mailing list for help.