Details
-
Type:
Coding Standards Violation
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.7.0
-
Component/s: Zend_Search_Lucene
-
Labels:None
-
Fix Version Priority:Should Have
Description
I´ve found some misnamed functions which violates our coding standards.
Zend_Search_Lucene_Field:
- Binary()
- Keyword()
- Text()
- UnIndexed()
- UnStored()
Functions and Methods
[...]
Function names must always start with a lowercase letter. When a function name consists of more than one word, the first letter of each new word must be capitalized. This is commonly called the "camelCaps" method.
[...]
Unsetting 'fix version' and 'fix version priority' until this issue is reviewed.