After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597015 - Todo items from different inner classes are collapsed together
Todo items from different inner classes are collapsed together
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2009-10-01 16:11 UTC by Luigi Ballabio
Modified: 2009-12-30 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (2.52 KB, application/x-gzip)
2009-10-01 16:12 UTC, Luigi Ballabio
Details

Description Luigi Ballabio 2009-10-01 16:11:37 UTC
In version 1.6.1, if HIDE_SCOPE_NAMES is set to YES, inner class names are
shown without the enclosing class. This causes todo items related to different inner classes with the same name to be grouped together in the todo list.

I'm attaching an example header and a Doxyfile (all defaults except
EXTRACT_ALL=YES, HIDE_SCOPE_NAMES=YES and SORT_BY_SCOPE_NAME=YES.)

In earlier versions (I've tried 1.5.7.1) the resulting todo list was

Class Bar::inner
    todo 2 

Class Foo::inner
    todo 1

In 1.6.1, the list is

Class inner

    todo 2

    todo 1

which incorrectly groups the items.
Comment 1 Luigi Ballabio 2009-10-01 16:12:32 UTC
Created attachment 144517 [details]
Test case
Comment 2 Dimitri van Heesch 2009-10-04 14:21:11 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 3 Dimitri van Heesch 2009-12-30 13:38:58 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.6.2. Please verify if this is indeed the case and reopen the
bug if you think it is not fixed (include any additional information that you
think can be relevant).