aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-02-13sonar issueSnigdha Sucharita Patra1-1/+1
Reorder the modifiers to comply with the Java Language Specification Sonar Link: https://sonar.onap.org/project/issues?assignees=Snigdha503415&id=org.onap.dcaegen2.platform%3Ainventory-api&open=AWEPiFG5-08if2a6xy_l&resolved=false&severities=MINOR Location: src/main/java/inventory/exceptions/mappers/DBIExceptionMapper.java Line No-45 Change-Id: I45d24bbaaeafdbdefad43d320b09c5d913f133dc Issue-ID: DCAEGEN2-330 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-12sonar issueSnigdha Sucharita Patra1-1/+1
Reorder the modifiers to comply with the Java Language Specification Sonar Link: https://sonar.onap.org/project/issues?assignees=Snigdha503415&id=org.onap.dcaegen2.platform%3Ainventory-api&open=AWEPiFFW-08if2a6xy_M&resolved=false&severities=MINOR Location: src/.../org/onap/dcae/inventory/daos/InventoryDAOManager.java Line No-65 Change-Id: Icab62d6a464ecbb12c312c95c23659f5bf9b2cc8 Issue-ID: DCAEGEN2-328 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-12sonar issueSnigdha Sucharita Patra1-1/+1
Reorder the modifiers to comply with the Java Language Specification Sonar Link: https://sonar.onap.org/project/issues?assignees=Snigdha503415&id=org.onap.dcaegen2.platform%3Ainventory-api&open=AWEPiFFW-08if2a6xy_L&resolved=false&severities=MINOR Location: src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java line No-63 Change-Id: I2fc43f956e3deef460752800df38f586243f4768 Issue-ID: DCAEGEN2-327 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-09sonar issueSnigdha Sucharita Patra1-1/+1
Reorder the modifiers to comply with the Java Language Specification Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MINOR|assignees=Snigdha503415 Location: src/main/java/org/onap/dcae/inventory/daos/DCAEServiceTransactionDAO.java Line No-129 Change-Id: I3e9dd8748048a48e9216f01b18454c49db12a4cb Issue-ID: DCAEGEN2-324 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-09Modifiers should be declared in the correct orderSnigdha Sucharita Patra1-1/+2
Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MINOR|assignees=Snigdha503415 Location: src/main/java/org/onap/dcae/inventory/daos/DCAEServiceTransactionDAO.java Line No-126 Change-Id: I138543dca2ca1174068da18cfaa112c094ed3324 Issue-ID: DCAEGEN2-323 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-08sonar Minor issuesSnigdha Sucharita Patra1-1/+1
Reorder the modifiers to comply with the Java Language Specification Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MINOR|assignees=Snigdha503415 Location: src/main/java/org/onap/dcae/inventory/daos/DCAEServiceTransactionDAO.java Line No-123 Change-Id: Ibd913178e831ffccd2ea16d26ad0cfda831933f6 Issue-ID: DCAEGEN2-321 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-08sonar Minor issuesSnigdha Sucharita Patra1-1/+1
Reorder the modifiers to comply with the Java Language Specification Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MINOR|assignees=Snigdha503415 Location: src/main/java/org/onap/dcae/inventory/clients/DCAEControllerClient.java Line No-137 Change-Id: I2ae7e89be1e53fef8c0ad4206831c7a23f7e66f9 Issue-ID: DCAEGEN2-320 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-08sonar Minor issuesSnigdha Sucharita Patra1-1/+0
Remove this unused import 'com.fasterxml.jackson.core.JsonProcessingException' Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|assignees=__me__%2CSnigdha503415 Location: src/main/java/org/onap/dcae/inventory/LinkSerializer.java Line No-24 Change-Id: I425a386a25e25e57120ca7ca61945ee2b7a32206 Issue-ID: DCAEGEN2-319 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-06sonar Major issuesSnigdha Sucharita Patra1-1/+1
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Line No-108 Change-Id: I7a21f8c847cdbdfe17aa54919859ef60e265caf9 Issue-ID: DCAEGEN2-307 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-06sonar Major issuesSnigdha Sucharita Patra1-1/+1
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Line No-93 Change-Id: I5d7ec72053255053ebf2c0a434cb8461a703f299 Issue-ID: DCAEGEN2-306 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-06sonar Major issuesSnigdha Sucharita Patra1-1/+1
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServiceTypesApiServiceImpl.java Line No-166 Change-Id: Ic08685f0f5a1feead8ea434263cd98ef7f5a5a6e Issue-ID: DCAEGEN2-305 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-05sonar Major issuesSnigdha Sucharita Patra1-1/+1
Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServiceTypesApiServiceImpl.java Line No:162 Change-Id: I2d3514753229c9c7a3c9fc005d26d55451f90603 Issue-ID: DCAEGEN2-303 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-05sonar Major Using @Override annotationSnigdha Sucharita Patra1-0/+1
Add the @Override annotation above this method signature Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|assignees=Snigdha503415 Location: src/main/java/org/onap/dcae/inventory/daos/DCAEServicesDAO.java Line No-40 Change-Id: Ic1036c33e8de4ba994e3b3f81d1a70eab3a5e576 Issue-ID: DCAEGEN2-299 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-02-01Sonar Major fixPooja031-0/+1
Adding the @Override annotation above checkIfTableExists method signature in DCAEServiceComponentsDAO.java Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=_me_%2CPooja03 Location:DCAEServiceComponentsDAO.java:L39 Issue-ID: DCAEGEN2-288 Change-Id: I74eca3cb3d8b3d528ce462b1c0a8eda1ad574552 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-01-31Sonar Major fixPooja031-0/+1
Adding the @Override annotation above the createTable method signature in DCAEServiceComponentsDAO.java Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|rules=squid%3AS1161 Location:DCAEServiceComponentsDAO.java:L43 Change-Id: Ieca7421d424827f82dd662f8d5a097d8198a2dbe Issue-ID: DCAEGEN2-289 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-01-29Merge "Sonar Major fix"Lusheng Ji1-2/+1
2018-01-29Merge "Sonar Major fix"Lusheng Ji1-1/+1
2018-01-29Sonar Major fixPooja031-2/+1
Remove the unused context local variable Sonar Link:https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR Location:Bootstrap.java:L46 Change-Id: I3c59b7bc590fb9ba5e894e0dc584fc9d0026e209 Issue-ID: DCAEGEN2-285 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-01-29Sonar Major fixPooja031-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link:https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=CRITICAL%2CMAJOR Location:DcaeServiceTypesApiServiceImpl.java:L96 Change-Id: If36e27e862ee2d8db4c2f2b9def49afa88cf9632 Issue-ID: DCAEGEN2-284 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
2018-01-29sonar critical for Exception handlingSnigdha Sucharita Patra1-1/+1
Either log or rethrow this exception Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=CRITICAL|assignees=Snigdha503415 Location: src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java Line No-62 Change-Id: Id74f81284ac81e1f5e64b5549afc66cead7a8597 Issue-ID: DCAEGEN2-210 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-01-29sonar critical throw a dedicated exceptionSnigdha Sucharita Patra1-1/+1
Define and throw a dedicated exception instead of using a generic one Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=CRITICAL|assignees=Snigdha503415 Location: src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java Line No-143 Change-Id: I52ecbd360bff6efa8906623ae7345ef694491d6b Issue-ID: DCAEGEN2-215 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-01-29sonar critical throw a dedicated exceptionSnigdha Sucharita Patra1-1/+1
Define and throw a dedicated exception instead of using a generic one Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=CRITICAL|assignees=Snigdha503415 Location: src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java Line No-134 Change-Id: I94f4d39fd55dc11c1459971074944fc2ff589cae Issue-ID: DCAEGEN2-214 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-01-24Merge "sonar critical for Exception handling"Lusheng Ji1-1/+1
2018-01-23Merge "sonar critical for Exception handling"Tony Hansen1-1/+1
2018-01-23sonar critical for Exception handlingSnigdha Sucharita Patra1-1/+1
Either log or rethrow this exception Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#severities=CRITICAL|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Line No-118 Change-Id: I98ebe37fa928cb9fdbbaf841987902f9fe3fb693 Issue-ID: DCAEGEN2-216 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-01-19Change package from openecomp to onapMichael Hwang45-126/+112
Change-Id: I2a79eb123e5fbb6a6c2f0e72030d6781fbbd7513 Issue-ID: DCAEGEN2-225 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-01-19sonar critical for Exception handlingSnigdha Sucharita Patra1-1/+1
Either log or rethrow this exception Sonar Link: https://sonar.onap.org/component_issues?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=CRITICAL|assignees=Snigdha503415 Location: src/main/java/io/swagger/api/impl/DcaeServicesApiServiceImpl.java Line No-104 Change-Id: I6c93a308b0e069cd13d59387efc99340e408a7d2 Issue-ID: DCAEGEN2-209 Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
2018-01-05Add private constructor in all static member classlibujacob5-16/+28
Add @override annotation to overridden functions Issue-ID: DCAEGEN2-207 Change-Id: I7bf8ad7afec645cbe28fceaaa8f4c04001a0ef6a Signed-off-by: libujacob <libu.jacob@huawei.com>
2017-10-02Add more unit testsv1.2.0v1.0.01.0.0-ONAP1.0.0-AmsterdamMichael Hwang6-3/+337
Change-Id: Ib8e586a5aa7d31756751776015bbb76f68a0cafc Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-27Add more unit testsMichael Hwang5-0/+617
Change-Id: I514389aa3d154a35505d833fd4ae0155f07b7f67 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-19Get unit tests workingMichael Hwang1-3/+6
Including fixing of broken test Change-Id: Ie5fa6a2c4bd59b7552480899616590c7944e5aa4 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-08-23Make first commitMichael Hwang65-0/+6852
Transferring from original dcae project Issue-Id: DCAEGEN2-45 Change-Id: If8500f4a120ec2d27a714c8917f163beb57ee64c Signed-off-by: Michael Hwang <mhwang@research.att.com>