summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/dmf/mr/service/impl/UIServiceImpl.java
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23update the package name1.1.11sunil unnava1-210/+0
Issue-ID: DMAAP-858 Change-Id: I49ae6eb9c51a261b64b911e607fcbbca46c5423c Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-10-10fixes for sonar vulnerabilitiessunil unnava1-2/+7
Issue-ID: DMAAP-824 Change-Id: I15a693f443370f5fd03cf3ede2946afa6b7f1a3b Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-09-24Sonar major issuesSumapriya Sarvepalli1-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-ValM32hFUzlqc5zd&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/service/impl/UIServiceImpl.java Line No:L79 Change-Id: Ie5ccf2f20a1abe00076afc6c25c08d0ee01c65aa Issue-ID: DMAAP-822 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-09-10Sonar major issuesSumapriya Sarvepalli1-2/+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=AWU41WilwGn37JfbyHvv&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/service/impl/UIServiceImpl.java Line No:L30 L53 Change-Id: Id16898c8300929a25c6bc2cc6fddc7e06982d422 Issue-ID: DMAAP-760 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-14update the testcases after the kafka 11 changessunil unnava1-0/+205
Issue-ID: DMAAP-526 Change-Id: I477a8ee05fb3cdd76af726b6ca0d1a69aa9eef93 Signed-off-by: sunil unnava <su622b@att.com>