-
-
Couldn't load subscription status.
- Fork 40
Open
Labels
Description
My DTOs are auto generated. each field is generated with an setter(setXXX) and chained accessor(withXXX). I wrote a customized AccessorNamingStrategy SPI to exclude those methods start with with and added the SPI to my project's preprocessor.
My SPI has successfully enlimited warnings of withXXX accessors. but in my IDEA, it still promotes the hits for adding withXXX mappings:

manikann, 91wzhang, sgdesmet, ChristianMoesl and intr3p1d