erlang-oauth

Code pulled with git from git://github.com/tim/erlang-oauth.git with the last commit being 06f0cbb

These are Intersection warnings for erlang-oauth.

(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 ebin
oauth.erl:233: The pattern {Scheme, UserInfo, Host, Port, Path, _Query} can never match the type {'error','no_scheme' | {'malformed_url',maybe_improper_list()} | {'not_supported_scheme',atom()}}
oauth_uri.erl:10: The pattern {Scheme, UserInfo, Host, Port, Path, _Query} can never match the type {'error','no_scheme' | {'malformed_url',maybe_improper_list()} | {'not_supported_scheme',atom()}} | {'ok',{'http',_,_,_,_,_} | {'https',_,_,_,_,_}}