Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1264)

Unified Diff: appengine/findit/crash/suspect.py

Issue 2613153006: [Predator] Add TouchCrashedFileMetaFeature. (Closed)
Patch Set: Add comments. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/crash/predator.py ('k') | appengine/findit/crash/test/crash_util_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/suspect.py
diff --git a/appengine/findit/crash/suspect.py b/appengine/findit/crash/suspect.py
index 0e878ebb38aa159836e8f2302421c0a1d2147aae..567f2e9a11a4e2e4696107fd91fa2ba72d897aca 100644
--- a/appengine/findit/crash/suspect.py
+++ b/appengine/findit/crash/suspect.py
@@ -58,6 +58,8 @@ class Suspect(object):
self.reasons = reasons
self.changed_files = changed_files
+ # TODO(katesonia): These file_to_* should be deprecated once we deprecate
+ # the scorer-based changelist_classifier.
# TODO(wrengr): (a) make these two fields private/readonly
# TODO(wrengr): (b) zip them together.
# TODO(wrengr): (c) move them to the relevant features instead.
« no previous file with comments | « appengine/findit/crash/predator.py ('k') | appengine/findit/crash/test/crash_util_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698