You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "matthiasblaesing (via GitHub)" <gi...@apache.org> on 2023/05/14 19:40:49 UTC

[GitHub] [netbeans] matthiasblaesing opened a new pull request, #5951: [JS] Fix handling of class constructor in classes in anonymous functions

matthiasblaesing opened a new pull request, #5951:
URL: https://github.com/apache/netbeans/pull/5951

   Before this fix, constructors in classes declared in anonymous
   functions were not correctly handled as functions:
   
   ![image](https://github.com/apache/netbeans/assets/2179736/ab4c9296-b872-4395-8bd4-1ba4045b08fe)
   
   One noticeable problem was, that the parameters were reported as
   unused, although being accessed in the constructor.


-- 
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] matthiasblaesing merged pull request #5951: [JS] Fix handling of class constructor in classes in anonymous functions

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing merged PR #5951:
URL: https://github.com/apache/netbeans/pull/5951


-- 
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