mbien commented on issue #7653:
URL: https://github.com/apache/netbeans/issues/7653#issuecomment-2278332369

   @subhash-arabhi please add a small reproducer snippet next time additional 
to screenshots
   
   quick test using:
   ```java
   public class Mavenproject1 {
   
       /**
        * Sample class.
        * @author mbien
        */
       static class Sample {
           /**
            * Sample constructor.
            * @param hello greeting
            * @param par a number
            */
           public Sample(String hello, int par) {
           }
       }
   
       public static void main(String[] args) {
           Sample sample = new Sample("hello", 42);
       }
   
   }
   ```
   parts of it are also reproducible in NB 22, e.g completion shows class doc 
instead of constructor doc:
   
   
![image](https://github.com/user-attachments/assets/44152087-10b4-4eaf-8ab8-1a34546ccae7)
   
   however, `ctrl+mouse hover` does produce the expected results:
   
![image](https://github.com/user-attachments/assets/0b475b37-1076-4e69-9dfb-c8c3e2932a3f)
   


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