Community
Participate
Working Groups
Created attachment 174596 [details] To illustrate the bug Hello, During the discovery of java project, it seems that some comments have not been well managed: - header comment: it have been linked to the "Package" element that contains current class, so it becomes a common comment for each class in the "Package" element. - comments of methods: if we have several comments in a method, some of them have been linked to the return type instead of the method. Regards, Gabriel
A correction is available in SVN. A first step of comments management uses the jdt resolution, and to manage specific cases, a second step for unlocated comments, comments linked to the compilation unit and comments inside types, will be performed using an alternate algorithm.
Bug fixed.