This is an automated email from the ASF dual-hosted git repository. jlahoda pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 180b3f733e2a123b0dc24dee7379cd9a96d75f27 Merge: 93ccaa550c d0c29dc483 Author: Jan Lahoda <[email protected]> AuthorDate: Fri Sep 13 16:32:13 2024 +0200 Merge pull request #7707 from lahodaj/speedup-LspElementUtils Fixing LspElementUtils with anonymous classes extending an enclosing class, and speeding up the StructureElement computation. java/java.sourceui/nbproject/project.properties | 2 +- .../netbeans/api/java/source/ui/ElementOpen.java | 53 ++++++----- .../java/source/ui/ElementOpenAccessor.java | 3 + .../modules/java/source/ui/LspElementUtils.java | 104 ++++++++++++++------- .../api/java/source/ui/ElementHeadersTest.java | 71 ++++++++++++++ .../modules/java/source/ui/Bundle_test.properties} | 16 +--- 6 files changed, 178 insertions(+), 71 deletions(-) --------------------------------------------------------------------- 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
