KuiLIU created XERCESJ-1692:
-------------------------------
Summary: Inconsistent method name
Key: XERCESJ-1692
URL: https://issues.apache.org/jira/browse/XERCESJ-1692
Project: Xerces2-J
Issue Type: Improvement
Reporter: KuiLIU
The following method is named as "getIndenting", but the method checks whether
the indentation is specified or not.
So renaming the method as "isIndenting" should be more clear than
"getIndenting".
{code:java}
/**
* Returns true if indentation was specified.
*/
public boolean getIndenting()
{
return ( _indent > 0 );
}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]