[jira] [Updated] (IGNITE-14591) Add Javadoc rules to maven checkstyle plugin.

2021-07-19 Thread Andrey Mashenkov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-14591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Mashenkov updated IGNITE-14591:
--
Fix Version/s: 3.0.0-alpha3

> Add Javadoc rules to maven checkstyle plugin.
> -
>
> Key: IGNITE-14591
> URL: https://issues.apache.org/jira/browse/IGNITE-14591
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Andrey Mashenkov
>Assignee: Andrey Mashenkov
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-alpha3
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> h3. Motivation.
> For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
> done for releases for javadoc generation purposes.
> Using this tool helps us to detect a markup error in the resulting HTML code 
> at the early stage.
> However, it treats style violations as just a WARNING which never make the TC 
> task failed.
> We tried to use an additional check (actually a log parsing) to fail the TC 
> task, but now it is disabled because we can't perform the same checks on the 
> user side.
> Also, style checks are not configurable, so using the {{javadoc}} tool for 
> that purpose looks useless.
> h3. Descrition.
> Checkstyle plugin has a module that performs style checks for javadocs and 
> its configuration looks flexible enough.
> In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in 
> case of style violation as on TC as on user side.
> Let's
> * leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
> styles warnings.
> * add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-14591) Add Javadoc rules to maven checkstyle plugin.

2021-07-02 Thread Yury Gerzhedovich (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-14591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yury Gerzhedovich updated IGNITE-14591:
---
Reviewer: Andrey N. Gura

> Add Javadoc rules to maven checkstyle plugin.
> -
>
> Key: IGNITE-14591
> URL: https://issues.apache.org/jira/browse/IGNITE-14591
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Andrey Mashenkov
>Assignee: Andrey Mashenkov
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> h3. Motivation.
> For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
> done for releases for javadoc generation purposes.
> Using this tool helps us to detect a markup error in the resulting HTML code 
> at the early stage.
> However, it treats style violations as just a WARNING which never make the TC 
> task failed.
> We tried to use an additional check (actually a log parsing) to fail the TC 
> task, but now it is disabled because we can't perform the same checks on the 
> user side.
> Also, style checks are not configurable, so using the {{javadoc}} tool for 
> that purpose looks useless.
> h3. Descrition.
> Checkstyle plugin has a module that performs style checks for javadocs and 
> its configuration looks flexible enough.
> In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in 
> case of style violation as on TC as on user side.
> Let's
> * leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
> styles warnings.
> * add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-14591) Add Javadoc rules to maven checkstyle plugin.

2021-06-16 Thread Andrey Mashenkov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-14591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Mashenkov updated IGNITE-14591:
--
Description: 
h3. Motivation.
For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
done for releases for javadoc generation purposes.
Using this tool helps us to detect a markup error in the resulting HTML code at 
the early stage.
However, it treats style violations as just a WARNING which never make the TC 
task failed.

We tried to use an additional check (actually a log parsing) to fail the TC 
task, but now it is disabled because we can't perform the same checks on the 
user side.
Also, style checks are not configurable, so using the {{javadoc}} tool for that 
purpose looks useless.

h3. Descrition.
Checkstyle plugin has a module that performs style checks for javadocs and its 
configuration looks flexible enough.
In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in case 
of style violation as on TC as on user side.

Let's
* leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
styles warnings.
* add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.



  was:
h3. Motivation.
For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
done for releases for javadoc generation purposes.
Using this tool helps us to detect a markup error in the resulting HTML code at 
the early stage.
However, it treats style violations as just a WARNING which never make the TC 
task failed.

We tried to use an additional check (actually a log parsing) to fail the TC 
task, but now it is disabled because we can't perform the same checks on the 
user side.
Also, style checks are not configurable, so using the {{javadoc}} tool for that 
purpose looks useless.

h3. Descrition.
Checkstyle plugin has a module that performs style checks for javadocs and its 
configuration looks flexible enough.
In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in case 
of style violation as on TC as on user side.

Let's
* leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
styles warnings.
* add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.

Dev-list thread on the topic.
http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSSION-Javadoc-style-requirements-and-checks-in-Ignite-3-td52400.html


> Add Javadoc rules to maven checkstyle plugin.
> -
>
> Key: IGNITE-14591
> URL: https://issues.apache.org/jira/browse/IGNITE-14591
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Andrey Mashenkov
>Assignee: Andrey Mashenkov
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> h3. Motivation.
> For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
> done for releases for javadoc generation purposes.
> Using this tool helps us to detect a markup error in the resulting HTML code 
> at the early stage.
> However, it treats style violations as just a WARNING which never make the TC 
> task failed.
> We tried to use an additional check (actually a log parsing) to fail the TC 
> task, but now it is disabled because we can't perform the same checks on the 
> user side.
> Also, style checks are not configurable, so using the {{javadoc}} tool for 
> that purpose looks useless.
> h3. Descrition.
> Checkstyle plugin has a module that performs style checks for javadocs and 
> its configuration looks flexible enough.
> In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in 
> case of style violation as on TC as on user side.
> Let's
> * leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
> styles warnings.
> * add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-14591) Add Javadoc rules to maven checkstyle plugin.

2021-06-16 Thread Andrey Mashenkov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-14591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Mashenkov updated IGNITE-14591:
--
Description: 
h3. Motivation.
For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
done for releases for javadoc generation purposes.
Using this tool helps us to detect a markup error in the resulting HTML code at 
the early stage.
However, it treats style violations as just a WARNING which never make the TC 
task failed.

