Issue metadata
Sign in to add a comment
|
Add python utility for detecting duplicate class names in python file |
||||||||||||||||||||||||
Issue descriptionThere have been many cases which multiple classes with same name are defined in the python files which results in one of those classes ended up being dead code. Example: issue 636401 , https://github.com/catapult-project/catapult/blob/master/devil/devil/android/decorators_test.py We should add a python utility for detecting duplicate class names in python file that can be used in PRESUBMIT.
,
Aug 11 2016
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by nedngu...@google.com
, Aug 11 2016