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...
{code}
if (!cr) {
cleanedBuffer.append(ch);
} else {
cleanedBuffer.append(ch);
}
{code}
Probably typo ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)