jlahoda commented on pull request #3715: URL: https://github.com/apache/netbeans/pull/3715#issuecomment-1077417280
I think I've publicly stated my opinion. I understand that what I am proposing is potentially much more work, but there's a chance it would work without side-effects/further bugs. I suspect this patch will introduce two bugs: 1. The editor will not report errors on usage of some APIs, even of the build will consequently fail. This will apply to HTML4j, I believe. 2. The Java index won't have information about the bootclasspath, so that e.g. adding imports may not see all the required classes. So, while I understand this fixes one problem you are seeing, I suspect it will introduce new ones. And this patch won't help with fixing these, i think - it will need to be deleted and redone from scratch. -- 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
