junichi11 opened a new pull request #2246: URL: https://github.com/apache/netbeans/pull/2246
https://issues.apache.org/jira/browse/NETBEANS-2981 - Add `AnalysisDefaultDocumentListener` class to avoid duplicating code - Add `AnalysisUiUtils` class to avoid duplicating code (Browse and Search files) I added `AnalysisDefaultDocumentListener` class because there were many similar implementations of `DocumentListener`. I hope there are no problems. ### Scrrenshots #### Code Sniffer ##### Before  ##### After  #### CS Fixer ##### Before  ##### After  #### Mess Detector ##### Before  ##### After  #### PHPStan ##### Before  ##### After  ---------------------------------------------------------------- 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. 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
