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

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


    from 67c21f7e2e Merge pull request #4049 from 
matthiasblaesing/typescript_codeaction_without_edit
     new c8faa73cca Less references to org.openide.util.Exceptions
     new d66ce57938 Test InternalSampler as well as CLISampler
     new 9f4ec39ed7 When NbBundle/Progress is missing, create a standalone 
sampler
     new fa9220c584 Merging with delivery
     new d5f29c12fd Merge pull request #4052 from 
jtulach/jtulach/SimplifySampler

The 7000 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:
 .../org/netbeans/modules/sampler/CLISampler.java   |   8 +-
 .../netbeans/modules/sampler/InternalSampler.java  |   8 +-
 .../src/org/netbeans/modules/sampler/Sampler.java  |  15 +-
 .../modules/sampler/StandaloneSampler.java         |  55 ++++++++
 .../{SamplerTest.java => AbstractSamplerBase.java} | 147 +++++++++----------
 .../netbeans/modules/sampler/CLISampleTest.java    |  44 ++++++
 .../modules/sampler/DirectSamplerHandle.java       |  49 +++++++
 .../org/netbeans/modules/sampler/SamplerTest.java  | 155 ++-------------------
 .../modules/sampler/StandaloneSamplerTest.java     | 117 ++++++++++++++++
 9 files changed, 365 insertions(+), 233 deletions(-)
 create mode 100644 
platform/sampler/src/org/netbeans/modules/sampler/StandaloneSampler.java
 copy 
platform/sampler/test/unit/src/org/netbeans/modules/sampler/{SamplerTest.java 
=> AbstractSamplerBase.java} (64%)
 create mode 100644 
platform/sampler/test/unit/src/org/netbeans/modules/sampler/CLISampleTest.java
 create mode 100644 
platform/sampler/test/unit/src/org/netbeans/modules/sampler/DirectSamplerHandle.java
 create mode 100644 
platform/sampler/test/unit/src/org/netbeans/modules/sampler/StandaloneSamplerTest.java


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

Reply via email to