Examples Main classes Find classes that implements a main method Whole classes annotated with @SuppressWarnings(nls) Classes that are annotated to suppress NLS warnings References to native methods Search methods that call native methods References to InputStream constructors Search methods that instantiate InputStreams (or subclasses of it) Code that loads classes via reflection Search for code that loads classes via reflection (do Class#forName calls)