A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/5702 below:

Lombok @Slf4j annotation is not interpreted by PMD · Issue #5702 · pmd/pmd · GitHub

Hi, new to this project, just wondering if supporting lombok in InvalidLogMessageFormat falls into the scope of this issue?

For example, pmd reports 'missing arguments' on

public class Book {

    private static final Logger LOGGER = LoggerFactory.getLogger(Book.class);



    public void logMe() {

        LOGGER.info("Hello, %s!");

    }

}

...but not on

@Slf4j

public class Book {

    public void logMe() {

        log.info("Hello, %s!");

    }

}

Thanks :)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4