aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/nsa/mr/test/clients
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23update the package namesunil unnava8-673/+0
Issue-ID: DMAAP-858 Change-Id: Ia69621ea6ad2ec2ec525800af2a7d3f73aef82ed Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-08-21Sonar major issuesSurendra Reddy Katam1-2/+2
Use isEmpty() to check whether the collection is empty or not Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbTf32hFUzlqc5gL&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/test/clients/SamplePublisher.java Line No- L77 L45 Change-Id: I240d7411f80a644b119f28271bf9ee13298f770f Issue-ID: DMAAP-620 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-21Sonar major issuesSurendra Reddy Katam1-3/+3
Use isEmpty() to check whether the collection is empty or not Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbT632hFUzlqc5gr&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/test/clients/SimpleExamplePublisher.java Line No- L57 L62 L71 Change-Id: I4ac3ebea88d03147a54676cd5f9c77f274dfd87a Issue-ID: DMAAP-617 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-20Sonar major issuesSurendra Reddy Katam1-2/+2
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-MbTX32hFUzlqc5f3&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/test/clients/SampleConsumer.java Line No- L44 L52 Change-Id: I3a2e2ce61aa27107bb4f70c22cd1b6fd5df6af21 Issue-ID: DMAAP-615 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-04-09Sonar critical issuesSurendra Reddy Katam1-1/+1
Define and throw a dedicated exception instead of using a generic one Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbUC32hFUzlqc5gx&resolved=false&severities=CRITICAL Location: src/main/java/com/att/nsa/mr/test/clients/SimpleExamplePublisherWithResponse.java Line No-64 Change-Id: Ifc25038de09c95af253e40baa946a4aca9af66fb Issue-ID: DMAAP-397 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-03-30Sonar critical issuesSurendra Reddy Katam1-1/+1
Define and throw a dedicated exception instead of using a generic one Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AWFShR4Oof9FJ6jfXJqo&resolved=false&severities=CRITICAL Location: src/main/java/com/att/nsa/mr/test/clients/SampleConsumer.java Line No-84 Change-Id: Ic9fe6369a1b892e5b42760f569278fd09463a803 Issue-ID: DMAAP-373 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-01-23Changes to the DMaap Clientsunil.unnava2-43/+36
Added new API to the DMaapClient Issue-ID: DMAAP-214 Change-Id: I4de2da7ca42ad1b5925a2df9d26672875dd15b10 Signed-off-by: sunil.unnava <su622b@att.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#assignees=soumendu|severities=CRITICAL Location: src/main/java/com/att/nsa/mr/test/clients/ConsolePublisher.java Line No-84 Change-Id: Idc03d7bdead85683faf09e10f0281e48a592da63 Issue-ID: DMAAP-174 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-04sonar critical for handling a caught exceptionSoumendu Sekhar Acharya1-0/+1
Either log or rethrow this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient#assignees=soumendu Location: src/main/java/com/att/nsa/mr/test/clients/SampleConsumer.java Line No-81 Change-Id: I6005f83d74c9118d060bd4096bacfc8dd437af73 Issue-ID: DMAAP-173 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-09-18Fix for Sonar major issuesrama-huawei1-10/+8
DCAEGEN2-93 Change-Id: Iee697aff3e2ce31e5e3510c25812c33a8a99c7ca Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-18Fix for Sonar major issuesrama-huawei1-5/+12
DCAEGEN2-93 Change-Id: I0c1d6a75644b8e6f7e8f06dd2e2abcb185a94efb Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-15Fix for Sonar critical issuesrama-huawei1-0/+5
DCAEGEN2-93 Change-Id: I11749dc297e7658bb62dbc6c7d21319d418358f9 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-14Fix for Sonar critical issuesrama-huawei2-2/+6
DCAEGEN2-93 Change-Id: I8d7d76191f35b4fa67f03b0516b7cdd15f0f80c4 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-08-31Revert package name changesVarun Gudisena8-0/+664
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>