cushon / issues-import

0 stars 0 forks source link

Code review request-assisted inject parameters #153

Closed cushon closed 10 years ago

cushon commented 10 years ago

Original issue created by sgoldfeder@google.com on 2013-06-28 at 09:29 PM


Link to code review: https://github.com/sgoldfed/error-prone/pull/11

Purpose of code changes: added a new bugpattern to check if more than one @Assisted parameter in a constructor has the same type and exact same @Assisted annotation (including the value of the annotation).

cushon commented 10 years ago

Original comment posted by lowasser@google.com on 2013-06-28 at 09:45 PM


(No comment entered for this change.)


Status: Accepted Owner: lowasser@google.com

cushon commented 10 years ago

Original comment posted by lowasser@google.com on 2013-06-28 at 10:21 PM


Merged at https://github.com/cushon/issues-import/commit/c31d4fdc4c880109683fa77a67b4c59ae6946b9f .


Status: Fixed