Summary: | #ifdef causes the class tree view to show private class | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | rkoch |
Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
rkoch
2002-05-18 14:18:21 UTC
This bug still persists. Anyone want to comment?? This seems more like a bad way of coding more than a class parsing bug. No comments - I personally think this is a bad way of coding and I don't know if anyone would want to extend the class parser to handle something like this. Subject: Re: #ifdef causes the class tree view to show private class The reason for this was that I used the Boehm garbage collector as a leak detector. I wanted to derive classes from class GC only in case of leak tracking. At that time I had no knowledge of another leak detector that did a decent job AND ran on Linux. That issue is now resolved. At any rate, it's conceivable that there are other reasons to derive from a base class only if certain conditions are given without that being bad coding. But you may be right, there are probably always more urgent issues Thanks -Rudiger --- Caleb Tennis <caleb@aei-tech.com> wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=42769 > caleb@aei-tech.com changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|NEW |RESOLVED > Resolution| |WONTFIX > > > > ------- Additional Comments From caleb@aei-tech.com 2003-01-01 04:24 > ------- > No comments - I personally think this is a bad way of coding and I > don't know > if anyone would want to extend the class parser to handle something > like this. |