Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 11, 2024
1 parent e366491 commit 8bb0fb1
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ import org.codehaus.plexus.resource.ResourceManager
*/
trait SpotBugsPluginsTrait {

// the trait needs certain objects to work, this need is expressed as abstract getters
// classes implement them with implicitly generated property getters
abstract RepositorySystem getFactory()
abstract File getSpotbugsXmlOutputDirectory()
abstract Log getLog()
abstract ResourceManager getResourceManager()

/**
* The plugin list to include in the report. This is a comma-delimited list.
* <p>
Expand All @@ -63,6 +56,13 @@ trait SpotBugsPluginsTrait {
@Parameter
PluginArtifact[] plugins

// the trait needs certain objects to work, this need is expressed as abstract getters
// classes implement them with implicitly generated property getters
abstract RepositorySystem getFactory()
abstract File getSpotbugsXmlOutputDirectory()
abstract Log getLog()
abstract ResourceManager getResourceManager()

/**
* Adds the specified plugins to spotbugs. The coreplugin is always added first.
*
Expand Down

0 comments on commit 8bb0fb1

Please sign in to comment.