wumpz commented on issue #7962:
URL: https://github.com/apache/netbeans/issues/7962#issuecomment-2485185146

   After more investigation, I found a class where two classes with the same 
name from different packages were imported:
   
   ```java
   import a.b.MyClass;
   import c.d.MyClass; 
   ```
   
   Strangely, I could compile this. However, after I removed this obviously 
false import, the background scanning seems to run without any problems. 


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