Subject: | Only some minor bugs here. |
Summary: | Package rating comment |
Messages: | 2 |
Author: | Artur Graniszewski |
Date: | 2010-08-19 10:59:27 |
Update: | 2010-08-27 13:04:16 |
|
|
|
Artur Graniszewski rated this package as follows:
Utility: | Good |
Consistency: | Good |
Examples: | Good |
Unit tests: | Sufficient |
|
 Artur Graniszewski - 2010-08-19 10:59:27
Only some minor bugs here. For example OString::$s is declared as private, but you try to use it from outside of the object (see Compare method), so this should raise an access error.
 jarosek - 2010-08-27 13:04:16 - In reply to message 1 from Artur Graniszewski
It's not used anywhere outside the class.
All methods are inner methods of OString, operating on Ostring objects so why should it raise any errors?
|