summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/dmf/mr/metrics/publisher
AgeCommit message (Collapse)AuthorFilesLines
2018-09-10Sonar major issuesSumapriya Sarvepalli1-12/+2
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-VagH32hFUzlqc5r8&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/metrics/publisher/DMaaPCambriaClientFactory.java Line No:L392 L412 Change-Id: Ifa4f01adbcb59f31d3a332b8137fb56b3faa551f Issue-ID: DMAAP-754 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-29Sonar major issuesSumapriya Sarvepalli1-18/+5
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vagy32hFUzlqc5sv&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/metrics/publisher/impl/DMaaPCambriaSimplerBatchPublisher.java Line No:L309 L329 L340 L348 Change-Id: I7edf1c0b0e59c88d08d9a2b453f0cfb67f3e944a Issue-ID: DMAAP-671 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-28Sonar Major issuesSurendra Reddy Katam1-5/+5
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-VagX32hFUzlqc5sH&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/metrics/publisher/impl/CambriaBaseClient.java Line No- L34 L56 L60 L88 Change-Id: I642259537b5df7cf4655510535e272d8e2cf555a Issue-ID: DMAAP-661 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-27Merge changes I093fde71,I2dffd5df,I2ae6fa62Ram Koya1-2/+2
* changes: Sonar Major issues Sonar Major issues Sonar Major issues
2018-08-27Sonar major issuesSumapriya Sarvepalli1-1/+1
Replace with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vaf-32hFUzlqc5rw&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/metrics/publisher/CambriaPublisherUtility.java Line No:L98 Change-Id: I027c9225d436fdd99375eb22b4c55468eaa5e705 Issue-ID: DMAAP-653 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-27Sonar Major issuesSurendra Reddy Katam1-2/+2
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vafp32hFUzlqc5ro&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/metrics/publisher/CambriaClient.java Line No- L24 L28 Change-Id: I2ae6fa62452e936374e41d56609de98ce0d4f203 Issue-ID: DMAAP-648 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-23Sonar Major issuesSumapriya Sarvepalli1-3/+3
Use isEmpty to check whether the collection is empty or not Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vagz32hFUzlqc5s-&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/metrics/publisher/impl/DMaaPCambriaSimplerBatchPublisher.java Line No:L189 L254 L276 Change-Id: I272279d7db44611b8339f166dcd5884ead4da1b0 Issue-ID: DMAAP-634 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-14update the testcases after the kafka 11 changessunil unnava10-0/+1637
Issue-ID: DMAAP-526 Change-Id: I477a8ee05fb3cdd76af726b6ca0d1a69aa9eef93 Signed-off-by: sunil unnava <su622b@att.com>