This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 89e35e2961 Merge pull request #4039 from bamaer/4038
add e1ddccf3ae [SONAR] do some cleanup
new 672e345813 Merge pull request #4040 from hansva/main
The 1 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:
.../main/java/org/apache/hop/core/Condition.java | 14 +-
core/src/main/java/org/apache/hop/core/Const.java | 32 ++--
core/src/main/java/org/apache/hop/core/Result.java | 4 +-
.../main/java/org/apache/hop/core/ResultFile.java | 30 ++--
.../java/org/apache/hop/core/RowMetaAndData.java | 22 +--
.../org/apache/hop/core/database/Database.java | 98 +++++------
.../org/apache/hop/core/database/DatabaseMeta.java | 28 ++--
.../hop/core/injection/InjectionTypeConverter.java | 66 ++++----
.../apache/hop/core/plugins/PluginRegistry.java | 10 +-
.../java/org/apache/hop/core/row/SpeedTest.java | 40 +++--
.../org/apache/hop/core/row/ValueDataUtil.java | 8 +-
.../hop/core/row/value/ValueMetaAvroRecord.java | 19 ++-
.../apache/hop/core/row/value/ValueMetaBase.java | 185 ++++++++++-----------
.../hop/core/row/value/ValueMetaConverter.java | 46 ++---
.../core/row/value/ValueMetaInternetAddress.java | 19 ++-
.../hop/core/row/value/ValueMetaTimestamp.java | 21 ++-
16 files changed, 328 insertions(+), 314 deletions(-)