Markers (TODO / FIXME)

classes/phing/tasks/ext/coverage/CoverageMerger.php1

Type Line Description
fixme 95 retrieve ignored lines for PHPUnit Version < 3.5.0

classes/phing/tasks/ext/PhpLintTask.php1

Type Line Description
todo 60 Do some sort of checking if the path is correct but would require traversing the systems executeable path too

classes/phing/tasks/ext/FtpDeployTask.php1

Type Line Description
todo 179 change to a loop through all files and directories within current directory

classes/phing/tasks/ext/ReplaceRegexpTask.php2

Type Line Description
todo 100 ... $this->_regexp->setFlags( $flags );
todo 110 ... $this->_regexp->

classes/phing/tasks/ext/ManifestTask.php1

Type Line Description
todo 246 implement

classes/phing/tasks/ext/svn/SvnSwitchTask.php1

Type Line Description
todo 35 check if version_control_svn supports constants

classes/phing/tasks/ext/svn/SvnCheckoutTask.php1

Type Line Description
todo 35 check if version_control_svn supports constants

classes/phing/tasks/ext/svn/SvnExportTask.php1

Type Line Description
todo 37 check if version_control_svn supports constants

classes/phing/tasks/ext/svn/SvnUpdateTask.php1

Type Line Description
todo 35 check if version_control_svn supports constants

classes/phing/tasks/system/PhpEvalTask.php2

Type Line Description
todo Add support for evaluating expressions
todo 24 Add support for evaluating expressions

classes/phing/parser/DataTypeHandler.php1

Type Line Description
fixme 53 b2 typehinting

classes/phing/parser/TaskHandler.php1

Type Line Description
fixme 159 if we do like Ant 1.6 and create an implicitTarget in the projectconfigurator object

classes/phing/filters/StripWhitespace.php1

Type Line Description
todo 26 -c use new PHP functions to perform this instead of regex.

classes/phing/types/RegularExpression.php1

Type Line Description
todo 42 Probably both $ignoreCase and $multiline should be removed from attribute list of RegularExpression class: actual values are preserved on regexp *engine* level, not expression object itself.

classes/phing/types/AbstractFileSet.php1

Type Line Description
fixme 302 - pass dir directly wehn dirscanner supports File

classes/phing/mappers/RegexpMapper.php1

Type Line Description
fixme 84

classes/phing/system/io/FileSystem.php1

Type Line Description
fixme 214

classes/phing/system/io/Win32FileSystem.php2

Type Line Description
fixme 389
fixme 420

classes/phing/system/io/PhingFile.php2

Type Line Description
todo 346 Not implemented yet
todo 369 Not implemented yet

classes/phing/system/io/ConsoleReader.php1

Type Line Description
fixme 53