Community
Participate
Working Groups
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java (at line 65) Dictionary<String, String> manifest = (Dictionary<String, String>) bundle.getUserObject(); Type safety: Unchecked cast from Object to Dictionary<String,String> 1. WARNING in /src/org/eclipse/pde/internal/publishing/Utils.java (at line 59) Dictionary<String, String> properties = (Dictionary<String, String>) bundle.getUserObject(); Type safety: Unchecked cast from Object to Dictionary<String,String> 1. WARNING in /src/org/eclipse/pde/internal/swt/tools/IconExe.java (at line 1212) Vector imageLoaderListeners; Vector is a raw type. References to generic type Vector<E> should be parameterized
Created attachment 192558 [details] Proposed fix
Fixed. Thanks for the patch.