Inspection: class visible outside of defined scope Permanently deleted user 创建于 2010年07月27日 02:35 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;}