luvunix commented on issue #6822:
URL: https://github.com/apache/netbeans/issues/6822#issuecomment-1851010665
As requested (if I am understanding the request). Create an class with the
following method:
`public void addEntry( <?> entry ) {`
` // "<?> in the parameter declaration triggers the bug`
`}`
Change the "<?>" to "String", and things are normal. Change back to "<?>"
and the exception is triggered immediately.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists