Review request: JDK-8006193 (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public. (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Fri Mar 15 09:56:30 UTC 2013
- Previous message: Review request: JDK-8006193 (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public.
- Next message: hg: jdk8/tl/langtools: 8007767: TargetAnnoCombo.java need to be updated to add a new test mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 15/03/2013 09:20, Alexey Utkin wrote:
Summary: Makes [FindBug] code analyzer happy. - public void finalize() { + protected void finalize() { This looks fine to me, it's a package-private class so there's no issue.
-Alan.
- Previous message: Review request: JDK-8006193 (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public.
- Next message: hg: jdk8/tl/langtools: 8007767: TargetAnnoCombo.java need to be updated to add a new test mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]