You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ja...@ws.apache.org on 2004/09/15 20:23:40 UTC

[jira] Closed: (JAXME-8) odd double assignment

Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-8

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-8
    Summary: odd double assignment
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: JaxMe
 Components: 
             JaxMeXS
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Henrik Vendelbo

    Created: Sat, 1 Nov 2003 1:21 AM
    Updated: Wed, 15 Sep 2004 11:23 AM
Environment: Operating System: Other
Platform: Other

Description:
I take it the _1 = _1 = ... is a bug.


public void addAttribute(String pURI, String pLocalName, String pValue) throws 
SAXException {
    if (pURI == null) {
      pURI = "";
    }
    DeployedAccountType _1 = _1 = (DeployedAccountType) getResult();
    if ("".equals(pURI)) {
      if ("db-key".equals(pLocalName)) {
        _1.setDbKey(pValue);
        return;
      }
    }
    super.addAttribute(pURI, pLocalName, pValue);
  }


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org