homberghp commented on issue #8594:
URL: https://github.com/apache/netbeans/issues/8594#issuecomment-2985426687

   Minimal example showing the 'problem'
   
   ```java
   public class UnknownType {
   
   
       public static void main(String[] args) {
           new UnknownType().method(args);
       }
       void method(String[] args){
   
           var whoKnows = whoKnows(args);
       }
   
   }
   
   ```
   Select the line method `whoKnows`, the select  hint *create method 
'whoKnows(String[] args);*
   This will produce an error bulb in the status line.
   
   
   


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

Reply via email to