Two questions about parameter nullness in the JDK

2014-07-09 Thread Michael Ernst
I have a couple of questions about places that the JDK is under-specified with respect to nullness properties. Many GitHub projects pass null as the implVendor argument to ClassLoader.definePackage: https://github.com/search?p=2&q=definePackage+packageName+null&ref=searchresults&type=Code

Re: Code review request for 6908218 "java.lang.Deprecated should have explicit @Target meta-annotation"

2010-01-14 Thread Michael Ernst
Joe- > Please review my patch to fix 6908218 "java.lang.Deprecated should have > explicit @Target meta-annotation." All this looks right to me. -Mike