You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by sagar15795 <gi...@git.apache.org> on 2016/06/10 06:48:43 UTC

[GitHub] incubator-taverna-mobile pull request #15: Code Analysis tools Implementatio...

GitHub user sagar15795 opened a pull request:

    https://github.com/apache/incubator-taverna-mobile/pull/15

    Code Analysis tools Implementation

    To-do:
    
    - [x] [CheckStyle](http://checkstyle.sourceforge.net/) : It ensures that [Java Language Rules](https://source.android.com/source/code-style.html#dont-ignore-exceptions) 
    - [ ] [PMD](https://pmd.github.io/) : is the source code analyzer. It finds common  programming flaws like unused variables, empty catch blocks, unnecessary objects creation and so forth.
    - [ ]  Future Implementation [FindBugs](http://findbugs.sourceforge.net/) : This tool uses static analysis to find in java code. Unlike PMD, It uses compiled Java bytecode instead of source code.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sagar15795/incubator-taverna-mobile CodeAnalysisTools

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-taverna-mobile/pull/15.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15
    
----
commit 4f1f996251276da883bd2e63f569457f28f0c294
Author: Sagar <ku...@gmail.com>
Date:   2016-06-09T17:21:27Z

    add checkstyle config xml

commit fb652212562261cc8a41d6418ec56f6bcf436a47
Author: Sagar <ku...@gmail.com>
Date:   2016-06-09T17:29:05Z

    add checkstyle gradle file

commit e752e97d5fb285c3c51ddd19952ba5d41587d627
Author: Sagar <ku...@gmail.com>
Date:   2016-06-10T06:42:03Z

    refactor code using CheckStyle

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-taverna-mobile pull request #15: Code Analysis tools Implementatio...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-taverna-mobile/pull/15


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---