[jbossts-issues] [JBoss JIRA] (JBTM-1610) Typo in method names of SerializableXAResourceDeserializer interface

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Mon Jun 3 06:45:55 EDT 2013


     [ https://issues.jboss.org/browse/JBTM-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson resolved JBTM-1610.
---------------------------------

    Resolution: Deferred

    
> Typo in method names of SerializableXAResourceDeserializer interface
> --------------------------------------------------------------------
>
>                 Key: JBTM-1610
>                 URL: https://issues.jboss.org/browse/JBTM-1610
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Recovery
>    Affects Versions: 4.17.3, 5.0.0.M2
>            Reporter: jaikiran pai
>            Assignee: Tom Jenkinson
>            Priority: Optional
>
> The 2 methods in SerializableXAResourceDeserializer are named these:
> {code}
> ...
> public boolean canDeserialze(String className);
> ...
> public XAResource deserialze(ObjectInputStream ois) throws IOException, ClassNotFoundException;
> {code}
> Notice the typo - a missing "i" in deserialize. 
> I guess it's too late or a bit too much to change those methods now since that interface might already be in use, in different projects. Hence, marking this JIRA as "Optional"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list