Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

@Delegate inspection reports error #23

Closed
dant3 opened this issue Jan 4, 2014 · 1 comment
Closed

@Delegate inspection reports error #23

dant3 opened this issue Jan 4, 2014 · 1 comment

Comments

@dant3
Copy link

dant3 commented Jan 4, 2014

If I'm using delegate to delegate some generic class, Idea seems to fail checking if it's parameterized methods implemented by lombok-generated code. Here is a sample:

@RequiredArgsConstructor
public class MyCallable implements Callable<Void> {
    @Delegate
    private final Callable<Void> delegated;
}

Idea will complain that call(Void) method clashes with call(V).

Tested on Idea 13.0.1 with lombok plugin 0.7.3

@mplushnikov
Copy link
Owner

Should be fixed for 0.8.1 release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants