httpbuilder
httpbuilder copied to clipboard
Inconsistent naming of access methods for RegistryParser in HTTPBuilder
HTTPBuilder#setRegistryParser() method is used to update the parsers property in HTTPBuilder while HTTPBuilder#getParser() method is used to get a current value of the same property.
Such naming of accessor methods is confusing and non-standard. Suggestion is to change it and make it uniform so that it follows setX / getX convention.