You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2023/01/09 08:53:52 UTC

[netbeans] branch master updated (c07ee007fd -> 2a9e190afa)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from c07ee007fd Merge pull request #5211 from sdedic/lsp/serialize-fileobject
     new 93f6c381fd Extracts source name from .class and uses it to locate proper source file in ElementOpen.open
     new 0d1a434a72 Merge remote-tracking branch 'origin/master' into jtulach/ExtractSourceNameForClassFile
     new 34ab720624 Merging with master
     new f6040d3ffb Merge remote-tracking branch 'origin/master' into jtulach/ExtractSourceNameForClassFile
     new ca57354f7f Merge remote-tracking branch 'origin/master' into jtulach/ExtractSourceNameForClassFile
     new 7e73d76b6b Use the suggested names also when navigating via LSP in VSCode
     new e7d5437953 Introducing SourceUtils.findSourceFileName method that needs no reflection
     new 8520917a6b Merge remote-tracking branch 'origin/master' into jtulach/ExtractSourceNameForClassFile
     new 1ad59dc0a8 Removing unused import
     new 2a9e190afa Merge pull request #5152 from jtulach/jtulach/ExtractSourceNameForClassFile

The 7908 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/java.editor/nbproject/project.xml             |   2 +-
 .../netbeans/modules/editor/java/GoToSupport.java  | 213 +++++++++++---------
 .../editor/java/GoToSupportFileNameTest.java       |  69 +++++++
 .../modules/editor/java/GoToSupportTest.java       | 194 +++++++++---------
 java/java.source.base/apichanges.xml               |  14 ++
 .../org/netbeans/api/java/source/SourceUtils.java  | 224 ++++++++++++---------
 .../netbeans/api/java/source/SourceUtilsTest.java  | 187 ++++++++++-------
 .../api/java/source/SourceUtilsTestUtil.java       |   9 +
 java/java.sourceui/apichanges.xml                  |  14 ++
 .../netbeans/api/java/source/ui/ElementOpen.java   | 107 ++++++----
 10 files changed, 626 insertions(+), 407 deletions(-)
 create mode 100644 java/java.editor/test/unit/src/org/netbeans/modules/editor/java/GoToSupportFileNameTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists