Skip to content

Access modifiers for feature extraction methods#204

Merged
jzakirov merged 1 commit intomasterfrom
refactor/issue#193
Jan 14, 2021
Merged

Access modifiers for feature extraction methods#204
jzakirov merged 1 commit intomasterfrom
refactor/issue#193

Conversation

@snk4tr
Copy link
Contributor

@snk4tr snk4tr commented Jan 14, 2021

Feature extraction method for feature-based metrics used protected notation even though it was used publicly. Changed that and corresponding documentation and docstrings.

Closes #193

Proposed Changes

  • Change of access modifiers for feature extraction method in the base feature extractor class
  • Corresponding changes in documentation and docstrings

…ix readme and docstrings

Signed-off-by: Sergey Kastryulin <snk4tr@gmail.com>
@snk4tr snk4tr added the refactoring Change appearance the code without semantic changes label Jan 14, 2021
@snk4tr snk4tr requested a review from jzakirov January 14, 2021 17:31
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Jan 14, 2021

Codecov Report

Merging #204 (364dae9) into master (e03fbc9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   95.32%   95.32%           
=======================================
  Files          26       26           
  Lines        1777     1777           
=======================================
  Hits         1694     1694           
  Misses         83       83           
Flag Coverage Δ
unittests 95.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Collaborator

@jzakirov jzakirov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍
Thanks for also fixing small typos in README

@jzakirov jzakirov merged commit 5ee4839 into master Jan 14, 2021
@jzakirov jzakirov deleted the refactor/issue#193 branch January 14, 2021 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Change appearance the code without semantic changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Access modifiers for feature extraction methods

2 participants