Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
You can close (Suppress) compiler warnings that appears for a specific java function or class like the following :
For example like this
Code:
public class Main {
@SuppressWarnings("unchecked") public static void main(String[] args){ System.out.println("This function warnings are not checked"); //TODO , write your code here . }
}
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )