[jbossws-issues] [JBoss JIRA] (JBWS-3951) jbossws-common-tools - BuildFileTest - same branches in if-then-else

Rostislav Svoboda (JIRA) issues at jboss.org
Mon Oct 5 10:23:00 EDT 2015


Rostislav Svoboda created JBWS-3951:
---------------------------------------

             Summary: jbossws-common-tools - BuildFileTest - same branches in if-then-else
                 Key: JBWS-3951
                 URL: https://issues.jboss.org/browse/JBWS-3951
             Project: JBoss Web Services
          Issue Type: Bug
            Reporter: Rostislav Svoboda
            Priority: Minor


https://github.com/jbossws/jbossws-common-tools/blob/master/src/test/java/org/jboss/test/ws/tools/BuildFileTest.java#L237

{code}
         if (!cr) {
            cleanedBuffer.append(ch);
         } else {
            cleanedBuffer.append(ch);
         }
{code}

Probably typo ?



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossws-issues mailing list