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

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

Go to download

Find Security Bugs stub dependencies use for the samples. This module create facades for all the APIs (classes, interfaces and annotations) that are use in the test code. The objective is to avoid the needed to download all the framework supported by the static analyzer.

The newest version!
/**
 * 

* 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 - 2024 Weber Informatics LLC | Privacy Policy