You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/09/30 08:20:33 UTC

[GitHub] [netbeans] dbalek opened a new pull request #3199: NETBEANS-6080: NoSuchMethodError thrown while applying CreateClassFix.

dbalek opened a new pull request #3199:
URL: https://github.com/apache/netbeans/pull/3199


   `ErrorType` constructor signature in vanilla javac differ from the corresponding signature in nb-javac. Temporary fix until fixed in nb-javac.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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

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


[GitHub] [netbeans] dbalek merged pull request #3199: NETBEANS-6080: NoSuchMethodError thrown while applying CreateClassFix.

Posted by GitBox <gi...@apache.org>.
dbalek merged pull request #3199:
URL: https://github.com/apache/netbeans/pull/3199


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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

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


[GitHub] [netbeans] JaroslavTulach commented on pull request #3199: NETBEANS-6080: NoSuchMethodError thrown while applying CreateClassFix.

Posted by GitBox <gi...@apache.org>.
JaroslavTulach commented on pull request #3199:
URL: https://github.com/apache/netbeans/pull/3199#issuecomment-934009302


   Switching to automatically generated [JDK17+35](https://github.com/JaroslavTulach/nb-javac/tree/jtulach/UseJdk17) would also fix this signature error. Having 1:1 signatures with latest (e.g. JDK17) javac would in general be preferable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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

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