You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by mb...@apache.org on 2022/02/26 02:33:56 UTC

[netbeans] branch master updated (443c86c -> 6538d5e)

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

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


    from 443c86c   Update project platform/favorites to JDK8 source level and remove warnings.
     new 3aef5ce  [jackpot] declarative hints module code renovations.
     new 4c4a9fc  [jackpot] More robust condition invocation.
     new 6538d5e  Merge pull request #3561 from mbien/robust-hints

The 6667 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:
 .../hints/declarative/ClassPathProviderImpl.java   |   1 +
 .../modules/java/hints/declarative/Condition.java  |   2 +-
 .../java/hints/declarative/ConditionAPIHacks.java  |   1 -
 .../hints/declarative/DeclarativeHintLexer.java    |   9 +-
 .../hints/declarative/DeclarativeHintRegistry.java |  58 ++++---
 .../hints/declarative/DeclarativeHintTokenId.java  |   1 +
 .../hints/declarative/DeclarativeHintsParser.java  | 171 ++++++++++-----------
 .../hints/declarative/DeclarativeHintsWorker.java  |  24 ++-
 .../hints/declarative/EmbeddingProviderImpl.java   |   4 +-
 .../modules/java/hints/declarative/Hacks.java      |  14 +-
 .../hints/declarative/MethodInvocationContext.java |  38 ++---
 .../hints/declarative/PatternConvertorImpl.java    |   2 +-
 .../modules/java/hints/declarative/Utilities.java  |  21 +--
 .../declarative/test/EditorTestPerformer.java      |  18 +--
 .../test/HighlightsLayerFactoryImpl.java           |   1 +
 .../java/hints/declarative/test/TestLexer.java     |   3 +
 .../hints/declarative/test/TestLocatorImpl.java    |   5 +
 .../java/hints/declarative/test/TestParser.java    |   8 +-
 .../java/hints/declarative/test/TestPerformer.java |  90 ++++++-----
 .../java/hints/declarative/test/TestTokenId.java   |   1 +
 .../declarative/DeclarativeHintRegistryTest.java   |   4 +-
 .../declarative/DeclarativeHintsParserTest.java    |  35 +++--
 .../declarative/EmbeddingProviderImplTest.java     |   2 +-
 .../declarative/MethodInvocationContextTest.java   |   4 +-
 .../declarative/conditionapi/ContextTest.java      |   2 +-
 .../debugging/EvaluationSpanTaskTest.java          |   9 +-
 .../declarative/idebinding/HintsTaskTest.java      |  19 +--
 .../hints/declarative/test/TestParserTest.java     |   4 +-
 .../modules/java/hints/spiimpl/Utilities.java      |   5 +-
 29 files changed, 281 insertions(+), 275 deletions(-)

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