diff --git a/.eslintcache b/.eslintcache index 4fb7f7d..1805355 100644 --- a/.eslintcache +++ b/.eslintcache @@ -1 +1 @@ -[{"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\App.js":"1","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\App.test.js":"2","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\index.js":"3","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\AudioX.js":"4","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\Cache.js":"5","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\DICTIONARY.js":"6","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\DictUtils.js":"7","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\I18N.js":"8","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\IDX.js":"9","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\index.js":"10","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\MathX.js":"11","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\TimeX.js":"12","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\URLContext.js":"13","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\WWW.js":"14","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Candidate.js":"15","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Criterion.js":"16","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\GroundTruth.js":"17","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\index.js":"18","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Party.js":"19","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Version.js":"20","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Weight.js":"21","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\reportWebVitals.js":"22","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\setupTests.js":"23","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\AlignCenter.js":"24","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\AlignRight.js":"25","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\index.js":"26","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\TimeView.js":"27","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidatesLeaderBoard.js":"28","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidatesLeaderBoardShort.js":"29","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidateView.js":"30","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriteriaView.js":"31","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriterionView.js":"32","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CustomAppBar.js":"33","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\HelpMenu.js":"34","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\HomePageBottomNavigation.js":"35","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\index.js":"36","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\PartyView.js":"37","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\WeightView.js":"38","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\AbstractInnerPage.js":"39","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\CandidatePage.js":"40","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\CriteriaPage.js":"41","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\HomePage.js":"42","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\index.js":"43","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\PAGE_CONFIG_LIST.js":"44","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\AppColors.js":"45","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\SriLankaColors.js":"46","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\constants\\index.js":"47","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\constants\\VERSION.js":"48","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CANDIDATE_D_LIST.js":"49","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CRITERION_TO_CANDIDATE_TO_WEIGHT.js":"50","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\Random.js":"51","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CRITERION_D_LIST.js":"52","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\HomePageContext.js":"53","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\GroundTruthPage.js":"54","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\StartPage.js":"55","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\GroundTruthView.js":"56","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriterionToWeightView.js":"57","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\AbstractStepPage.js":"58","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonRandomWeights.js":"59","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonRefreshWeights.js":"60","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\STYLE.js":"61","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidateProfileView.js":"62","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonGoogleSearch.js":"63","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonLinkedIn.js":"64","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonManthriLK.js":"65","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonPage.js":"66","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonParliamentLK.js":"67","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonWikipedia.js":"68","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonXTwitter.js":"69","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\GenericButtonLink.js":"70"},{"size":868,"mtime":1722656777718,"results":"71","hashOfConfig":"72"},{"size":247,"mtime":1722330883020,"results":"73","hashOfConfig":"72"},{"size":513,"mtime":1722330883021,"results":"74","hashOfConfig":"72"},{"size":667,"mtime":1722654319719,"results":"75","hashOfConfig":"72"},{"size":937,"mtime":1722330883023,"results":"76","hashOfConfig":"72"},{"size":126941,"mtime":1722675946322,"results":"77","hashOfConfig":"72"},{"size":252,"mtime":1722330883026,"results":"78","hashOfConfig":"72"},{"size":2217,"mtime":1722658487378,"results":"79","hashOfConfig":"72"},{"size":414,"mtime":1722330883028,"results":"80","hashOfConfig":"72"},{"size":500,"mtime":1722676595574,"results":"81","hashOfConfig":"72"},{"size":388,"mtime":1722330883028,"results":"82","hashOfConfig":"72"},{"size":1841,"mtime":1722657841588,"results":"83","hashOfConfig":"72"},{"size":1055,"mtime":1722600193524,"results":"84","hashOfConfig":"72"},{"size":703,"mtime":1722330883029,"results":"85","hashOfConfig":"72"},{"size":1438,"mtime":1722668003619,"results":"86","hashOfConfig":"72"},{"size":618,"mtime":1722667993728,"results":"87","hashOfConfig":"72"},{"size":5010,"mtime":1722674154514,"results":"88","hashOfConfig":"72"},{"size":396,"mtime":1722676595718,"results":"89","hashOfConfig":"72"},{"size":1012,"mtime":1722585685940,"results":"90","hashOfConfig":"72"},{"size":105,"mtime":1722330883031,"results":"91","hashOfConfig":"72"},{"size":1544,"mtime":1722567909010,"results":"92","hashOfConfig":"72"},{"size":364,"mtime":1722330883033,"results":"93","hashOfConfig":"72"},{"size":241,"mtime":1722330883033,"results":"94","hashOfConfig":"72"},{"size":200,"mtime":1722330883035,"results":"95","hashOfConfig":"72"},{"size":187,"mtime":1722330883035,"results":"96","hashOfConfig":"72"},{"size":915,"mtime":1722676595933,"results":"97","hashOfConfig":"72"},{"size":460,"mtime":1722330883035,"results":"98","hashOfConfig":"72"},{"size":695,"mtime":1722676565306,"results":"99","hashOfConfig":"72"},{"size":952,"mtime":1722668972145,"results":"100","hashOfConfig":"72"},{"size":1260,"mtime":1722672996394,"results":"101","hashOfConfig":"72"},{"size":831,"mtime":1722660585327,"results":"102","hashOfConfig":"72"},{"size":2524,"mtime":1722665470647,"results":"103","hashOfConfig":"72"},{"size":1509,"mtime":1722668972027,"results":"104","hashOfConfig":"72"},{"size":3742,"mtime":1722493753348,"results":"105","hashOfConfig":"72"},{"size":1335,"mtime":1722668971694,"results":"106","hashOfConfig":"72"},{"size":960,"mtime":1722676596147,"results":"107","hashOfConfig":"72"},{"size":512,"mtime":1722499900292,"results":"108","hashOfConfig":"72"},{"size":789,"mtime":1722503287635,"results":"109","hashOfConfig":"72"},{"size":207,"mtime":1722495436362,"results":"110","hashOfConfig":"72"},{"size":2634,"mtime":1722676129042,"results":"111","hashOfConfig":"72"},{"size":2883,"mtime":1722676172390,"results":"112","hashOfConfig":"72"},{"size":4285,"mtime":1722676267468,"results":"113","hashOfConfig":"72"},{"size":551,"mtime":1722676596245,"results":"114","hashOfConfig":"72"},{"size":793,"mtime":1722603401892,"results":"115","hashOfConfig":"72"},{"size":408,"mtime":1722663053892,"results":"116","hashOfConfig":"72"},{"size":146,"mtime":1722603861937,"results":"117","hashOfConfig":"72"},{"size":90,"mtime":1722676595632,"results":"118","hashOfConfig":"72"},{"size":227,"mtime":1722676595640,"results":"119","hashOfConfig":"72"},{"size":4123,"mtime":1722666925488,"results":"120","hashOfConfig":"72"},{"size":22040,"mtime":1722666925560,"results":"121","hashOfConfig":"72"},{"size":225,"mtime":1722481897253,"results":"122","hashOfConfig":"72"},{"size":2319,"mtime":1722666925499,"results":"123","hashOfConfig":"72"},{"size":1591,"mtime":1722607445918,"results":"124","hashOfConfig":"72"},{"size":2183,"mtime":1722676200297,"results":"125","hashOfConfig":"72"},{"size":3583,"mtime":1722669269163,"results":"126","hashOfConfig":"72"},{"size":2702,"mtime":1722675950739,"results":"127","hashOfConfig":"72"},{"size":1133,"mtime":1722674195708,"results":"128","hashOfConfig":"72"},{"size":1429,"mtime":1722676361107,"results":"129","hashOfConfig":"72"},{"size":412,"mtime":1722664176893,"results":"130","hashOfConfig":"72"},{"size":446,"mtime":1722664176899,"results":"131","hashOfConfig":"72"},{"size":97,"mtime":1722664176875,"results":"132","hashOfConfig":"72"},{"size":2170,"mtime":1722675465199,"results":"133","hashOfConfig":"72"},{"size":427,"mtime":1722673565107,"results":"134","hashOfConfig":"72"},{"size":436,"mtime":1722673560800,"results":"135","hashOfConfig":"72"},{"size":462,"mtime":1722673599146,"results":"136","hashOfConfig":"72"},{"size":443,"mtime":1722673777179,"results":"137","hashOfConfig":"72"},{"size":515,"mtime":1722673888627,"results":"138","hashOfConfig":"72"},{"size":455,"mtime":1722673648057,"results":"139","hashOfConfig":"72"},{"size":380,"mtime":1722673689180,"results":"140","hashOfConfig":"72"},{"size":419,"mtime":1722673777219,"results":"141","hashOfConfig":"72"},{"filePath":"142","messages":"143","suppressedMessages":"144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"z6tgpp",{"filePath":"145","messages":"146","suppressedMessages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"148","messages":"149","suppressedMessages":"150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"151","messages":"152","suppressedMessages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"154","messages":"155","suppressedMessages":"156","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"157","messages":"158","suppressedMessages":"159","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"160","messages":"161","suppressedMessages":"162","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"163","messages":"164","suppressedMessages":"165","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","suppressedMessages":"168","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"169","messages":"170","suppressedMessages":"171","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"172","messages":"173","suppressedMessages":"174","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"175","messages":"176","suppressedMessages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","suppressedMessages":"180","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"181","messages":"182","suppressedMessages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","suppressedMessages":"186","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"187","messages":"188","suppressedMessages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"190","messages":"191","suppressedMessages":"192","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"193","messages":"194","suppressedMessages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"196","messages":"197","suppressedMessages":"198","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"199","messages":"200","suppressedMessages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"202","messages":"203","suppressedMessages":"204","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"205","messages":"206","suppressedMessages":"207","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","suppressedMessages":"210","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"211","messages":"212","suppressedMessages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","suppressedMessages":"216","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"217","messages":"218","suppressedMessages":"219","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"220","messages":"221","suppressedMessages":"222","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"223","messages":"224","suppressedMessages":"225","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"226","messages":"227","suppressedMessages":"228","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"229","messages":"230","suppressedMessages":"231","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"232","messages":"233","suppressedMessages":"234","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"235","messages":"236","suppressedMessages":"237","errorCount":1,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"238","messages":"239","suppressedMessages":"240","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"241","messages":"242","suppressedMessages":"243","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"244","messages":"245","suppressedMessages":"246","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"247","messages":"248","suppressedMessages":"249","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"250","messages":"251","suppressedMessages":"252","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"253","messages":"254","suppressedMessages":"255","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"256","messages":"257","suppressedMessages":"258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"259","messages":"260","suppressedMessages":"261","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"262","messages":"263","suppressedMessages":"264","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"265","messages":"266","suppressedMessages":"267","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"268","messages":"269","suppressedMessages":"270","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"271","messages":"272","suppressedMessages":"273","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"274","messages":"275","suppressedMessages":"276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"277","messages":"278","suppressedMessages":"279","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"280","messages":"281","suppressedMessages":"282","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"283","messages":"284","suppressedMessages":"285","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"286","messages":"287","suppressedMessages":"288","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"289","messages":"290","suppressedMessages":"291","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"292","messages":"293","suppressedMessages":"294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"295","messages":"296","suppressedMessages":"297","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"298","messages":"299","suppressedMessages":"300","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"301","messages":"302","suppressedMessages":"303","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":1,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"307","messages":"308","suppressedMessages":"309","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"310","messages":"311","suppressedMessages":"312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"316","messages":"317","suppressedMessages":"318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"319","messages":"320","suppressedMessages":"321","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"322","messages":"323","suppressedMessages":"324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"325","messages":"326","suppressedMessages":"327","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"328","messages":"329","suppressedMessages":"330","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"331","messages":"332","suppressedMessages":"333","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"334","messages":"335","suppressedMessages":"336","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"337","messages":"338","suppressedMessages":"339","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"340","messages":"341","suppressedMessages":"342","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"343","messages":"344","suppressedMessages":"345","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"346","messages":"347","suppressedMessages":"348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"349","messages":"350","suppressedMessages":"351","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\App.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\App.test.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\AudioX.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\Cache.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\DICTIONARY.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\DictUtils.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\I18N.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\IDX.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\MathX.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\TimeX.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\URLContext.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\WWW.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Candidate.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Criterion.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\GroundTruth.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Party.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Version.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Weight.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\reportWebVitals.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\setupTests.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\AlignCenter.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\AlignRight.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\TimeView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidatesLeaderBoard.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidatesLeaderBoardShort.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidateView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriteriaView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriterionView.js",["352"],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CustomAppBar.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\HelpMenu.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\HomePageBottomNavigation.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\PartyView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\WeightView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\AbstractInnerPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\CandidatePage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\CriteriaPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\HomePage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\PAGE_CONFIG_LIST.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\AppColors.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\SriLankaColors.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\constants\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\constants\\VERSION.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CANDIDATE_D_LIST.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CRITERION_TO_CANDIDATE_TO_WEIGHT.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\Random.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CRITERION_D_LIST.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\HomePageContext.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\GroundTruthPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\StartPage.js",["353"],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\GroundTruthView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriterionToWeightView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\AbstractStepPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonRandomWeights.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonRefreshWeights.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\STYLE.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidateProfileView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonGoogleSearch.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonLinkedIn.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonManthriLK.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonParliamentLK.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonWikipedia.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonXTwitter.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\GenericButtonLink.js",[],[],{"ruleId":"354","severity":2,"message":"355","line":25,"column":1,"nodeType":"356","messageId":"357","endLine":67,"endColumn":2},{"ruleId":"354","severity":2,"message":"358","line":38,"column":3,"nodeType":"359","messageId":"357","endLine":82,"endColumn":4},"max-lines-per-function","Function 'CustomSlider' has too many lines (43). Maximum allowed is 40.","FunctionDeclaration","exceed","Method 'renderHeader' has too many lines (45). Maximum allowed is 40.","MethodDefinition"] \ No newline at end of file +[{"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\App.js":"1","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\App.test.js":"2","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\index.js":"3","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\AudioX.js":"4","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\Cache.js":"5","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\DICTIONARY.js":"6","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\DictUtils.js":"7","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\I18N.js":"8","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\IDX.js":"9","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\index.js":"10","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\MathX.js":"11","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\TimeX.js":"12","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\URLContext.js":"13","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\WWW.js":"14","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Candidate.js":"15","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Criterion.js":"16","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\GroundTruth.js":"17","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\index.js":"18","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Party.js":"19","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Version.js":"20","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Weight.js":"21","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\reportWebVitals.js":"22","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\setupTests.js":"23","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\AlignCenter.js":"24","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\AlignRight.js":"25","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\index.js":"26","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\TimeView.js":"27","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidatesLeaderBoard.js":"28","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidatesLeaderBoardShort.js":"29","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidateView.js":"30","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriteriaView.js":"31","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriterionView.js":"32","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CustomAppBar.js":"33","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\HelpMenu.js":"34","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\HomePageBottomNavigation.js":"35","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\index.js":"36","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\PartyView.js":"37","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\WeightView.js":"38","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\AbstractInnerPage.js":"39","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\CandidatePage.js":"40","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\CriteriaPage.js":"41","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\HomePage.js":"42","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\index.js":"43","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\PAGE_CONFIG_LIST.js":"44","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\AppColors.js":"45","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\SriLankaColors.js":"46","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\constants\\index.js":"47","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\constants\\VERSION.js":"48","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CANDIDATE_D_LIST.js":"49","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CRITERION_TO_CANDIDATE_TO_WEIGHT.js":"50","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\Random.js":"51","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CRITERION_D_LIST.js":"52","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\HomePageContext.js":"53","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\GroundTruthPage.js":"54","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\StartPage.js":"55","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\GroundTruthView.js":"56","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriterionToWeightView.js":"57","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\AbstractStepPage.js":"58","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonRandomWeights.js":"59","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonRefreshWeights.js":"60","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\STYLE.js":"61","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidateProfileView.js":"62","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonGoogleSearch.js":"63","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonLinkedIn.js":"64","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonManthriLK.js":"65","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonPage.js":"66","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonParliamentLK.js":"67","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonWikipedia.js":"68","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonXTwitter.js":"69","C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\GenericButtonLink.js":"70"},{"size":868,"mtime":1722656777718,"results":"71","hashOfConfig":"72"},{"size":247,"mtime":1722330883020,"results":"73","hashOfConfig":"72"},{"size":513,"mtime":1722330883021,"results":"74","hashOfConfig":"72"},{"size":667,"mtime":1722654319719,"results":"75","hashOfConfig":"72"},{"size":937,"mtime":1722330883023,"results":"76","hashOfConfig":"72"},{"size":126941,"mtime":1722675946322,"results":"77","hashOfConfig":"72"},{"size":252,"mtime":1722330883026,"results":"78","hashOfConfig":"72"},{"size":2217,"mtime":1722658487378,"results":"79","hashOfConfig":"72"},{"size":414,"mtime":1722330883028,"results":"80","hashOfConfig":"72"},{"size":500,"mtime":1722677188052,"results":"81","hashOfConfig":"72"},{"size":388,"mtime":1722330883028,"results":"82","hashOfConfig":"72"},{"size":1841,"mtime":1722657841588,"results":"83","hashOfConfig":"72"},{"size":1055,"mtime":1722600193524,"results":"84","hashOfConfig":"72"},{"size":703,"mtime":1722330883029,"results":"85","hashOfConfig":"72"},{"size":1438,"mtime":1722668003619,"results":"86","hashOfConfig":"72"},{"size":618,"mtime":1722667993728,"results":"87","hashOfConfig":"72"},{"size":5010,"mtime":1722674154514,"results":"88","hashOfConfig":"72"},{"size":396,"mtime":1722677188159,"results":"89","hashOfConfig":"72"},{"size":1012,"mtime":1722585685940,"results":"90","hashOfConfig":"72"},{"size":105,"mtime":1722330883031,"results":"91","hashOfConfig":"72"},{"size":1544,"mtime":1722567909010,"results":"92","hashOfConfig":"72"},{"size":364,"mtime":1722330883033,"results":"93","hashOfConfig":"72"},{"size":241,"mtime":1722330883033,"results":"94","hashOfConfig":"72"},{"size":200,"mtime":1722330883035,"results":"95","hashOfConfig":"72"},{"size":187,"mtime":1722330883035,"results":"96","hashOfConfig":"72"},{"size":915,"mtime":1722677188363,"results":"97","hashOfConfig":"72"},{"size":460,"mtime":1722330883035,"results":"98","hashOfConfig":"72"},{"size":695,"mtime":1722676565306,"results":"99","hashOfConfig":"72"},{"size":952,"mtime":1722668972145,"results":"100","hashOfConfig":"72"},{"size":1260,"mtime":1722672996394,"results":"101","hashOfConfig":"72"},{"size":831,"mtime":1722660585327,"results":"102","hashOfConfig":"72"},{"size":2524,"mtime":1722665470647,"results":"103","hashOfConfig":"72"},{"size":1509,"mtime":1722668972027,"results":"104","hashOfConfig":"72"},{"size":3742,"mtime":1722493753348,"results":"105","hashOfConfig":"72"},{"size":1335,"mtime":1722668971694,"results":"106","hashOfConfig":"72"},{"size":960,"mtime":1722677188569,"results":"107","hashOfConfig":"72"},{"size":512,"mtime":1722499900292,"results":"108","hashOfConfig":"72"},{"size":789,"mtime":1722503287635,"results":"109","hashOfConfig":"72"},{"size":207,"mtime":1722495436362,"results":"110","hashOfConfig":"72"},{"size":2634,"mtime":1722676129042,"results":"111","hashOfConfig":"72"},{"size":2883,"mtime":1722676172390,"results":"112","hashOfConfig":"72"},{"size":4285,"mtime":1722676267468,"results":"113","hashOfConfig":"72"},{"size":551,"mtime":1722677188641,"results":"114","hashOfConfig":"72"},{"size":793,"mtime":1722603401892,"results":"115","hashOfConfig":"72"},{"size":408,"mtime":1722663053892,"results":"116","hashOfConfig":"72"},{"size":146,"mtime":1722603861937,"results":"117","hashOfConfig":"72"},{"size":90,"mtime":1722677188098,"results":"118","hashOfConfig":"72"},{"size":227,"mtime":1722677188104,"results":"119","hashOfConfig":"72"},{"size":4123,"mtime":1722666925488,"results":"120","hashOfConfig":"72"},{"size":22040,"mtime":1722666925560,"results":"121","hashOfConfig":"72"},{"size":225,"mtime":1722481897253,"results":"122","hashOfConfig":"72"},{"size":2319,"mtime":1722666925499,"results":"123","hashOfConfig":"72"},{"size":1591,"mtime":1722607445918,"results":"124","hashOfConfig":"72"},{"size":2183,"mtime":1722676200297,"results":"125","hashOfConfig":"72"},{"size":3583,"mtime":1722669269163,"results":"126","hashOfConfig":"72"},{"size":2702,"mtime":1722675950739,"results":"127","hashOfConfig":"72"},{"size":1133,"mtime":1722674195708,"results":"128","hashOfConfig":"72"},{"size":1430,"mtime":1722677038023,"results":"129","hashOfConfig":"72"},{"size":412,"mtime":1722664176893,"results":"130","hashOfConfig":"72"},{"size":446,"mtime":1722664176899,"results":"131","hashOfConfig":"72"},{"size":97,"mtime":1722664176875,"results":"132","hashOfConfig":"72"},{"size":2170,"mtime":1722675465199,"results":"133","hashOfConfig":"72"},{"size":427,"mtime":1722673565107,"results":"134","hashOfConfig":"72"},{"size":436,"mtime":1722673560800,"results":"135","hashOfConfig":"72"},{"size":462,"mtime":1722673599146,"results":"136","hashOfConfig":"72"},{"size":443,"mtime":1722673777179,"results":"137","hashOfConfig":"72"},{"size":515,"mtime":1722673888627,"results":"138","hashOfConfig":"72"},{"size":455,"mtime":1722673648057,"results":"139","hashOfConfig":"72"},{"size":380,"mtime":1722673689180,"results":"140","hashOfConfig":"72"},{"size":419,"mtime":1722673777219,"results":"141","hashOfConfig":"72"},{"filePath":"142","messages":"143","suppressedMessages":"144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"z6tgpp",{"filePath":"145","messages":"146","suppressedMessages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"148","messages":"149","suppressedMessages":"150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"151","messages":"152","suppressedMessages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"154","messages":"155","suppressedMessages":"156","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"157","messages":"158","suppressedMessages":"159","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"160","messages":"161","suppressedMessages":"162","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"163","messages":"164","suppressedMessages":"165","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","suppressedMessages":"168","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"169","messages":"170","suppressedMessages":"171","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"172","messages":"173","suppressedMessages":"174","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"175","messages":"176","suppressedMessages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","suppressedMessages":"180","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"181","messages":"182","suppressedMessages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","suppressedMessages":"186","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"187","messages":"188","suppressedMessages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"190","messages":"191","suppressedMessages":"192","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"193","messages":"194","suppressedMessages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"196","messages":"197","suppressedMessages":"198","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"199","messages":"200","suppressedMessages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"202","messages":"203","suppressedMessages":"204","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"205","messages":"206","suppressedMessages":"207","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","suppressedMessages":"210","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"211","messages":"212","suppressedMessages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","suppressedMessages":"216","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"217","messages":"218","suppressedMessages":"219","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"220","messages":"221","suppressedMessages":"222","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"223","messages":"224","suppressedMessages":"225","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"226","messages":"227","suppressedMessages":"228","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"229","messages":"230","suppressedMessages":"231","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"232","messages":"233","suppressedMessages":"234","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"235","messages":"236","suppressedMessages":"237","errorCount":1,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"238","messages":"239","suppressedMessages":"240","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"241","messages":"242","suppressedMessages":"243","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"244","messages":"245","suppressedMessages":"246","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"247","messages":"248","suppressedMessages":"249","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"250","messages":"251","suppressedMessages":"252","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"253","messages":"254","suppressedMessages":"255","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"256","messages":"257","suppressedMessages":"258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"259","messages":"260","suppressedMessages":"261","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"262","messages":"263","suppressedMessages":"264","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"265","messages":"266","suppressedMessages":"267","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"268","messages":"269","suppressedMessages":"270","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"271","messages":"272","suppressedMessages":"273","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"274","messages":"275","suppressedMessages":"276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"277","messages":"278","suppressedMessages":"279","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"280","messages":"281","suppressedMessages":"282","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"283","messages":"284","suppressedMessages":"285","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"286","messages":"287","suppressedMessages":"288","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"289","messages":"290","suppressedMessages":"291","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"292","messages":"293","suppressedMessages":"294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"295","messages":"296","suppressedMessages":"297","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"298","messages":"299","suppressedMessages":"300","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"301","messages":"302","suppressedMessages":"303","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":1,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"307","messages":"308","suppressedMessages":"309","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"310","messages":"311","suppressedMessages":"312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"316","messages":"317","suppressedMessages":"318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"319","messages":"320","suppressedMessages":"321","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"322","messages":"323","suppressedMessages":"324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"325","messages":"326","suppressedMessages":"327","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"328","messages":"329","suppressedMessages":"330","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"331","messages":"332","suppressedMessages":"333","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"334","messages":"335","suppressedMessages":"336","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"337","messages":"338","suppressedMessages":"339","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"340","messages":"341","suppressedMessages":"342","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"343","messages":"344","suppressedMessages":"345","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"346","messages":"347","suppressedMessages":"348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"349","messages":"350","suppressedMessages":"351","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\App.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\App.test.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\AudioX.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\Cache.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\DICTIONARY.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\DictUtils.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\I18N.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\IDX.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\MathX.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\TimeX.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\URLContext.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\WWW.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Candidate.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Criterion.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\GroundTruth.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Party.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Version.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\Weight.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\reportWebVitals.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\setupTests.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\AlignCenter.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\AlignRight.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\TimeView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidatesLeaderBoard.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidatesLeaderBoardShort.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidateView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriteriaView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriterionView.js",["352"],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CustomAppBar.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\HelpMenu.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\HomePageBottomNavigation.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\PartyView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\WeightView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\AbstractInnerPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\CandidatePage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\CriteriaPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\HomePage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\PAGE_CONFIG_LIST.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\AppColors.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\SriLankaColors.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\constants\\index.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\constants\\VERSION.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CANDIDATE_D_LIST.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CRITERION_TO_CANDIDATE_TO_WEIGHT.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\base\\Random.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\data\\CRITERION_D_LIST.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\nonview\\core\\HomePageContext.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\GroundTruthPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\StartPage.js",["353"],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\GroundTruthView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CriterionToWeightView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\pages\\AbstractStepPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonRandomWeights.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonRefreshWeights.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\_constants\\STYLE.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\molecules\\CandidateProfileView.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonGoogleSearch.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonLinkedIn.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonManthriLK.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonPage.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonParliamentLK.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonWikipedia.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\ButtonXTwitter.js",[],[],"C:\\Users\\ASUS\\Not.Dropbox\\CODING\\js_react\\candidates\\src\\view\\atoms\\GenericButtonLink.js",[],[],{"ruleId":"354","severity":2,"message":"355","line":25,"column":1,"nodeType":"356","messageId":"357","endLine":67,"endColumn":2},{"ruleId":"354","severity":2,"message":"358","line":38,"column":3,"nodeType":"359","messageId":"357","endLine":82,"endColumn":4},"max-lines-per-function","Function 'CustomSlider' has too many lines (43). Maximum allowed is 40.","FunctionDeclaration","exceed","Method 'renderHeader' has too many lines (45). Maximum allowed is 40.","MethodDefinition"] \ No newline at end of file diff --git a/src/nonview/constants/VERSION.js b/src/nonview/constants/VERSION.js index 0117278..c306705 100644 --- a/src/nonview/constants/VERSION.js +++ b/src/nonview/constants/VERSION.js @@ -1,5 +1,5 @@ // Auto-generated by javascript_version.py -export const DATETIME_STR = "2024-08-03 14:46:27"; +export const DATETIME_STR = "2024-08-03 14:56:20"; export const VERSION_DATETIME = new Date(DATETIME_STR); const VERSION = { DATETIME_STR, VERSION_DATETIME }; diff --git a/src/view/pages/AbstractStepPage.js b/src/view/pages/AbstractStepPage.js index 680fd76..97b16c6 100644 --- a/src/view/pages/AbstractStepPage.js +++ b/src/view/pages/AbstractStepPage.js @@ -17,9 +17,9 @@ export default class AbstractStepPage extends AbstractInnerPage { return 35; } if (lang === "si") { - return 10; + return 20; } - return 5; + return 10; } renderFixedCustom() {