Community
Participate
Working Groups
The quick-fix should propose the correct type for an enhanced-for-loop variable based on the type array. for ( String p : Security.getProviders() ) -> for (Provider p : Security.getProviders() ) The quick fix should not underline “Security.getProviders()” but “String p” and should offer [Provider, …, Object] as valid types for the local variable. Christian
*** This bug has been marked as a duplicate of bug 221767 ***