Plugins/AmfphpMonitor/AmfphpMonitorService.php 1

Type Line Description
TODO 65 calculate averages per service instead of just returning the data raw.

Core/Amf/Handler.php 4

Type Line Description
TODO 19 determine if indirection for serializer/deserializer necessary. Makes gateway code lighter, but is cumbersome
TODO 29 consider an interface for $handler. Maybe overkill here
TODO 38 consider an interface for $handler. Maybe overkill here
TODO 46 consider an interface for $handler. Maybe overkill here

Plugins/AmfphpMonitor/AmfphpMonitor.php 1

Type Line Description
TODO 34 maybe change storage mechanism to sqlite. This means checking that it is indeed available, checking if performance is ok etc., so it might be a bit heavy handed.

Core/Amf/Serializer.php 2

Type Line Description
TODO 485 no type markers ("\6', for example) in this method!
TODO 621 it would seem that to create only one traits entry for an anonymous object would be the way to go. this however messes things up in both Flash and Charles Proxy. For testing call discovery service using AMF. investigate.

Plugins/AmfphpErrorHandler/AmfphpErrorHandler.php 1

Type Line Description
TODO 20 this could be enhanced to use filters so that at the end of the gateway execution the error handling is set back to normal. This could be useful especially for integration with frameworks.

Core/Gateway.php 1

Type Line Description
TODO 38 this filter only allows manipulation of raw post data, and is as such a bit misleading. Maybe rename and do filters for GET and POST