summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/nsa/mr/test/support/MRConsumerMock.java
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23Sonar major issuesSurendra Reddy Katam1-4/+4
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbUW32hFUzlqc5hE&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/test/support/MRConsumerMock.java Line No- L50 L87 L117 L129 Change-Id: Iaf782f51002731df3e7b64b0b71d76057ab416d0 Issue-ID: DMAAP-631 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2017-12-04sonar critical for InterruptedExceptionSoumendu Sekhar Acharya1-0/+1
Either re-interrupt this method or rethrow the InterruptedException Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient#resolved=false|assignees=soumendu Location: src/main/java/com/att/nsa/mr/test/support/MRConsumerMock.java Line No-72 Change-Id: I6c421e10d0d35310ef62975098fe8d7379826364 Issue-ID: DMAAP-172 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-08-31Revert package name changesVarun Gudisena1-0/+168
Reverted package name changes to avoid any potential issues. Renamed maven group id only. Issue-id: DMAAP-74 Change-Id: I36c2aef063050c265640b79e6dc0e8ab7add8d22 Signed-off-by: Varun Gudisena <vg411h@att.com>