Conversation
Codecov Report
@@ Coverage Diff @@
## develop #29 +/- ##
=============================================
+ Coverage 94.78% 95.73% +0.95%
- Complexity 138 202 +64
=============================================
Files 26 41 +15
Lines 307 446 +139
Branches 50 59 +9
=============================================
+ Hits 291 427 +136
- Misses 5 7 +2
- Partials 11 12 +1
Continue to review full report at Codecov.
|
| /** | ||
| * method fill number digite. | ||
| */ | ||
| public void fillNumber() { |
There was a problem hiding this comment.
@AT-03/at-03
what is wrong here?
| /** | ||
| * Created by reinaldo on 11/03/2017. | ||
| */ | ||
| public class HistoryOneBankOcr extends FileNumberBankOcr { |
There was a problem hiding this comment.
we don't need inheritance here.
| * @return int. | ||
| */ | ||
| public int checkSumAcount(final String accountNumber) { | ||
| List<String> listaCadena = Arrays.asList(accountNumber.split("")); |
There was a problem hiding this comment.
why are you using Spanish?
| public class Children extends Movie { | ||
| private static final int LIMIT_NEW_CHILD = 3; | ||
| private static final double PRICE = 1.5; | ||
| private static final int NAMBER_RENTAL_DAYS = 1; |
| * {@inherentDoc} | ||
| * | ||
| * @param daysRented Int with daysRented for Children movie. | ||
| */ |
There was a problem hiding this comment.
This should be
/**
* {@inherentDoc}
*/| */ | ||
| String generateDetail() { | ||
| StringBuilder result = new StringBuilder(); | ||
| result.append("Rental Record for " + getName() + "\n"); |
There was a problem hiding this comment.
@AT-03/at-03
what is wrong here?
| ); | ||
|
|
||
| // when: | ||
| HistoryOneBankOcr bankOcr = new HistoryOneBankOcr(); |
|
|
||
| // when: | ||
| HistoryOneBankOcr bankOcr = new HistoryOneBankOcr(); | ||
| String actualResult = bankOcr.verificationLineNumber(insertLineFour); |
| /** | ||
| * method fill number digite. | ||
| */ | ||
| private void fillNumber() { |
There was a problem hiding this comment.
instead of doing this
please convert a constant the Map
static final
| */ | ||
| final class MultiplesOf3And5 { | ||
| private static final int NUMBERDIVISOR = 3; | ||
| private static final int NUMBERDIVISORCINCO = 5; |
There was a problem hiding this comment.
NUMBERDIVISOR ?
NUMBERDIVISORCINCO ?
|
@carledriss thanks for your observation. |
No description provided.