
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 54 (100.0%) | 2486 (100.0%) | 46.0 |
convert filename case
0 lines of code changed in 15 files:
Added implementation of getRawEventString (untested)
1 lines of code changed in 1 file:
Removed duplicated code.
4 lines of code changed in 1 file:
Added type hinting to Sax API interfaces.
40 lines of code changed in 10 files:
Changed WactExpatSaxReader to explicitly implement interfaces.
6 lines of code changed in 3 files:
Changed WactHtmlSaxReader to implement interfaces directly.
7 lines of code changed in 2 files:
Split out an XmlSaxReader from HtmlSaxReader. These classes should be allowed
to diverge based on differing parsing goals as explained in the doc comments
for each class.
The test suites for each class need to be refactored based on these goals.
In the future, these two classes may share a common base class. (or not.)
1216 lines of code changed in 4 files:
Renamed WactLiberalHtmlSaxReader to WactHtmlSaxReader.
1180 lines of code changed in 2 files:
removed TestPrerequisiteRegistry singleton
0 lines of code changed in 1 file:
Documentation updates. Removed outdated WACT_ style @package declarations.
Removed @access declarations. They are not helpful for determining proper
php visibility specifications and largely disagree with the actual current
visibility declaration (public in most cases).
Removed @static declarations in favor of using the static keyword.
Removed @abastract declarations that did not match abstract keyword
declarations.
0 lines of code changed in 2 files:
Removed calls to SimpleTestOptions::ignore in favor of declaring class abstract.
0 lines of code changed in 2 files:
Changed from PHP 4 style constructor to PHP 5 style constructor
2 lines of code changed in 4 files:
Changed from using PHP 4 references style of OO to PHP 5 style without
references.
1 lines of code changed in 1 file:
Improved documentation & misc refactoring.
1 lines of code changed in 1 file:
Changed .ted.php extension to .test.pre.php
25 lines of code changed in 1 file:
Renamed TestEnvironmentDependency to TestPrerequisite
3 lines of code changed in 4 files: