Message171548
It doesn't necessary have to be limited to methods, anything duplicate might turn out to be a bug. If the script doesn't mix scopes there shouldn't be too many false positives, and if they are it shouldn't be a big deal if they are reported on the changed file by `make patchcheck`.
> I'm not sure if there is ever a use case for duplicate
> method names. Is there?
Nothing that can't be done in a more elegant way afaict.
It might make sense for variables though, where you have e.g.:
foo = do_something(x)
foo = do_something_more(foo) |
|
Date |
User |
Action |
Args |
2012-09-28 22:58:56 | ezio.melotti | set | recipients:
+ ezio.melotti, eric.araujo, chris.jerdonek, xdegaye |
2012-09-28 22:58:56 | ezio.melotti | set | messageid: <1348873136.82.0.852616473139.issue16079@psf.upfronthosting.co.za> |
2012-09-28 22:58:56 | ezio.melotti | link | issue16079 messages |
2012-09-28 22:58:56 | ezio.melotti | create | |
|