-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AZC0004 ensure that method signatures match (#9388)
* Add new check for ReturnTypes * Check for parameters too * Revert "Check for parameters too" This reverts commit bbfbade. * Check for parameters in both methods * Skip check for AMQP libraries * Revert "Skip check for AMQP libraries" This reverts commit 0b4834b. * Fix AZC0004 tests * handle scenario for Pageable types * Compare return types recursively * nit: scope everything with the not operator * Add tests
- Loading branch information
1 parent
67fc4eb
commit 0ed0248
Showing
2 changed files
with
151 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters