Andy LoPresto created NIFI-4608:
-----------------------------------
Summary: Fix build issues (checkstyle and test failures)
Key: NIFI-4608
URL: https://issues.apache.org/jira/browse/NIFI-4608
Project: Apache NiFi
Issue Type: Bug
Components: Tools and Build
Affects Versions: 1.4.0
Reporter: Andy LoPresto
Assignee: Andy LoPresto
There are checkstyle issues in RemoteProcessGroupPortDTO.java and a test
failure in FingerprintFactoryTest.java.
{code}
[INFO] --- maven-checkstyle-plugin:2.15:check (check-style) @ nifi-client-dto
---
[WARNING]
src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java[83]
(regexp) RegexpSinglelineJava: Line has trailing whitespace.
[WARNING]
src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java[88]
(regexp) RegexpSinglelineJava: Line has trailing whitespace.
{code}
{code}
Results :
Failed tests:
FingerprintFactoryTest.testRemotePortFingerprint:317
expected:<portId[]3true123464KB10sec> but
was:<portId[NO_VALUE]3true123464KB10sec>
Tests run: 318, Failures: 1, Errors: 0, Skipped: 11
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)