You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/01/30 16:13:12 UTC

[netbeans] branch master updated (9e0a101 -> 6fbdb7c)

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

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


    from 9e0a101  Merge pull request #1646 from Akshay-Gupta-Oracle/nb_textBlock_to_string2
     new 1b50f1e  Add parsing support for javadoc 9+ output
     new 35afb62  [NETBEANS-1396] Fall back to main javadoc and source jars for Maven dependencies with classifiers
     new 6256c2a  Add license headers
     new 6fbdb7c  Merge pull request #1548 from zimmi/NETBEANS-1396

The 3587 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:
 .../modules/java/source/JavadocHelper.java         |  70 +++-
 .../api/java/source/ui/HTMLJavadocParser.java      |   5 +-
 .../api/java/source/ui/HTMLJavadocParserTest.java  |  91 ++++-
 .../api/java/source/ui/Javadoc11Class.html         | 376 ++++++++++++++++++
 .../netbeans/api/java/source/ui/Javadoc11Enum.html | 422 +++++++++++++++++++++
 .../netbeans/api/java/source/ui/Javadoc8Class.html | 338 +++++++++++++++++
 .../netbeans/api/java/source/ui/Javadoc8Enum.html  | 383 +++++++++++++++++++
 .../queries/RepositoryForBinaryQueryImpl.java      |  30 +-
 .../queries/RepositoryForBinaryQueryImplTest.java  | 111 +++++-
 9 files changed, 1812 insertions(+), 14 deletions(-)
 create mode 100644 java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/Javadoc11Class.html
 create mode 100644 java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/Javadoc11Enum.html
 create mode 100644 java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/Javadoc8Class.html
 create mode 100644 java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/Javadoc8Enum.html


---------------------------------------------------------------------
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