e3073f0fd4cc62fef7bfbca23ffd360e2d6c8a6a,src/python/twitter/pants/commands/goal.py,List,execute,#List#Any#,87
Before Change
def execute(self, targets):
print("Installed goals:")
documented_rows = []
undocumented = []
max_width = 0
for phase, _ in Phase.all():
if phase.description:
After Change
phases = [Phase(name) for name in names]
Phase.setup_parser(parser, [], phases)
options, _ = parser.parse_args([])
context = Context(context.config, options, context.run_tracker, context.target_roots,
requested_goals=list(names))
return cls._execute(context, phases, print_timing=False)
@staticmethod
def _execute(context, phases, print_timing):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: pantsbuild/pants
Commit Name: e3073f0fd4cc62fef7bfbca23ffd360e2d6c8a6a
Time: 2014-02-11
Author: jsirois@twitter.com
File Name: src/python/twitter/pants/commands/goal.py
Class Name: List
Method Name: execute
Project Name: jazzband/django-debug-toolbar
Commit Name: d85509edab8290666d056ba5f0a9423feceb64d5
Time: 2008-09-07
Author: rob@cogit8.org
File Name: debug_toolbar/panels/sql.py
Class Name: SQLDebugPanel
Method Name: content
Project Name: SPFlow/SPFlow
Commit Name: 9d354bfc2587c7e013d4543c5a1b25f376bab7c1
Time: 2018-07-31
Author: molina@cs.tu-darmstadt.de
File Name: src/Documentation/basics.py
Class Name:
Method Name: classification