coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Fix generics in assert methods of Eventually class #167

Closed brianoliver closed 10 years ago

brianoliver commented 10 years ago

The various assert methods of the Eventually class that take a Matcher as a parameter use Matcher<?> as the parameter type. This means that a Matcher of any type can be used when in fact the Matcher should be restricted to Matcher<? super T> so that compile time errors occur if the Matcher is the wrong type.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-167

brianoliver commented 10 years ago

Reported by @thegridman

brianoliver commented 10 years ago

Marked as fixed by @thegridman on Tuesday, September 23rd 2014, 5:42:53 am