User tests: Successful: Unsuccessful:
Internal to the class, the getTable
method is not used in a static context. In an effort to improve code structure, this method should no longer be declared static. Since it is possible the method could be called by an external source statically, we can't make the change now as doing so would throw a warning about calling a non-static method in a static manner. Therefore, for awareness purposes, I've added a note which indicates this change should occur in 4.0.
Note there isn't anything testable about this PR but it does serve as a documentation reference.
Labels |
Added:
?
|
Milestone |
Added: |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-16 13:54:08 |