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 c73d259296 Merge pull request #4351 from nadment/ICON
add cdcae5b982 1. NullPointer Exception fix: Changed logging from
log.error() to logError() since log is not available in FakeMeta.class. 2. Fix
reason for error log: When generating the available Options in
FakeDialog.class, private Methods are listed as well. This results into the
option, to select a private message and the error, that this method can not be
called or is not available. Therefore I added a filter to exclude private
Methods from the list of fake topics.
new c2c9a559c7 Merge pull request #4347 from
vdwals/bugfix/4341_nullPointerException_in_fakeData
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/pipeline/transforms/fake/FakeDialog.java | 2 ++
.../main/java/org/apache/hop/pipeline/transforms/fake/FakeMeta.java | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)