We tried to use an additional check (actually a log parsing) to fail the TC 
task, but now it is disabled because we can't perform the same checks on the 
user side.
Also, style checks are not configurable, so using the {{javadoc}} tool for that 
purpose looks useless.

h3. Descrition.
Checkstyle plugin has a module that performs style checks for javadocs and its 
configuration looks flexible enough.
In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in case 
of style violation as on TC as on user side.

Let's
* leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
styles warnings.
* add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.

Dev-list thread on the topic.
http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSSION-Javadoc-style-requirements-and-checks-in-Ignite-3-td52400.html

  was:
h3. Motivation.
For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
done for releases for javadoc generation purposes.
Using this tool helps us to detect a markup error in the resulting HTML code at 
the early stage.
However, it treats style violations as just a WARNING which never make the TC 
task failed.

We tried to use an additional check (actually a log parsing) to fail the TC 
task, but now it is disabled because we can't perform the same checks on the 
user side.
Also, style checks are not configurable, so using the {{javadoc}} tool for that 
purpose looks useless.

h3. Descrition.
Checkstyle plugin has a module that performs style checks for javadocs and its 
configuration looks flexible enough.
In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in case 
of style violation as on TC as on user side.

Let's
* leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
styles warnings.
* add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.



> Add Javadoc rules to maven checkstyle plugin.
> -
>
> Key: IGNITE-14591
> URL: https://issues.apache.org/jira/browse/IGNITE-14591
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Andrey Mashenkov
>Assignee: Andrey Mashenkov
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> h3. Motivation.
> For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
> done for releases for javadoc generation purposes.
> Using this tool helps us to detect a markup error in the resulting HTML code 
> at the early stage.
> However, it treats style violations as just a WARNING which never make the TC 
> task failed.
> We tried to use an additional check (actually a log parsing) to fail the TC 
> task, but now it is disabled because we can't perform the same checks on the 
> user side.
> Also, style checks are not configurable, so using the {{javadoc}} tool for 
> that purpose looks useless.
> h3. Descrition.
> Checkstyle plugin has a module that performs style checks for javadocs and 
> its configuration looks flexible enough.
> In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in 
> case of style violation as on TC as on user side.
> Let's
> * leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
> styles warnings.
> * add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.
> Dev-list thread on the topic.
> http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSSION-Javadoc-style-requirements-and-checks-in-Ignite-3-td52400.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-14591) Add Javadoc rules to maven checkstyle plugin.

2021-06-16 Thread Andrey Mashenkov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-14591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Mashenkov updated IGNITE-14591:
--
Description: 
h3. Motivation.
For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
done for releases for javadoc generation purposes.
Using this tool helps us to detect a markup error in the resulting HTML code at 
the early stage.
However, it treats style violations as just a WARNING which never make the TC 
task failed.

We tried to use an additional check (actually a log parsing) to fail the TC 
task, but now it is disabled because we can't perform the same checks on the 
user side.
Also, style checks are not configurable, so using the {{javadoc}} tool for that 
purpose looks useless.

h3. Descrition.
Checkstyle plugin has a module that performs style checks for javadocs and its 
configuration looks flexible enough.
In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in case 
of style violation as on TC as on user side.

Let's
* leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
styles warnings.
* add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.


  was:Let's add javadoc rules to maven-checkstyle-plugin and update the 
Codestyle guide.


> Add Javadoc rules to maven checkstyle plugin.
> -
>
> Key: IGNITE-14591
> URL: https://issues.apache.org/jira/browse/IGNITE-14591
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Andrey Mashenkov
>Assignee: Andrey Mashenkov
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> h3. Motivation.
> For now, we have a Javadoc suite on TC which runs {{javadoc}} tool as it is 
> done for releases for javadoc generation purposes.
> Using this tool helps us to detect a markup error in the resulting HTML code 
> at the early stage.
> However, it treats style violations as just a WARNING which never make the TC 
> task failed.
> We tried to use an additional check (actually a log parsing) to fail the TC 
> task, but now it is disabled because we can't perform the same checks on the 
> user side.
> Also, style checks are not configurable, so using the {{javadoc}} tool for 
> that purpose looks useless.
> h3. Descrition.
> Checkstyle plugin has a module that performs style checks for javadocs and 
> its configuration looks flexible enough.
> In opposite to {{javadoc}} tool, checkstyle plugin fails the maven task in 
> case of style violation as on TC as on user side.
> Let's
> * leave current Javadoc TC suite ({{javadoc}} tool) as is with suppressing 
> styles warnings.
> * add javadoc rules to maven-checkstyle-plugin and update the Codestyle guide.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-14591) Add Javadoc rules to maven checkstyle plugin.

2021-04-19 Thread Andrey Mashenkov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-14591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Mashenkov updated IGNITE-14591:
--
Description: Let's add javadoc rules to maven-checkstyle-plugin and update 
the Codestyle guide.  (was: Let's add javadoc rules to maven-checkstyle-plugin 
and fix the Codestyle guide.)

> Add Javadoc rules to maven checkstyle plugin.
> -
>
> Key: IGNITE-14591
> URL: https://issues.apache.org/jira/browse/IGNITE-14591
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Andrey Mashenkov
>Assignee: Andrey Mashenkov
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Let's add javadoc rules to maven-checkstyle-plugin and update the Codestyle 
> guide.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)