[
https://issues.apache.org/jira/browse/TRAFODION-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179732#comment-16179732
]
ASF GitHub Bot commented on TRAFODION-2731:
-------------------------------------------
GitHub user anoopsharma00 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1244
TRAFODION-2731 CodeCleanup: Phase 3. Remove LCOV directives
This phase removes LCOV directives that were added a while back
for code coverage.
At that time, it was done to exclude code that should not be counted
as part of codecoverage.
Those directives are now being removed as they are incomplete, or
do not cover all of code, or do not cover newer code, or cover
obsolete/unused code, or are no longer relevant.
Better way to increase code coverage is to increases testing so
more code paths and features are covered.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoopsharma00/incubator-trafodion
ansharma_t23cc_br
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1244.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 #1244
----
commit 7a95e1da4f70eb3e29478e1126b7ebfcfb60b91a
Author: Anoop Sharma <[email protected]>
Date: 2017-09-20T14:41:28Z
lcov: commit #1
commit 4fc2f0f0d880ff64283b612c0a7140bae4cf204a
Author: Anoop Sharma <[email protected]>
Date: 2017-09-25T17:40:12Z
Merge remote branch 'origin/master' into ansharma_t23cc_br
----
> CodeCleanup: Remove obsolete, legacy and unused code
> ----------------------------------------------------
>
> Key: TRAFODION-2731
> URL: https://issues.apache.org/jira/browse/TRAFODION-2731
> Project: Apache Trafodion
> Issue Type: Improvement
> Reporter: Anoop Sharma
> Assignee: Anoop Sharma
> Priority: Minor
>
> There is code in trafodion branch that is leftover from previous product and
> is no longer used.
> It includes legacy features and code fragments, unneeded ifdef defines and
> obsolete files.
> Having all that old code makes it difficult to read, understand or make
> changes.
> This jira is filed to handle removal of obsolete code.
> It will be implemented in multiple phases.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)