IntelliJ doesn't detect @AllArgsConstructor
Answered
@AllArgsConstructor
public class A {
@Getter
private final String B;
@Getter
private final String C;
}
IntelliJ gives red underlined error "Variable B might not have been initialized".
Please sign in to leave a comment.
IntelliJ IDEA has no support for Lombok: https://youtrack.jetbrains.com/issue/IDEABKL-5667.
Actually I found this: https://plugins.jetbrains.com/plugin/6317-lombok-plugin