opencensus-java icon indicating copy to clipboard operation
opencensus-java copied to clipboard

Remove uses of CheckerFrameworkUtils.castNonNull.

Open sebright2 opened this issue 8 years ago • 0 comments

#916 added the method CheckerFrameworkUtils.castNonNull to temporarily suppress some Checker Framework warnings. We should review all uses of the method to ensure that the code can't throw NullPointerExceptions, and try to refactor the code to remove the warnings.

sebright2 avatar Dec 23 '17 02:12 sebright2