On 3/21/18 10:26 AM, David Lloyd wrote:
I see it with IntelliJ IDEA when I pop up "quick JavaDoc" on, say, defineClass and then click on "binary name"; it's actually using the sources, rather than generated JavaDoc.
I don't object to do this renaming as I favor this more explicit id. However you will hit the same issue if another class names an anchor conflicts with its private member. Can you configure IntelliJ to generate public/protected elements to avoid this issue?
Mandy