When using lombok, version 1.18.4, I get the following error in the Netbeans 10 (and Cool Beans), "reference to <methodname> is ambiguous both method <methodname> in <classname> and method <methodname> in <classname> match".
Both occurrences each of <methodname> and <classname> are identical. This is client code, so I don't have the option of not using lombok. This does not happen in Netbeans 9. ~Rik *Believe in Good*
