[ 
https://issues.apache.org/jira/browse/MATH-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209152#comment-13209152
 ] 

Sébastien Brisard edited comment on MATH-746 at 2/16/12 6:53 AM:
-----------------------------------------------------------------

In order to disable the CS scanning of {{BOBYQAOptimizer}}, I had to
* Add the following module to {{checkstyle.xml}}
{code}
  <module name="SuppressionCommentFilter">
    <property name="offCommentFormat" value="CHECKSTYLE\: stop all"/>
    <property name="onCommentFormat" value="CHECKSTYLE\: resume all"/>
  </module>
{code}
* Insert the following first line in {{BOBYQAOptimizer.java}}
{{// CHECKSTYLE: stop all}}
* On second thoughts, I also inserted the last line in {{BOBYQAOptimizer.java}}
{{// CHECKSTYLE: resume all}}
not sure it is necessary, but it should not harm.
                
      was (Author: celestin):
    In order to disable the CS scanning of {{BOBYQAOptimizer}}, I had to
* Add the following module to {{checkstyle.xml}}
{code}
  <module name="SuppressionCommentFilter">
    <property name="offCommentFormat" value="CHECKSTYLE\: stop all"/>
    <property name="onCommentFormat" value="CHECKSTYLE\: resume all"/>
  </module>
{code}
* Insert the following first line in {{BOBYQAOptimizer.java}}
{{// CHECKSTYLE: stop all}}
                  
> Things to do before releasing 3.0
> ---------------------------------
>
>                 Key: MATH-746
>                 URL: https://issues.apache.org/jira/browse/MATH-746
>             Project: Commons Math
>          Issue Type: Task
>            Reporter: Gilles
>            Priority: Blocker
>             Fix For: 3.0
>
>
> This issue is meant to contain a list of tasks to be completed before the 
> release.
> * Remarks to be added to the *release notes*:
> ** Experimental code: {{BOBYQAOptimizer}}
> *** Many code paths untested
> *** Looking for volunteers to improve the code readability, robustness and 
> performance
> *** Looking for volunteers to extend the test suite
> ** {{FastMath}} is not always faster than {{Math}} (issue MATH-740)
> * Create a "release branch"
> * Disable CheckStyle scanning of {{BOBYQAOptimizer}}: {color:green}done in 
> {{r1244855}}{color} (/)
> * Remove unit test class {{BatteryNISTTest}}
> * Remove class {{PivotingQRDecomposition}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to