Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0a1

Bug #6389 Private classes are not used during grouping for class trees
Submitted: 2006-01-02 10:44 UTC
From: derick Assigned: cellog
Status: Closed Package: PhpDocumentor
PHP Version: 5.1.1 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 17 + 36 = ?

 
 [2006-01-02 10:44 UTC] derick
Description: ------------ Classes decending from a private class, or a non existing class, are not grouped correctly. Test script: --------------- http://svn.ez.no/svn/ezcomponents/packages/Mail/releases/1.0beta2/src/ and http://svn.ez.no/svn/ezcomponents/packages/Database/releases/1.0beta2/src/ Actual result: -------------- See: http://ez.no/doc/components/view/(file)/1.0beta2/classtrees_Mail.html There are multiple "Root classes" which actually inherit from "Exception" (as a side note, the tool also gives warnings about not knowing the "Exception" class during parsing). http://ez.no/doc/components/view/(file)/1.0beta2/classtrees_Database.html There are multiple classes which inherit from the private class (ezcDbUtilities). As you can see this is not grouped. (The display of private classes is not enabled as we don't use -pp on for the documentation)

Comments

 [2006-04-28 22:12 UTC] cellog (Greg Beaver)
this requires extensive modification to converters, I'll make it happen though
 [2006-04-28 22:53 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.