Skip to content

Draft IDE experiment #3237

Draft IDE experiment

Draft IDE experiment #3237

GitHub Actions / pylint failed Mar 27, 2024 in 8s

reviewdog [pylint] report

reported by reviewdog 🐶

Findings (558)

varats/varats/plots/phasar_iter_ide.py|222| Line too long (95/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|251| Unnecessary parens after 'not' keyword (superfluous-parens)
varats/varats/plots/phasar_iter_ide.py|286| Line too long (95/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|360| Line too long (84/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|361| Line too long (84/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|364| Line too long (81/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|648| Line too long (94/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|892| Line too long (97/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1034| Line too long (97/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1134| Line too long (82/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1160| Line too long (93/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1215| Line too long (101/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1344| Line too long (100/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1372| Line too long (81/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1465| Line too long (105/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1494| Line too long (105/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1822| Line too long (89/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2034| Line too long (106/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2042| Line too long (100/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2122| Line too long (109/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2130| Line too long (103/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2243| Line too long (109/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2290| Line too long (81/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2314| Line too long (101/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2428| Line too long (93/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2444| Line too long (81/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2583| Line too long (102/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|2692| Line too long (104/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3000| Line too long (81/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3007| Line too long (97/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3045| Line too long (103/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3100| Line too long (95/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3102| Unnecessary parens after 'if' keyword (superfluous-parens)
varats/varats/plots/phasar_iter_ide.py|3184| Line too long (96/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3211| Line too long (142/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3217| Line too long (126/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3223| Line too long (150/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3230| Line too long (139/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|3274| Line too long (82/80) (line-too-long)
varats/varats/plots/phasar_iter_ide.py|1| Too many lines in module (3376/2000) (too-many-lines)
varats/varats/plots/phasar_iter_ide.py|64| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|91 col 8| Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
varats/varats/plots/phasar_iter_ide.py|117 col 8| Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
varats/varats/plots/phasar_iter_ide.py|142 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|153 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|175 col 8| Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
varats/varats/plots/phasar_iter_ide.py|186 col 12| Raising str while only classes or instances are allowed (raising-bad-type)
varats/varats/plots/phasar_iter_ide.py|200 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|208 col 19| Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
varats/varats/plots/phasar_iter_ide.py|209 col 15| Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
varats/varats/plots/phasar_iter_ide.py|278 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|365 col 17| Consider using '{"marker": [(-1, -d), (1, d)], "markersize": 12, "linestyle": 'none', ... }' instead of a call to 'dict'. (use-dict-literal)
varats/varats/plots/phasar_iter_ide.py|379 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|392 col 8| Unused variable 'fig' (unused-variable)
varats/varats/plots/phasar_iter_ide.py|415 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|500 col 8| Unused variable 'ax' (unused-variable)
varats/varats/plots/phasar_iter_ide.py|507 col 28| Argument name "Args" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|508 col 8| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|509 col 8| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|513| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|573| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|587 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|588 col 8| Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
varats/varats/plots/phasar_iter_ide.py|607 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|694| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|869| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|877| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|887 col 12| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|887 col 28| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|888 col 12| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|889 col 12| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|890 col 12| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|921| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|955 col 8| Unused variable 'l2' (unused-variable)
varats/varats/plots/phasar_iter_ide.py|971| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|971| Method '_get_data_entries' is abstract in class 'PhasarIterIDEPlotBase' but is not overridden in child class 'PhasarIterIDETargetSpeedupVsNestedSortedSizeGrid' (abstract-method)
varats/varats/plots/phasar_iter_ide.py|991 col 19| unsupported operand type(s) for | (unsupported-binary-operation)
varats/varats/plots/phasar_iter_ide.py|992 col 15| unsupported operand type(s) for | (unsupported-binary-operation)
varats/varats/plots/phasar_iter_ide.py|999 col 4| Too many local variables (23/20) (too-many-locals)
varats/varats/plots/phasar_iter_ide.py|1014 col 12| Variable name "Filter" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1015 col 12| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1017 col 12| Variable name "MinIdx" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1018 col 12| Variable name "MaxIdx" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1020 col 12| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1021 col 12| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1022 col 12| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1024 col 12| Variable name "ArgMin" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1028 col 12| Variable name "ArgMax" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1043 col 8| Unused variable 'markers' (unused-variable)
varats/varats/plots/phasar_iter_ide.py|1165| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1199| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1248| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1321| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1329| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1339 col 12| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1339 col 28| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|1340 col 12| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1341 col 12| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1342 col 12| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1370| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1404 col 8| Unused variable 'l2' (unused-variable)
varats/varats/plots/phasar_iter_ide.py|1417| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1451| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1480| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1509| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1560 col 12| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1560 col 28| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|1561 col 12| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1562 col 12| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1563 col 12| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|1583| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1590 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|1594 col 8| Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
varats/varats/plots/phasar_iter_ide.py|1605 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/plots/phasar_iter_ide.py|1810| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1858| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|1936| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|2016| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|2028 col 16| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2028 col 33| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|2029 col 33| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|2030 col 16| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2031 col 16| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2032 col 16| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2037 col 12| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2037 col 28| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|2038 col 12| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2039 col 12| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2040 col 12| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2069| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|2104| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|2116 col 16| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2116 col 33| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|2117 col 33| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|2118 col 16| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2119 col 16| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2120 col 16| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2125 col 12| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2125 col 28| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|2126 col 12| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2127 col 12| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2128 col 12| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2158| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|2223 col 12| Variable name "Filter" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2223 col 30| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|2224 col 12| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2226 col 12| Variable name "MinIdx" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2227 col 12| Variable name "MaxIdx" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2229 col 12| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2230 col 12| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2231 col 12| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2233 col 12| Variable name "ArgMin" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2237 col 12| Variable name "ArgMax" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2344| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|2423 col 12| Variable name "Rows" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2423 col 28| Value 'data' is unsubscriptable (unsubscriptable-object)
varats/varats/plots/phasar_iter_ide.py|2424 col 12| Variable name "Min" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2425 col 12| Variable name "Max" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2426 col 12| Variable name "Mean" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2549 col 12| Variable name "Old" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2550 col 12| Variable name "JFMeanSpeedups" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2558 col 12| Variable name "MaxSpeedupJF" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2558 col 26| Variable name "OtherJF" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2560 col 12| Variable name "Weight" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2580 col 8| Unused variable 'last' (unused-variable)
varats/varats/plots/phasar_iter_ide.py|2613 col 12| Variable name "Old" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2614 col 12| Variable name "JFMeanSpeedups" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2623 col 12| Variable name "MaxSpeedupJF" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2623 col 26| Variable name "OtherJF" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2625 col 12| Variable name "Weight" doesn't conform to snake_case naming style (invalid-name)
varats/varats/plots/phasar_iter_ide.py|2646 col 8| Unused variable 'last' (unused-variable)
varats/varats/plots/phasar_iter_ide.py|2806 col 25| Unused variable 'old_mem' (unused-variable)
varats/varats/plots/phasar_iter_ide.py|3084| Missing class docstring (missing-class-docstring)
varats/varats/plots/phasar_iter_ide.py|7| Unused ceil imported from math (unused-import)
varats/varats/plots/phasar_iter_ide.py|7| Unused floor imported from math (unused-import)
varats/varats/plots/phasar_iter_ide.py|10| Unused networkx imported as nx (unused-import)
varats/varats/plots/phasar_iter_ide.py|17| Unused MarkerStyle imported from matplotlib.markers (unused-import)
varats/varats/plots/phasar_iter_ide.py|17| Unused JoinStyle imported from matplotlib.markers (unused-import)
varats/varats/plots/phasar_iter_ide.py|18| Unused Sankey imported from matplotlib.sankey (unused-import)
varats/varats/plots/phasar_iter_ide.py|19| Unused Locator imported from matplotlib.ticker (unused-import)
varats/varats/plots/phasar_iter_ide.py|19| Unused FixedLocator imported from matplotlib.ticker (unused-import)
varats/varats/plots/phasar_iter_ide.py|19| Unused StrMethodFormatter imported from matplotlib.ticker (unused-import)
varats/varats/plots/phasar_iter_ide.py|21| Unused create_blame_interaction_graph imported from varats.data.reports.blame_interaction_graph (unused-import)
varats/varats/plots/phasar_iter_ide.py|21| Unused CAIGNodeAttrs imported from varats.data.reports.blame_interaction_graph (unused-import)
varats/varats/plots/phasar_iter_ide.py|21| Unused create_file_based_interaction_graph imported from varats.data.reports.blame_interaction_graph (unused-import)
varats/varats/plots/phasar_iter_ide.py|21| Unused AIGNodeAttrs imported from varats.data.reports.blame_interaction_graph (unused-import)
varats/varats/plots/phasar_iter_ide.py|21| Unused create_callgraph_based_interaction_graph imported from varats.data.reports.blame_interaction_graph (unused-import)
varats/varats/plots/phasar_iter_ide.py|32| Unused IDELinearConstantAnalysisExperimentWL imported from varats.experiments.phasar.iter_ide (unused-import)
varats/varats/plots/phasar_iter_ide.py|36| Unused BlameReportExperiment imported from varats.experiments.vara.blame_report_experiment (unused-import)
varats/varats/plots/phasar_iter_ide.py|41| Unused CaseStudy imported from varats.paper.case_study (unused-import)
varats/varats/plots/phasar_iter_ide.py|43| Unused newest_processed_revision_for_case_study imported from varats.paper_mgmt.case_study (unused-import)
varats/varats/plots/phasar_iter_ide.py|47| Unused PlotDataEmpty imported from varats.plot.plot (unused-import)
varats/varats/plots/phasar_iter_ide.py|48| Unused PlotConfig imported from varats.plot.plots (unused-import)
varats/varats/plots/phasar_iter_ide.py|49| Unused get_local_project_git_path imported from varats.project.project_util (unused-import)
varats/varats/plots/phasar_iter_ide.py|49| Unused get_project_cls_by_name imported from varats.project.project_util (unused-import)
varats/varats/plots/phasar_iter_ide.py|55| Unused REQUIRE_MULTI_CASE_STUDY imported from varats.ts_utils.click_param_types (unused-import)
varats/varats/plots/phasar_iter_ide.py|57| Unused calc_repo_loc imported from varats.utils.git_util (unused-import)
varats/varats/data/reports/phasar_iter_ide.py|969| Line too long (84/80) (line-too-long)
varats/varats/data/reports/phasar_iter_ide.py|913 col 9| TODO: Iteration orders (queue, ...) (fixme)
varats/varats/data/reports/phasar_iter_ide.py|1| Missing module docstring (missing-module-docstring)
varats/varats/data/reports/phasar_iter_ide.py|13| Missing function or method docstring (missing-function-docstring)
varats/varats/data/reports/phasar_iter_ide.py|19 col 22| Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
varats/varats/data/reports/phasar_iter_ide.py|25 col 10| Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
varats/varats/data/reports/phasar_iter_ide.py|30| Missing function or method docstring (missing-function-docstring)
varats/varats/data/reports/phasar_iter_ide.py|33 col 44| Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
varats/varats/data/reports/phasar_iter_ide.py|42| Missing class docstring (missing-class-docstring)
varats/varats/data/reports/phasar_iter_ide.py|57| Missing class docstring (missing-class-docstring)
varats/varats/data/reports/phasar_iter_ide.py|57| Too many instance attributes (28/7) (too-many-instance-attributes)
varats/varats/data/reports/phasar_iter_ide.py|96 col 20| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|98 col 24| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|105 col 20| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|107 col 24| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|116 col 20| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|118 col 24| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|127 col 20| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|129 col 24| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|132 col 20| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|134 col 24| Variable name "ApproxSize" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|59 col 4| Too many branches (34/12) (too-many-branches)
varats/varats/data/reports/phasar_iter_ide.py|59 col 4| Too many statements (101/50) (too-many-statements)
varats/varats/data/reports/phasar_iter_ide.py|218| Missing class docstring (missing-class-docstring)
varats/varats/data/reports/phasar_iter_ide.py|250| Missing class docstring (missing-class-docstring)
varats/varats/data/reports/phasar_iter_ide.py|250| Too many instance attributes (53/7) (too-many-instance-attributes)
varats/varats/data/reports/phasar_iter_ide.py|309 col 4| init method from base class 'BaseReport' is not called (super-init-not-called)
varats/varats/data/reports/phasar_iter_ide.py|309 col 4| Too many branches (55/12) (too-many-branches)
varats/varats/data/reports/phasar_iter_ide.py|309 col 4| Too many statements (166/50) (too-many-statements)
varats/varats/data/reports/phasar_iter_ide.py|534 col 4| Missing function or method docstring (missing-function-docstring)
varats/varats/data/reports/phasar_iter_ide.py|534 col 25| Argument name "Other" doesn't conform to snake_case naming style (invalid-name)
varats/varats/data/reports/phasar_iter_ide.py|536 col 29| Access to a protected member _bc_stats of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|538 col 34| Access to a protected member _cmp_typestate of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|540 col 30| Access to a protected member _cmp_taint of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|542 col 28| Access to a protected member _cmp_lca of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|545 col 34| Access to a protected member _old_typestate of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|547 col 30| Access to a protected member _old_taint of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|549 col 28| Access to a protected member _old_lca of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|551 col 28| Access to a protected member _old_iia of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|554 col 40| Access to a protected member _new_typestate_stack of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|556 col 36| Access to a protected member _new_taint_stack of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|558 col 34| Access to a protected member _new_lca_stack of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|560 col 34| Access to a protected member _new_iia_stack of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|563 col 38| Access to a protected member _new_typestate_jf1 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|565 col 34| Access to a protected member _new_taint_jf1 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|567 col 32| Access to a protected member _new_lca_jf1 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|569 col 32| Access to a protected member _new_iia_jf1 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|572 col 38| Access to a protected member _new_typestate_jf3 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|574 col 34| Access to a protected member _new_taint_jf3 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|576 col 32| Access to a protected member _new_lca_jf3 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|578 col 32| Access to a protected member _new_iia_jf3 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|581 col 41| Access to a protected member _new_typestate_nested of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|583 col 37| Access to a protected member _new_taint_nested of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|585 col 35| Access to a protected member _new_lca_nested of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|587 col 35| Access to a protected member _new_iia_nested of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|590 col 41| Access to a protected member _new_typestate_gc_jf1 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|592 col 37| Access to a protected member _new_taint_gc_jf1 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|594 col 35| Access to a protected member _new_lca_gc_jf1 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|596 col 35| Access to a protected member _new_iia_gc_jf1 of a client class (protected-access)
varats/varats/data/reports/phasar_iter_ide.py|599 col 37| Access to a protected member _new_typestate_gc of a client class (protected-access)
... (Too many findings. Dropped some findings)

Filtered Findings (1015)

Annotations

Check failure on line 222 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L222 <301>

Line too long (95/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:222:0: C0301: Line too long (95/80) (line-too-long)

Check failure on line 251 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L251 <325>

Unnecessary parens after 'not' keyword (superfluous-parens)
Raw output
varats/varats/plots/phasar_iter_ide.py:251:0: C0325: Unnecessary parens after 'not' keyword (superfluous-parens)

Check failure on line 286 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L286 <301>

Line too long (95/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:286:0: C0301: Line too long (95/80) (line-too-long)

Check failure on line 360 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L360 <301>

Line too long (84/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:360:0: C0301: Line too long (84/80) (line-too-long)

Check failure on line 361 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L361 <301>

Line too long (84/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:361:0: C0301: Line too long (84/80) (line-too-long)

Check failure on line 364 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L364 <301>

Line too long (81/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:364:0: C0301: Line too long (81/80) (line-too-long)

Check failure on line 648 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L648 <301>

Line too long (94/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:648:0: C0301: Line too long (94/80) (line-too-long)

Check failure on line 892 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L892 <301>

Line too long (97/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:892:0: C0301: Line too long (97/80) (line-too-long)

Check failure on line 1034 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1034 <301>

Line too long (97/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1034:0: C0301: Line too long (97/80) (line-too-long)

Check failure on line 1134 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1134 <301>

Line too long (82/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1134:0: C0301: Line too long (82/80) (line-too-long)

Check failure on line 1160 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1160 <301>

Line too long (93/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1160:0: C0301: Line too long (93/80) (line-too-long)

Check failure on line 1215 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1215 <301>

Line too long (101/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1215:0: C0301: Line too long (101/80) (line-too-long)

Check failure on line 1344 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1344 <301>

Line too long (100/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1344:0: C0301: Line too long (100/80) (line-too-long)

Check failure on line 1372 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1372 <301>

Line too long (81/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1372:0: C0301: Line too long (81/80) (line-too-long)

Check failure on line 1465 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1465 <301>

Line too long (105/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1465:0: C0301: Line too long (105/80) (line-too-long)

Check failure on line 1494 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1494 <301>

Line too long (105/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1494:0: C0301: Line too long (105/80) (line-too-long)

Check failure on line 1822 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L1822 <301>

Line too long (89/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:1822:0: C0301: Line too long (89/80) (line-too-long)

Check failure on line 2034 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L2034 <301>

Line too long (106/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:2034:0: C0301: Line too long (106/80) (line-too-long)

Check failure on line 2042 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L2042 <301>

Line too long (100/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:2042:0: C0301: Line too long (100/80) (line-too-long)

Check failure on line 2122 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L2122 <301>

Line too long (109/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:2122:0: C0301: Line too long (109/80) (line-too-long)

Check failure on line 2130 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L2130 <301>

Line too long (103/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:2130:0: C0301: Line too long (103/80) (line-too-long)

Check failure on line 2243 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L2243 <301>

Line too long (109/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:2243:0: C0301: Line too long (109/80) (line-too-long)

Check failure on line 2290 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L2290 <301>

Line too long (81/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:2290:0: C0301: Line too long (81/80) (line-too-long)

Check failure on line 2314 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L2314 <301>

Line too long (101/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:2314:0: C0301: Line too long (101/80) (line-too-long)

Check failure on line 2428 in varats/varats/plots/phasar_iter_ide.py

See this annotation in the file changed.

@github-actions github-actions / pylint

[pylint] varats/varats/plots/phasar_iter_ide.py#L2428 <301>

Line too long (93/80) (line-too-long)
Raw output
varats/varats/plots/phasar_iter_ide.py:2428:0: C0301: Line too long (93/80) (line-too-long)