FragmentNotInstantiable
            Subclasses of Fragment must be instantiable via Class#newInstance(): the class must be public, static and have a public nullary constructor
          
        
        
          
            - Severity
 - WARNING
 
            - Tags
 - LikelyError
 
          
         
       
      
Alternate names: ValidFragment
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("FragmentNotInstantiable") to the enclosing element.