Daniel Adams created NETBEANS-4387:
--------------------------------------

             Summary: Action Items reports warning erroneously
                 Key: NETBEANS-4387
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4387
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Action Items
    Affects Versions: 11.3
         Environment: Windows 10 Pro 64
netbeans 11.3
Java 14.0.1
Maven 3.5.4
Maven compiler plugin 3.8.1

            Reporter: Daniel Adams
         Attachments: pom.xml, pom.xml

Compiling a BOM with maven, action items are appearing such as:
|Warning|Boolean.class: major version 58 is newer than 57, the highest major 
version supported by this compiler. It is recommended that the compiler be 
upgraded.|EntityValidator.java|C:/Users/Dan/Documents/NetBeansProjects/ZeroBudget/db/src/main/java/com/dal/zb/db/EntityValidator.java|

I have removed Java 13 from my machine, netbeans.conf references Java 14, Path 
references 14, project and all modules are set to source/binary 14 and to use 
14 compiler.

The references show that Java classes are version 58, but that this compilers 
highest major version is 57.  

I've verified that the classes built are indeed version 58.

Find attached POM file for BOM and the module in which EnittyValidator exists.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to