Achal1607 opened a new pull request, #7271: URL: https://github.com/apache/netbeans/pull/7271
This pull request addresses issues encountered with the `prepareModules` class's validation of licenses and `package.json` files. Presently, the function only scans the top-level directory, leading to occasional false error reports. Additionally, whenever a new dependency is introduced, it necessitates separate handling due to the potential presence of subdirectories containing relevant `package.json` and license information. To enhance generalization and streamline the process of adding new dependencies, the code has been refactored accordingly. -- 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
