ZF-7351: Zend_Reflection_Docblock_Tag has problems with @deprecated without whitespace at the end.
Description
There are several regular expressions like #^@(\w+)\s#. All of them assume that there is a whitespace after the tag, throwing an exception otherwise. It also seems that the abstraction of docblocks is not working properly when meeting unknown tags or when certain tags like @param are missing. I don't know how to handle missing tags if it is not possible to generate them into the "broken" classes and interfaces.
Comments
Posted by RĂ¼diger Krieg (dbc_rkrieg) on 2009-08-20T03:50:40.000+0000
The priority of this issue was changed to "N/A - Not Applicable". I don't understand this priority :) Does this mean the issue will not be solved?
Posted by Ralph Schindler (ralph) on 2009-08-20T07:56:17.000+0000
(That was a bulk update to ensure that I can look at the issues, the change was described on the mailing list)
Changed to "Trivial" fix, "Nice To Have" in the "Next Mini Release"
Posted by Satoru Yoshida (satoruyoshida) on 2009-08-25T07:38:46.000+0000
Maybe I could work on it :)
Posted by Carlton Gibson (carlton) on 2009-09-02T06:11:54.000+0000
I've fixed this as part of ZF-6726. (See the new test case for @emptyTag in _TagTest.php)
Posted by Carlton Gibson (carlton) on 2009-09-11T02:45:04.000+0000
This should be fixed with revision 18072. (Please review.)
Posted by Carlton Gibson (carlton) on 2009-09-17T05:06:42.000+0000
Fixed as part of ZF-6726