You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/04/28 10:42:18 UTC

[hop] branch master updated (0294b1c991 -> b3e6b1ea11)

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

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


    from 0294b1c991 Merge pull request #1467 from sramazzina/HOP-3860
     new f7a7878927 [SONAR] Remove unused imports
     new c4ad9577d7 [SONAR] add "since" to @Deprecated
     new b3e6b1ea11 Merge pull request #1470 from hansva/master

The 3919 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:
 .../apache/hop/core/row/value/ValueMetaBase.java   |   6 +-
 .../java/org/apache/hop/base/AbstractMeta.java     |   2 +-
 .../org/apache/hop/core/file/IInputFileMeta.java   |   2 +-
 .../hop/pipeline/engine/IPipelineEngine.java       |   8 +-
 .../hop/pipeline/transform/BaseTransformMeta.java  |   2 +-
 .../org/apache/hop/www/BaseHopServerPlugin.java    |   2 +-
 .../transforms/loadsave/LoadSaveTester.java        |   2 +-
 .../loadsave/initializer/IInitializer.java         |   2 +-
 .../test/java/org/apache/hop/utils/TestUtils.java  |   2 +-
 .../actions/xml/xmlwellformed/XmlWellFormed.java   |   8 +-
 .../transforms/jsoninput/JsonInputMeta.java        |   2 +-
 .../pipeline/transforms/switchcase/SwitchCase.java |   2 -
 .../transforms/fileinput/TextFileFilter.java       |   2 +-
 .../fileinput/TextFileFilterProcessor.java         |   2 +-
 .../transforms/fileinput/TextFileInput.java        |   4 +-
 .../transforms/fileinput/TextFileInputData.java    |   2 +-
 .../transforms/fileinput/TextFileInputDialog.java  |   2 +-
 .../transforms/fileinput/TextFileInputMeta.java    |   2 +-
 .../transforms/fileinput/TextFileLine.java         |   2 +-
 .../fileinput/VariableButtonListenerFactory.java   |   2 +-
 .../textfileoutput/TextFileOutputMeta.java         |   4 +-
 .../TextFileInputMetaLoadSaveTest.java.txt         | 192 ---------------------
 .../hop/pipeline/transforms/update/UpdateMeta.java |   4 +-
 .../org/apache/hop/core/SwtUniversalImage.java     |   4 +-
 .../java/org/apache/hop/ui/core/WidgetUtils.java   |   1 -
 .../hop/ui/core/dialog/TransformFieldsDialog.java  |   8 +-
 .../hop/ui/core/gui/GuiCompositeWidgets.java       |   2 +-
 .../main/java/org/apache/hop/ui/hopgui/HopGui.java |  93 ++++++----
 .../file/types/base/BaseExplorerFileType.java      |  21 ++-
 .../file/types/log/LogExplorerFileType.java        |   3 -
 .../file/types/log/LogExplorerFileTypeHandler.java |  12 --
 .../types/noext/NoExtensionExplorerFileType.java   |   3 -
 .../noext/NoExtensionExplorerFileTypeHandler.java  |  13 --
 .../file/types/text/BaseTextExplorerFileType.java  |   4 -
 .../HopPluginExplorePerspective.java               |   7 +-
 .../common/ICsvInputAwareTransformDialog.java      |   1 -
 36 files changed, 119 insertions(+), 311 deletions(-)
 delete mode 100644 plugins/transforms/textfile/src/test/java/org/apache/hop/pipeline/transforms/textfileinput/TextFileInputMetaLoadSaveTest.java.txt