Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixed Sonar issues accross the file
Issue-ID: APPC-1669
Change-Id: Icd598fa6c9954c22d4bfd7ab0155823e8b946638
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
If a local variable is declared but not used, it is dead code and should be removed. Doing so will improve maintainability because developers will not wonder what the variable is used for.
Issue-ID: APPC-1675
Change-Id: I9cccd6fd529591cbbe7095cce9d5687a712f42d9
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
removing unused import
Issue-ID: APPC-1659
Change-Id: Ib7696e4e0fbefe329eda4eb56feb24701f17c4e6
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Change-Id: Ic0af785e3d3863f4555ab9614d7a8b3b0f2150b3
Issue-ID: APPC-1670
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
removing unused import
Issue-ID: APPC-1658
Change-Id: I3eb674031487937b461d045c31d4aa9108b38de6
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
Remove the declaration of thrown exception 'org.onap.appc.exceptions.APPCException', as it cannot be thrown from method's body.
Issue-ID: APPC-1664
Change-Id: I0c66da105d735b4ac97ee35d1e6bea122be80722
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
remove unused import 'java.util.TimeZone'
Issue-ID: APPC-1661
Change-Id: I94d4c39a83fb815343fd373557a7d36b3e1213b8
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: APPC-1653
Change-Id: I9e3e3b7994cb689e14b70aab73d5dfea54fa4a1f
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: APPC-1652
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: Dasari Anusha <danush10@in.ibm.com>
Signed-off-by: anushadasari <danush10@in.ibm.com>
Change-Id: I1ddafa429afb23a0eb6cb120a20a774ff9a032b8
|
|
Remove the declaration of thrown exception 'org.onap.appc.exceptions.APPCException', as it cannot be thrown from method's body.
Issue-ID: APPC-1654
Change-Id: Ib08561aaecf8dea445e0f5ceb3a6d35795dfd8bd
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
Sonar Fix - Removed unnecessary cast to Date
Issue-ID: APPC-1629
Change-Id: Ie37c511ac63abd71708700b376a836e4ed03e92f
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Sonar Fix - String comparison
Issue-ID: APPC-1629
Change-Id: I8ea38dfaf629c2be624552a1cf0b0f0e877117cb
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Sonar Fix - String Comparison
Issue-ID: APPC-1629
Change-Id: Ia13da99f101d479aba7009ba4dffc201aa9a3ffe
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Marked member transient
Issue-ID: APPC-1634
Change-Id: I7bbbf941e692c2755122f3d40a7ca79c59f21749
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
|
|
Sonar Fix- Removed Unused private field
Issue-ID: APPC-1629
Change-Id: Iaab259140e29200473147097c552f75783e5cd0d
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
RequestContext.java - sonar fixes
Issue-ID: APPC-1564
Change-Id: I334c1f07403cf246efb3413639fdb26cc08556af
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
Sonar fix
Issue-ID: APPC-1558
Change-Id: I98e36669f5d247a8fe8a9c38d6e5724e76284487
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
|
|
Sonar fix
Issue-ID: APPC-1552
Change-Id: I8f5e6386bd96a136f49ba651aed8fb209bed9435
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
|
|
Sonar fix
Issue-ID: APPC-1546
Change-Id: I27ca1efc97240419f206502860b63d8e625c0bf8
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
|
|
Sonar Fix- Handling NullPointerException and removed unused variables
Issue-ID: APPC-1399
Change-Id: Iac61f72e7c1547ee7cf5aeab82a621a380e109fa
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
|
|
Issue-ID: APPC-1378
Change-Id: Ia8db114af1347a9523676034fce56640f523e523
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Sonar Fixes - ProviderStackOperation.java
Issue-ID: APPC-1461
Change-Id: I31aef2c7328f1c3970e18a30530a9848bd5b6466
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
Handled Interrupted exception
Issue-ID: APPC-1452
Change-Id: Ide8f4b37db52937932d08db7ce429a52b1bfe433
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
|
|
Increased coverage from 44% to 94%
Issue-ID: APPC-1418
Change-Id: I0e534a5bc20caaae25b28902caa58f0c5d950c31
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
Increased coverage from 57% to 91%
Issue-ID: APPC-1418
Change-Id: I0f2b77bdb451d973d631f4c785b65de3bb84f02f
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
Increase line coverage from 20% to 73%
Issue-ID: APPC-1374
Change-Id: I219261a228f42df56f6988b2d5dc157e6fb10c42
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
Increased line coverage of class
Issue-ID: APPC-1374
Change-Id: Ica44ff92a446e8b380162675d0f0f79e30ad6e73
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
New test file to cover success flow in class
Issue-ID: APPC-1374
Change-Id: I576f523225e5ac427b972e78a8392496a71b6bfa
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
Added new test file for untested class
Issue-ID: APPC-1374
Change-Id: I334d53df87efb6a25a6f76a1660dd43c98d143b3
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
Added new test file for untested class
Issue-ID: APPC-1374
Change-Id: I6323eb60df3f0966bfa78291ffb3d1b277399ef2
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
Multiple Sonar Fixes
Issue-ID: APPC-1353
Change-Id: I5bdf2119e886a58606bf6192b97c9ae43e4e0069
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
prefix image name with 'in:' and surround with quotes
to deal with change to Glance that no longer supports
image names including colons passed as plain strings
Issue-ID: APPC-869
Change-Id: If81accc3edd7b4805eb965b11f466df9654d6010
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
Change-Id: I0a2e6f4ad94ad3c172ca15b0111892d38b188a55
Issue-ID: APPC-1299
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
|
|
Change-Id: Ib3c1e84cdbec3e2698f55b13c038afdf9e51d294
Issue-ID: APPC-1298
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
|
|
Fixed sonar issues/code-smells across this file
Issue-ID: APPC-1281
Change-Id: I118fe3da8ae3ac3c46ad5f2128353e332387086c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
Fixed sonar issues/code-smells across this file.
Issue-ID: APPC-1280
Change-Id: I168acf475095b7ef1a40cc1662d844470f045a5d
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
This is APPC code change, values.yaml in OOM project also requires
update. This is using EncryptionTool class already present in APPC
for decryption of password. Alternative may be to use the CryptoUtils
class from SO to have common encrypted string?
Issue-ID: OOM-1538
Change-Id: I8201dd2587604c19ac584c7af1a9281ab96340d2
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
|
|
Issue-ID: APPC-1198
Change-Id: I12cb5b2807a026b7bc55f16109fbca852b2b41fb
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Issue-ID: APPC-1196
Change-Id: I017528097939c89794afb8753db429886269c7c8
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Corrected code to ensure that all errors
in retrieving images do not result in a misleading
error message attributed to bootable volumes.
Instead, a generic error message processing has
been added.
Issue-ID: APPC-1189
Change-Id: Ic4dc917e86429a3ab7bce4432796083f0741c637
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
|
|
rework based on review comments
Issue-ID: APPC-1047
Change-Id: Ia87707535dc5825d18a6c35fdae416064dcb8c14
Signed-off-by: Krishnajinka <kris.jinka@samsung.com>
|
|
Issue-ID: APPC-922
Change-Id: I84941d8a5882b422d4e8365c82b8aaaf4618fa57
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Issue-ID: APPC-1011
Change-Id: I58d71df2c71a2964cd5957119e3967e35912ac6b
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Change-Id: Iac6167dca83413b7533cb65a73775a616866589c
Issue-ID: APPC-436
Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
|
|
Remove ECOMP trademark license header in miscellaneous files.
Change-Id: I76e386462402cb959de377b56997ecf7986ffd6b
Issue-ID: APPC-931
Signed-off-by: John McClung <jm1364@att.com>
|
|
Remove ECOMP trademark license header in iaas adapter files.
Change-Id: I697b33cefd85aab4496640d9dc1e2d685eb80e53
Issue-ID: APPC-930
Signed-off-by: John McClung <jm1364@att.com>
|
|
Remove ECOMP trademark license header in iaas adapter provider files.
Change-Id: I04de8480f1d04bf17c36eae876cb00d91379f3e3
Issue-ID: APPC-928
Signed-off-by: John McClung <jm1364@att.com>
|
|
Fixed condition so that region
can be determined correctly
Issue-ID: APPC-776
Change-Id: Iaf57a4face50d99a56cd4b85c0a318d34632a1e8
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
|
|
Change-Id: I103709186eff4fc9e42038b2e1113b010b822528
Issue-ID: APPC-761
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Change-Id: I96f7d017a63b0741d87666f4608356567932ff77
Issue-ID: APPC-762
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|