You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Anthony Vanelverdinghe (Jira)" <ji...@apache.org> on 2020/01/22 07:55:00 UTC

[jira] [Created] (NETBEANS-3728) If NetBeans doesn't fully support JDK X, it should rely on javac for syntax errors

Anthony Vanelverdinghe created NETBEANS-3728:
------------------------------------------------

             Summary: If NetBeans doesn't fully support JDK X, it should rely on javac for syntax errors
                 Key: NETBEANS-3728
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3728
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.2
            Reporter: Anthony Vanelverdinghe


For example, if I use "JDK 14 with preview features", for which NetBeans actually doesn't have full support (e.g. support for records, though it's on the way via NETBEANS-3604), then NetBeans should solely rely on javac for showing syntax errors.
In other words, if my project uses a JDK which is able to compile a file Foo.java without issues, then I expect NetBeans not to give me any syntax errors either.




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

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

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