Open mariha opened 6 years ago
It would be nice to be able to do something like -XepOpt:NullAway:ExcludedClasses=com.myorg.[a-zA-Z0-9.]*.Builder where the pattern matches a package and outer class name and Builder is a nested class name.
-XepOpt:NullAway:ExcludedClasses=com.myorg.[a-zA-Z0-9.]*.Builder
Builder
Nothing very urgent though.
Thanks for the suggestion! We'll keep this in mind. We're going to re-think our suppressions story around inner classes in the near future
It would be nice to be able to do something like
-XepOpt:NullAway:ExcludedClasses=com.myorg.[a-zA-Z0-9.]*.Builder
where the pattern matches a package and outer class name andBuilder
is a nested class name.Nothing very urgent though.