Kevin Bierhoff

Results 14 comments of Kevin Bierhoff

Re practicality, the standard issue with non-null fields is the same as with final fields, namely, that they can be accessed before they're initialized. That is, it is typically possible...

I was thinking about this a bit more as well and I think I agree: while uninitialized fields are certainly observable, one might still argue they shouldn't be read while...

Right so I wrote the `ImmutableList.Builder` rule a long time ago and I still think it's valuable. _However_ I think that it was mostly written to handle the case of...

I'm a bit unclear what's desired here: strict_deps enforcement or .jdeps output, or both? As an aside note that computing .jdeps for .kt and .java files from two separately computed...