[ 
https://issues.apache.org/jira/browse/XMLBEANS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540984
 ] 

Jacob Danner commented on XMLBEANS-348:
---------------------------------------

Item #1 looks like a bug easily fixed
item #2 is actually one way they recommend to check a class' assertion status
http://java.sun.com/j2se/1.4.2/docs/guide/lang/assert.html#design-faq-enable-disable
question #7

> 2 Dubious assignments, probably should be equality tests
> --------------------------------------------------------
>
>                 Key: XMLBEANS-348
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-348
>             Project: XMLBeans
>          Issue Type: Bug
>    Affects Versions:  Version 2.3
>         Environment: n/a
>            Reporter: Charles Butterfield
>            Assignee: Jacob Danner
>
> While peeking at the source code to report bug XMLBEANS-347, I (or rather the 
> compiler) ran across two dubious assignments that were probably meant to be 
> equality tests as shown below:
> 1) org.apache.xmlbeans.impl.common.XPath: line 717:
>                        if ((_lastDeepDot = deepDot))
> NOTE: if this really is meant to be an assignment, then the following 
> conditional "_lastDeepDot = true;" is clearly
> redundant, which helped me conclude this is a bug, rather than an evil 
> combined assignment and test.
> 2) org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl: line 756:
>                               assert assertEnabled = true;
> Hope you find this useful,
> Regards
> -- Charlie

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to