Re: [numbers-complex] Checkstyle "unknown tag: if"

2017-09-13 Thread Amey Jadiye
It is there https://github.com/apache/commons-numbers/tree/complex-dev Try : git fetch origin git checkout -t origin/complex-dev BTW, I did mvn site:run which runs fine and there is zero error under reports > Checkstyle. Also did `mvn clean verify checkstyle:check` which run clean, "zero errors"

Re: [numbers-complex] Checkstyle "unknown tag: if"

2017-09-13 Thread Gilles
On Wed, 13 Sep 2017 16:35:38 +0200, Eric Barnhill wrote: the branch is called complex-dev "git fetch --all" does not retrieve it. Should I issue another command? Thanks, Gilles On Wed, Sep 13, 2017 at 4:27 PM, Gilles wrote: On Wed, 13 Sep 2017 15:54:59

Re: [numbers-complex] Checkstyle "unknown tag: if"

2017-09-13 Thread Eric Barnhill
the branch is called complex-dev On Wed, Sep 13, 2017 at 4:27 PM, Gilles wrote: > On Wed, 13 Sep 2017 15:54:59 +0200, Eric Barnhill wrote: > >> Running checkstyle on commons-numbers-complex, I get several >> >> unknown tag: if >> >>> >>> >> errors that predate me.

Re: [numbers-complex] Checkstyle "unknown tag: if"

2017-09-13 Thread Gilles
On Wed, 13 Sep 2017 15:54:59 +0200, Eric Barnhill wrote: Running checkstyle on commons-numbers-complex, I get several unknown tag: if errors that predate me. Has there been a change in accepted style, so that these tags don't work anymore, but they once did? In which case I will replace

[numbers-complex] Checkstyle "unknown tag: if"

2017-09-13 Thread Eric Barnhill
Running checkstyle on commons-numbers-complex, I get several unknown tag: if > errors that predate me. Has there been a change in accepted style, so that these tags don't work anymore, but they once did? In which case I will replace them. Eric