Zend Framework

"Specialized" misspellings in RecurrenceException

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.6.2
  • Component/s: Zend_Gdata
  • Labels:
    None
  • Fix Version Priority:
    Should Have

Description

In Zend_Gdata_Extension_RecurrenceException

RecurrenceException.php Line 140:
    public function getSpecialzied()
    {
        return $this->_specizlied;
    }

Here the function name is misspelled, and it returns a further misspelled protected var. The actual protected var is $_specialized (spelled correctly), so this function will always fail.

further down...

RecurrenceException.php Line 151:

public function setSpecizlied($value)
    {
        $this->_specialized = $value;
        return $this;
    }

This function name is spelled incorrectly (but returns the correct protected variable). This function works, but correcting this error may break existing clients that are using the incorrect spelling.

Activity

Hide
Satoru Yoshida added a comment -

Corrected misspells in SVN r11655

Show
Satoru Yoshida added a comment - Corrected misspells in SVN r11655
Hide
Alexander Veremyev added a comment -

Not merged into release-1.6 branch. So it should be marked as "fixed for 1.7 Preview release" or to be merged into release-1.6

Show
Alexander Veremyev added a comment - Not merged into release-1.6 branch. So it should be marked as "fixed for 1.7 Preview release" or to be merged into release-1.6
Hide
Alexander Veremyev added a comment -

Is actually already merged into release-1.6 branch

Show
Alexander Veremyev added a comment - Is actually already merged into release-1.6 branch

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
15m
Original Estimate - 15 minutes
Remaining:
15m
Remaining Estimate - 15 minutes
Logged:
Not Specified
Time Spent - Not Specified