aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/main/java/org
AgeCommit message (Expand)AuthorFilesLines
2022-04-07Merge "Changed an instance-reference to a static reference."Kanagaraj Manickam1-1/+1
2022-04-07Merge "removed dead code"Kanagaraj Manickam1-1/+0
2022-04-07Merge "Changed the visibility of abstract class constructors to "protected""Kanagaraj Manickam1-3/+3
2022-04-07Merge "Renamed variables to not match a restricted identifier"Kanagaraj Manickam1-12/+12
2022-04-07Merge "Updated loop to iterate over the "entrySet" instead of the "keySet"."Kanagaraj Manickam1-2/+3
2022-04-07Merge "Removed built-in format specifier Ignored unused parameter"Kanagaraj Manickam1-2/+2
2022-04-05Merge "Reduced code complexity"Kanagaraj Manickam1-66/+79
2022-04-04Removed built-in format specifiersharath reddy1-2/+2
2022-04-04Updated loop to iterate over the "entrySet" instead of the "keySet".sharath reddy1-2/+3
2022-04-04Renamed variables to not match a restricted identifiersharath reddy1-12/+12
2022-04-04Changed the visibility of abstract class constructors to "protected"sharath reddy1-3/+3
2022-04-04removed dead codesharath reddy1-1/+0
2022-04-04Changed an instance-reference to a static reference.sharath reddy1-1/+1
2022-04-04Reduced code complexitysharath reddy1-66/+79
2022-04-04Merge "removed block of commented-out lines of code"Kanagaraj Manickam1-6/+1
2022-04-01removed block of commented-out lines of codesharath reddy1-3/+0
2022-04-01removed block of commented-out lines of codesharath reddy1-6/+1
2022-03-31Removed the deprecated usage of readFileToString & writeStringToFilesharath reddy1-3/+4
2022-03-31Merge "Reduced code complexity"Kanagaraj Manickam1-42/+49
2022-03-31Merge "Removed thed use of deprecated "readFileToString""Kanagaraj Manickam1-1/+2
2022-03-31Merge "Removed the use of deprecated "toString""Kanagaraj Manickam1-1/+2
2022-03-31Merge "Removed the unnecessary cast to "Map""Kanagaraj Manickam1-1/+1
2022-03-31Merge "Reduced code complexity"Kanagaraj Manickam1-27/+32
2022-03-30Removed thed use of deprecated "readFileToString"sharath reddy1-1/+2
2022-03-30Removed the unnecessary cast to "Map"sharath reddy1-1/+1
2022-03-30Removed the use of deprecated "toString"sharath reddy1-1/+2
2022-03-30Reduced code complexitysharath reddy1-27/+32
2022-03-30Reduced code complexitysharath reddy1-42/+49
2022-03-28Fixed Sonar Cloud Critical Issuessharath reddy2-30/+46
2022-03-25Fixed Sonar Bug and Code Smell Blockerssharath reddy1-1/+1
2022-03-23Fixed Minor Code Smells issues "Deprecated JsonParser"sharath reddy1-1/+1
2022-03-22Fixed Sonar Bugs & Vulnerabilitiessharath reddy2-2/+2
2021-01-12Fix OnapCommand class modelBogumil Zebek2-1/+10
2020-12-14printyaml method fixpriyanka.akhade1-10/+5
2020-08-06Merge "Code improvement - Pending sonar issues"Kanagaraj Manickam8-24/+73
2020-08-05Code improvement - Pending sonar issuespriyanka.akhade8-24/+73
2020-08-05Merge "Add autodiscover support"Kanagaraj Manickam1-0/+50
2020-08-05Merge "Add profiles command"Kanagaraj Manickam5-0/+301
2020-08-04code improvements-sonar fixesSravanKumarGunda5-5/+8
2020-08-04Add autodiscover supportKanagaraj Manickam1-0/+50
2020-08-04Add profiles commandKanagaraj Manickam5-0/+301
2020-08-04Code improvement for pending sonar issuesjitendra0075-23/+23
2020-07-17code improvements- incorporating commentspriyanka.akhade3-61/+61
2020-07-14Code ImprovementsSravanKumarGunda6-20/+8
2020-07-09Fixed sonarcloud issuesjitendra00714-111/+99
2020-07-02Code Improvements-Sonar Issue FixesSravanKumarGunda12-66/+34
2020-07-01code improvementspriyanka.akhade10-161/+159
2020-05-13sonar code smells fix- Remove the declaration of thrown exception, as it cann...priyanka.akhade1-3/+3
2020-05-13sonar code smells fix- Use the primitive boolean expression herepriyanka.akhade1-5/+5
2020-05-13sonar security issue fix- Make sure that hashing data is safe herepriyanka.akhade2-2/+2