[jboss-jira] [JBoss JIRA] Created: (JBXB-256) make warnOnParserErrors getters JavaBean compliant
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Mon Dec 6 11:52:01 EST 2010
make warnOnParserErrors getters JavaBean compliant
--------------------------------------------------
Key: JBXB-256
URL: https://jira.jboss.org/browse/JBXB-256
Project: JBoss XML Binding (JBossXB)
Issue Type: Task
Affects Versions: JBossXB-2.0.2.Beta8
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: JBossXB-2.0.2.GA
In Unmarshaller and UnmarshallerFactory the boolean getters look like
public boolean getWarnOnParserErrors()
while to be JavaBean compliant they should be
public boolean isWarnOnParserErrors()
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list