erlyvideo

Code pulled with git from git://github.com/erlyvideo/erlyvideo.git with the last commit being 3bbde92

These are Intersection warnings for erlyvideo.

(Only new warnings by Intersection-enabled analysis are listed. Warnings by current public version of Dialyzer are listed here.)

dialyzer -n -q -Wno_improper_lists -r apps/erlyvideo
referer_check.erl:31: The pattern {'http', _, Hostname, _Port, _Path, _QueryString} can never match the type {'error','no_scheme' | {'malformed_url',maybe_improper_list()} | {'not_supported_scheme',atom()}} | {'ok',{'http',_,_,_,_,_} | {'https',_,_,_,_,_}}
ems_license_client.erl:462: The call erlang:'not'('ok' | {'error','empty_storage'}) will never return since it differs in the 1st argument from the success typing arguments: (boolean())
http_media.erl:34: The pattern {_, _, Host, Port, Path, Query} can never match the type {'error','no_scheme' | {'malformed_url',maybe_improper_list()} | {'not_supported_scheme',atom()}} | {'ok',{'http',_,_,_,_,_} | {'https',_,_,_,_,_}}
reverse_mpegts.erl:61: The pattern {_, _, Host, Port, Path, Query} can never match the type {'error','no_scheme' | {'malformed_url',maybe_improper_list()} | {'not_supported_scheme',atom()}} | {'ok',{'http',_,_,_,_,_} | {'https',_,_,_,_,_}}
reverse_mpegts.erl:118: The pattern {_, _, Host, Port, Path, Query} can never match the type {'error','no_scheme' | {'malformed_url',maybe_improper_list()} | {'not_supported_scheme',atom()}} | {'ok',{'http',_,_,_,_,_} | {'https',_,_,_,_,_}}