All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.findsecbugs.findsecbugs-samples-deps.1.11.0.source-code.PluginDepsClassPathFinder Maven / Gradle / Ivy

/**
 * 

* Trick to be able to find where the tests dependencies are compiled. This is not a API that is tested. *

*

* When we are testing samples (package testcode), each classes being analysed is manually loaded. * For the test dependencies, we want to include them by default in the auxiliary classes. * To do so, we need to pass to FindBugsLaucher a reference to plugin-deps compiled directory. * This dummy class (PluginDepsClassPathFinder) is use to determined this location. *

* * @See {@code com.h3xstream.findbugs.test.service.FindBugsLauncher#analyze} */ public class PluginDepsClassPathFinder { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy