Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The following classes needed for analysis were missing #701

Open
delanym opened this issue Apr 14, 2023 · 1 comment
Open

The following classes needed for analysis were missing #701

delanym opened this issue Apr 14, 2023 · 1 comment

Comments

@delanym
Copy link

delanym commented Apr 14, 2023

Where is the fault? spotbugs/spotbugs#527 (comment)

@bdellegrazie
Copy link

bdellegrazie commented Apr 4, 2024

Even with 1.13.0 and taint configuration enabled -Dfindsecbugs.taint.workaroundvisitinvokedynamic=true when invoked via SpotBugs I'm still seeing the full list (+ others) of lambda methods:

  test
  accept
  makeConcatWithConstants
  apply
  hashCode
  equals
  toString
  exposure
  compare
  run
  applyAsLong
  get
  applyAsInt
  isOpen
  onChange
  bootstrap
  barrier

I can't guarantee this list is solely the result of Lambdas but without find-bugs-sec added as a SpotBugs plugin I do not see any missing classes. This possibly implies the classpath configuration for SpotBugs is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants