kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
172 stars 57 forks source link

Annotation use displayed as error in Navigator and source browser #383

Closed theVigster closed 6 years ago

theVigster commented 6 years ago

Annotations display in the UI navigator and source code editor as having compile errors. This can be tested by using the code posted by cesarizu in issue #1 which looks like it solved this issue. The code builds without errors (I did update build.gradle to use Lombok version 1.16.20).

kelemen commented 6 years ago

I have tried this with a Maven project and it seems the same problem is present there as well. So, I assume this is an NB bug and is not related to this plugin. So, you should probably report it on NetBeans' issue page.

If it turns out that something needs to be fixed in this plugin, please reopen.