79335578

Date: 2025-01-07 10:12:33
Score: 2.5
Natty:
Report link

Your all Args Lombok Annotation likely creates a constructor that accepts a Collection as last argument, while CriteriaApi expects 2 Strings. If you remove the annotation and use a manual Constructor that accepts variable args String... categories then it should work

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ismael