[jira] [Updated] (NETBEANS-2970) Lombok not working correctly in NetBeans 11.0 and 11.1

2020-06-23 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Przemysław Sadowski updated NETBEANS-2970:
--
Affects Version/s: 12.0
   11.3

> Lombok not working correctly in NetBeans 11.0 and 11.1
> --
>
> Key: NETBEANS-2970
> URL: https://issues.apache.org/jira/browse/NETBEANS-2970
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3
>Reporter: Przemysław Sadowski
>Priority: Major
> Attachments: LombokTest.zip, log.zip, log_20191104.zip, log_v2.zip
>
>
> Many classes using Lombok in project I'm working on at work fail to be 
> correctly processed by NetBeans. I narrowed it down to cases in attached 
> exaple project.
> When  using Lombok 1.6.22, builder methods are not visible in editor making a 
> lot of error notes in editor.
> When using Lombok 1.8.8, builder method works but there are errors with 
> parsing some classes, example:
> {code:java}
> @Builder
> public class SomeValueClass {
> @Singular
> private Map values;
> }{code}
> NetBeans fails with exception when trying to parse this class, and this class 
> is not visible as class to NetBeans (can't open it using "Go To Type" for 
> example). if I change byte[] to any non-primitive type it works. Using 
> primitive types (byte, boolean, int) fails.
> I'm attaching content of log directory from NetBeans, with bug related dump 
> and exception in it.
> Attached example project seem to be working correctly in NetBeans 8.2.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2970) Lombok not working correctly in NetBeans 11.0 and 11.1

2020-03-06 Thread Ivo Limmen (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivo Limmen updated NETBEANS-2970:
-
Affects Version/s: (was: 11.3)

> Lombok not working correctly in NetBeans 11.0 and 11.1
> --
>
> Key: NETBEANS-2970
> URL: https://issues.apache.org/jira/browse/NETBEANS-2970
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1, 11.2
>Reporter: Przemysław Sadowski
>Priority: Major
> Attachments: LombokTest.zip, log.zip, log_20191104.zip, log_v2.zip
>
>
> Many classes using Lombok in project I'm working on at work fail to be 
> correctly processed by NetBeans. I narrowed it down to cases in attached 
> exaple project.
> When  using Lombok 1.6.22, builder methods are not visible in editor making a 
> lot of error notes in editor.
> When using Lombok 1.8.8, builder method works but there are errors with 
> parsing some classes, example:
> {code:java}
> @Builder
> public class SomeValueClass {
> @Singular
> private Map values;
> }{code}
> NetBeans fails with exception when trying to parse this class, and this class 
> is not visible as class to NetBeans (can't open it using "Go To Type" for 
> example). if I change byte[] to any non-primitive type it works. Using 
> primitive types (byte, boolean, int) fails.
> I'm attaching content of log directory from NetBeans, with bug related dump 
> and exception in it.
> Attached example project seem to be working correctly in NetBeans 8.2.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2970) Lombok not working correctly in NetBeans 11.0 and 11.1

2020-03-06 Thread Ivo Limmen (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivo Limmen updated NETBEANS-2970:
-
Affects Version/s: 11.3
   11.2

> Lombok not working correctly in NetBeans 11.0 and 11.1
> --
>
> Key: NETBEANS-2970
> URL: https://issues.apache.org/jira/browse/NETBEANS-2970
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1, 11.2, 11.3
>Reporter: Przemysław Sadowski
>Priority: Major
> Attachments: LombokTest.zip, log.zip, log_20191104.zip, log_v2.zip
>
>
> Many classes using Lombok in project I'm working on at work fail to be 
> correctly processed by NetBeans. I narrowed it down to cases in attached 
> exaple project.
> When  using Lombok 1.6.22, builder methods are not visible in editor making a 
> lot of error notes in editor.
> When using Lombok 1.8.8, builder method works but there are errors with 
> parsing some classes, example:
> {code:java}
> @Builder
> public class SomeValueClass {
> @Singular
> private Map values;
> }{code}
> NetBeans fails with exception when trying to parse this class, and this class 
> is not visible as class to NetBeans (can't open it using "Go To Type" for 
> example). if I change byte[] to any non-primitive type it works. Using 
> primitive types (byte, boolean, int) fails.
> I'm attaching content of log directory from NetBeans, with bug related dump 
> and exception in it.
> Attached example project seem to be working correctly in NetBeans 8.2.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2970) Lombok not working correctly in NetBeans 11.0 and 11.1

2019-11-04 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Przemysław Sadowski updated NETBEANS-2970:
--
Attachment: log_20191104.zip

> Lombok not working correctly in NetBeans 11.0 and 11.1
> --
>
> Key: NETBEANS-2970
> URL: https://issues.apache.org/jira/browse/NETBEANS-2970
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
>Reporter: Przemysław Sadowski
>Priority: Major
> Attachments: LombokTest.zip, log.zip, log_20191104.zip, log_v2.zip
>
>
> Many classes using Lombok in project I'm working on at work fail to be 
> correctly processed by NetBeans. I narrowed it down to cases in attached 
> exaple project.
> When  using Lombok 1.6.22, builder methods are not visible in editor making a 
> lot of error notes in editor.
> When using Lombok 1.8.8, builder method works but there are errors with 
> parsing some classes, example:
> {code:java}
> @Builder
> public class SomeValueClass {
> @Singular
> private Map values;
> }{code}
> NetBeans fails with exception when trying to parse this class, and this class 
> is not visible as class to NetBeans (can't open it using "Go To Type" for 
> example). if I change byte[] to any non-primitive type it works. Using 
> primitive types (byte, boolean, int) fails.
> I'm attaching content of log directory from NetBeans, with bug related dump 
> and exception in it.
> Attached example project seem to be working correctly in NetBeans 8.2.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2970) Lombok not working correctly in NetBeans 11.0 and 11.1

2019-08-13 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Przemysław Sadowski updated NETBEANS-2970:
--
Attachment: log_v2.zip

> Lombok not working correctly in NetBeans 11.0 and 11.1
> --
>
> Key: NETBEANS-2970
> URL: https://issues.apache.org/jira/browse/NETBEANS-2970
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
>Reporter: Przemysław Sadowski
>Priority: Major
> Attachments: LombokTest.zip, log.zip, log_v2.zip
>
>
> Many classes using Lombok in project I'm working on at work fail to be 
> correctly processed by NetBeans. I narrowed it down to cases in attached 
> exaple project.
> When  using Lombok 1.6.22, builder methods are not visible in editor making a 
> lot of error notes in editor.
> When using Lombok 1.8.8, builder method works but there are errors with 
> parsing some classes, example:
> {code:java}
> @Builder
> public class SomeValueClass {
> @Singular
> private Map values;
> }{code}
> NetBeans fails with exception when trying to parse this class, and this class 
> is not visible as class to NetBeans (can't open it using "Go To Type" for 
> example). if I change byte[] to any non-primitive type it works. Using 
> primitive types (byte, boolean, int) fails.
> I'm attaching content of log directory from NetBeans, with bug related dump 
> and exception in it.
> Attached example project seem to be working correctly in NetBeans 8.2.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists