Steve Freeman

Results 51 comments of Steve Freeman

That's unfortunate. My preference is for 2 spaces (I like to conserve horizontal line space). This is not just the thing about initial indentation vs further indentation?

This is a good point. I expect someone out there has a clever algorithmic solution...

One caveat is to make sure the overloading works with the extra combinations. Might be worth just doing `hasEntry(K key, Matcher

Looking at it again, how does this differ from the current `IsMapContaining.hasEntry()`? Would a better answer be to improve the error reporting?

Thanks. I'll wait for your further comments.

I think this will be superseded by our plans for collection-specific factory methods

Interesting idea. Would this make more sense in a package called reflection?

Do we need the extra VisibilityUtils class? Utils is often a smell

We probably need to do this at some point. My preference is to pull up the implementation from TypeSafeMatcher. I think the implementation might be better if the default value...

This is an interesting idea. The reason we didn't show the actual collection contents originally is that we had no idea how big it would be (could be very large...