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 . }
}
_________________ M. S. Rakha, Ph.D. Queen's University Canada