This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271020 - Conflict between SuppressWarnings annotation and processor generated field
Summary: Conflict between SuppressWarnings annotation and processor generated field
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: Dev
Hardware: PC Other
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-02 10:34 UTC by Maksim Khramov
Modified: 2017-07-02 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2017-07-02 10:34:01 UTC
Product Version: NetBeans IDE Dev (Build 201706280001)
Java: 1.8.0_131; Java HotSpot(TM) 64-Bit Server VM 25.131-b11

Steps to reproduce:

I have project using lombok processor libarary to generate some boilerplate code
From this project I use @Log annotation at class level to produce logger field inside class.

once I marked some method with @SuppressWarnings("ResultOfObjectAllocationIgnored") annotation I see waring badge over @Log annotation with field xxx already exist