aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/nsa/mr/tools
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23update the package namesunil unnava10-1123/+0
Issue-ID: DMAAP-858 Change-Id: Ia69621ea6ad2ec2ec525800af2a7d3f73aef82ed Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-08-31Fix the typo error in the error message1.1.8sunil unnava1-1/+1
Issue-ID: DMAAP-688 Change-Id: I5457bf0829fa509e932e2e814ed4b9e9a21ce2e5 Signed-off-by: sunil unnava <su622b@att.com>
2018-08-30Fixes for NullpointerExceptiones1.1.7sunil unnava1-8/+6
Issue-ID: DMAAP-686 Change-Id: Ida4c81c05399387009ca5ba39b659da1cb94c210 Signed-off-by: sunil unnava <su622b@att.com>
2018-08-23Sonar 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-MbU432hFUzlqc5hp&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/tools/MRCommandContext.java Line No- L39 L65 Change-Id: Ia158fb6890cfd5e5d8675ee144ca3119e097cb89 Issue-ID: DMAAP-630 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-23Sonar major issuesSurendra Reddy Katam1-1/+1
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-MbU532hFUzlqc5hw&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/tools/MRCommandContext.java Line No-60 Change-Id: I5b579fc3648c422762cae9852a1f65af613d4a7e Issue-ID: DMAAP-629 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-21Sonar major issuesSurendra Reddy Katam1-1/+1
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-MbVF32hFUzlqc5h5&resolved=false&rules=squid%3AS1155&severities=MAJOR Location: src/main/java/com/att/nsa/mr/tools/MessageCommand.java Line No-116 Change-Id: I0ffaf59ffef7638642b4ce9997c56974c2190d31 Issue-ID: DMAAP-619 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-06-21JUnit against ToolsUtilMarcin Migdal1-2/+5
Found missing one Change-Id: Iee604b30e9b2dcdb88f42916b1be01bf3de965fe Issue-ID: DMAAP-518 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-06-14fixes for null pointer exceptionssunil unnava1-0/+176
Issue-ID: DMAAP-519 Change-Id: Ia32d0bd58c5f438b50e361221a96b988b00a1120 Signed-off-by: sunil unnava <su622b@att.com>
2018-03-06testcases for code coverageSunil Unnava2-6/+38
Issue-ID: DMAAP-271 Change-Id: I9b11a61d1098598f8dc6c687a10ebf765128d977 Signed-off-by: Sunil Unnava <su622b@att.com>
2017-12-01sonar critical for InterruptedExceptionSoumendu Sekhar Acharya1-0/+1
Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient#assignees=__me__%2Csoumendu Location: src/main/java/com/att/nsa/mr/tools/MessageCommand.java Line No-115 Issue-ID: DMAAP-171" Change-Id: I05ddf7afbed8187a18583a2b0c4592877e529c0f Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-09-15Fix for sonar critical issuesrama-huawei1-1/+13
DCAEGEN2-93 Change-Id: I06993bfcc5b4013326f7c8c72bd4f3c38c84f0fd Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-15Fix for Sonar critical issuesrama-huawei1-1/+8
DCAEGEN2-93 Change-Id: Ibe82902d410bbed99e0d628c0ac63d17a4b94a34 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-15Fix for sonar critical issuesrama-huawei1-1/+8
DCAEGEN2-93 Change-Id: I7e0dbcaf811bf0e9ee8389579abbb7b107fcd136 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-08-31Revert package name changesVarun Gudisena8-0/+887
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>