Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
analyzer: Detect and report usage of redirected-constructor parameters
The redirected constructor of a redirecting factory constructor may
have @Deprecated or @experimental parameters. To detect these, we must
examine each parameter of a constructor (after noting its own
annotations via `pushElement`), and then look at the corresponding
parameters of the redirecting constructor.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |