be07ae749f785bd07bf389fe6d9aa847926d8d90,src/python/pants/core/goals/fmt_test.py,InvalidTargets,stdout,#Any#,94

Before Change



    @staticmethod
    def stdout(addresses: Iterable[Address]) -> str:
        return f"Invalid targets: {", ".join(str(address) for address in addresses)}"


class FmtTest(TestBase):
    def setUp(self) -> None:

After Change



    @staticmethod
    def stdout(addresses: Iterable[Address]) -> str:
        return ", ".join(str(address) for address in addresses)


class FmtTest(TestBase):
    def setUp(self) -> None:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 9

Non-data size: 8

Instances


Project Name: pantsbuild/pants
Commit Name: be07ae749f785bd07bf389fe6d9aa847926d8d90
Time: 2020-05-07
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/fmt_test.py
Class Name: InvalidTargets
Method Name: stdout


Project Name: pantsbuild/pants
Commit Name: be07ae749f785bd07bf389fe6d9aa847926d8d90
Time: 2020-05-07
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/lint_test.py
Class Name: SuccessfulFieldSets
Method Name: stdout


Project Name: pantsbuild/pants
Commit Name: be07ae749f785bd07bf389fe6d9aa847926d8d90
Time: 2020-05-07
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/lint_test.py
Class Name: ConditionallySucceedsFieldSets
Method Name: stdout


Project Name: eth-cscs/reframe
Commit Name: b109895925b6b3f39b50fa98955ef80616af6fbb
Time: 2018-12-21
Author: karakasis@cscs.ch
File Name: reframe/core/systems.py
Class Name: SystemPartition
Method Name: __str__


Project Name: pantsbuild/pants
Commit Name: be07ae749f785bd07bf389fe6d9aa847926d8d90
Time: 2020-05-07
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/fmt_test.py
Class Name: SmalltalkTargets
Method Name: stdout


Project Name: autonomio/talos
Commit Name: 4dcc65d1ff0d5b4d6f9eb546ab22dd663879313b
Time: 2018-05-11
Author: mailme@mikkokotila.com
File Name: hyperio/utils/results.py
Class Name:
Method Name: run_round_results


Project Name: pantsbuild/pants
Commit Name: be07ae749f785bd07bf389fe6d9aa847926d8d90
Time: 2020-05-07
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/lint_test.py
Class Name: InvalidFieldSets
Method Name: stdout


Project Name: pantsbuild/pants
Commit Name: be07ae749f785bd07bf389fe6d9aa847926d8d90
Time: 2020-05-07
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/fmt_test.py
Class Name: FortranTargets
Method Name: stdout


Project Name: pantsbuild/pants
Commit Name: be07ae749f785bd07bf389fe6d9aa847926d8d90
Time: 2020-05-07
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/lint_test.py
Class Name: FailingFieldSets
Method Name: stdout