Skip to content

Commit

Permalink
SpotBugs
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 23, 2024
1 parent 794499f commit 9e5a162
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public ActiveDirectorySecurityRealm(String domain, List<ActiveDirectoryDomain> d
}

@DataBoundConstructor
@SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "TODO needs triage")

Check warning on line 266 in src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java

View check run for this annotation

ci.jenkins.io / Open Tasks Scanner

TODO

NORMAL: needs triage")
// as Java signature, this binding doesn't make sense, so please don't use this constructor
public ActiveDirectorySecurityRealm(String domain, List<ActiveDirectoryDomain> domains, String site, String bindName,
String bindPassword, String server, GroupLookupStrategy groupLookupStrategy, boolean removeIrrelevantGroups, Boolean customDomain, CacheConfiguration cache, Boolean startTls, ActiveDirectoryInternalUsersDatabase internalUsersDatabase, boolean requireTLS) {
Expand Down

0 comments on commit 9e5a162

Please sign in to comment.