Inspection: class visible outside of defined scope
Hello, I am using IDEA 9.0.2 with some inspection settings.
Why does IDEA report "class T is visible outside of its defined scope" for the following code?
public class X<T> {
public T x;
}
Please sign in to leave a comment.