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 231578 - FindBugs - missing web link from one refactoring
Summary: FindBugs - missing web link from one refactoring
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 14:55 UTC by unai
Modified: 2013-06-20 17:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Inspector window with the class circularity warning (18.84 KB, image/png)
2013-06-20 16:25 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unai 2013-06-20 14:55:40 UTC
[ JDK VERSION : 1.7.0_21 ]

The "Test for circular dependencies among classes" hint extended description
doesn't have a working web link, unlike other refactorings, which anchor to the
according entry in http://findbugs.sourceforge.net/bugDescriptions.html (where,
among other things, the identifying strings are listed, such as "SE_BAD_FIELD",
"DM_EXIT", etc.).
Comment 1 Jan Lahoda 2013-06-20 15:52:24 UTC
So, if I understand it properly, this bug is about the description for that bug pattern missing on the third-party site, is that right? I have filled this for that:
https://sourceforge.net/p/findbugs/bugs/1190/
Comment 2 unai 2013-06-20 16:14:32 UTC
Hi Jan,
the issue is actually that when you select that bug in the inspector window, you don't get the clickable hyperlink that other bugs have
Comment 3 Jan Lahoda 2013-06-20 16:25:22 UTC
Created attachment 136098 [details]
Inspector window with the class circularity warning
Comment 4 Jan Lahoda 2013-06-20 16:26:20 UTC
Well, the description definitely has the link for me, see the above screenshot. The link leads to:
http://findbugs.sourceforge.net/bugDescriptions.html#CD_CIRCULAR_DEPENDENCY

I the link is not there for you, I need precise steps how to reproduce. Thanks.
Comment 5 unai 2013-06-20 17:29:07 UTC
Oops, that's right, the link is there, I remembered incorrectly (I filled in the bug report hastily from a note I had on my desk...)
So yes, it's just CD_CIRCULAR_DEPENDENCY missing from FindBugs web content.

Thanks and sorry for the false positive