httpbuilder icon indicating copy to clipboard operation
httpbuilder copied to clipboard

Inconsistent naming of access methods for RegistryParser in HTTPBuilder

Open vtsukur opened this issue 11 years ago • 0 comments

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.

vtsukur avatar Jan 19 '14 16:01 vtsukur