Skip to content

Lombok does not work in a non-standard test set #133

@jimshowalter

Description

@jimshowalter

Create an unbroken-dome test set other than component and integration.

Create a class in the test set that uses lombok:

import lombok.AllArgsConstructor;

@AllArgsConstructor
public class ThisWillFail {
    private final String foo;
}

Try to build.

It's not clear if this is a problem with unbroken-dome, lombok, or both, so filed projectlombok/lombok#3391.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions