• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wmixvideo / nfe / #6688

09 Aug 2016 11:45AM UTC coverage: 78.549% (-0.6%) from 79.109%
#6688

push

travis-ci

jefperito
Corrigido erro de javadoc

Erro corrigido: Exit code: 1 -
/home/travis/build/wmixvideo/nfe/src/main/java/com/fincatto/nfe310/class
es/NFAutorizador31.java:93: error: bad use of '>'

14 of 14 new or added lines in 1 file covered. (100.0%)

321 existing lines in 19 files now uncovered.

4764 of 6065 relevant lines covered (78.55%)

50.42 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

63.27
/src/main/java/com/fincatto/nfe310/classes/nota/NFNotaInfoItemImpostoICMSPartilhado.java
1
package com.fincatto.nfe310.classes.nota;
2

3
import java.math.BigDecimal;
4

5
import org.simpleframework.xml.Element;
6

7
import com.fincatto.nfe310.classes.NFBase;
8
import com.fincatto.nfe310.classes.NFNotaInfoImpostoTributacaoICMS;
9
import com.fincatto.nfe310.classes.NFNotaInfoItemImpostoICMSModalidadeBaseCalculo;
10
import com.fincatto.nfe310.classes.NFNotaInfoItemModalidadeBCICMS;
11
import com.fincatto.nfe310.classes.NFNotaInfoItemModalidadeBCICMSST;
12
import com.fincatto.nfe310.classes.NFOrigem;
13
import com.fincatto.nfe310.classes.NFUnidadeFederativa;
14
import com.fincatto.nfe310.validadores.BigDecimalParser;
15

16
public class NFNotaInfoItemImpostoICMSPartilhado extends NFBase {
28✔
17
    @Element(name = "orig", required = true)
18
    private NFOrigem origem;
19

20
    @Element(name = "CST", required = true)
21
    private NFNotaInfoImpostoTributacaoICMS situacaoTributaria;
22

23
    @Element(name = "modBC", required = true)
24
    private NFNotaInfoItemModalidadeBCICMS modalidadeBCICMS;
25

26
    @Element(name = "vBC", required = true)
27
    private String valorBCICMS;
28

29
    @Element(name = "pRedBC", required = false)
30
    private String percentualReducaoBC;
31

32
    @Element(name = "pICMS", required = true)
33
    private String percentualAliquotaImposto;
34

35
    @Element(name = "vICMS", required = true)
36
    private String valorICMS;
37

38
    @Element(name = "modBCST", required = true)
39
    private NFNotaInfoItemModalidadeBCICMSST modalidadeBCICMSST;
40

41
    @Element(name = "pMVAST", required = false)
42
    private String percentualMargemValorAdicionadoICMSST;
43

44
    @Element(name = "pRedBCST", required = false)
45
    private String percentualReducaoBCICMSST;
46

47
    @Element(name = "vBCST", required = true)
48
    private String valorBCICMSST;
49

50
    @Element(name = "pICMSST", required = true)
51
    private String percentualAliquotaImpostoICMSST;
52

53
    @Element(name = "vICMSST", required = true)
54
    private String valorICMSST;
55

56
    @Element(name = "pBCOp", required = true)
57
    private String percentualBCOperacaoPropria;
58

59
    @Element(name = "UFST", required = true)
60
    private NFUnidadeFederativa ufICMSST;
61

62
    public void setOrigem(final NFOrigem origem) {
63
        this.origem = origem;
15✔
64
    }
15✔
65

66
    public void setSituacaoTributaria(final NFNotaInfoImpostoTributacaoICMS situacaoTributaria) {
67
        this.situacaoTributaria = situacaoTributaria;
15✔
68
    }
15✔
69

70
    /**
71
     * @deprecated Utilizar setModalidadeBCICMS(...) 
72
     */
73
    @Deprecated
74
    public void setModalidadeDeterminacaoBCICMS(final NFNotaInfoItemImpostoICMSModalidadeBaseCalculo modalidadeDeterminacaoBCICMS) {
UNCOV
75
            this.modalidadeBCICMS = NFNotaInfoItemModalidadeBCICMS.valueOfCodigo(modalidadeDeterminacaoBCICMS.getCodigo());
×
UNCOV
76
    }
×
77

78
    public void setModalidadeBCICMS(final NFNotaInfoItemModalidadeBCICMS modalidadeBCICMS) {
79
        this.modalidadeBCICMS = modalidadeBCICMS;
15✔
80
    }
15✔
81
    
82
    public void setValorBCICMS(final BigDecimal valorBCICMS) {
83
        this.valorBCICMS = BigDecimalParser.tamanho15Com2CasasDecimais(valorBCICMS, "Valor BC ICMS Partilhado");
16✔
84
    }
15✔
85

86
    public void setPercentualReducaoBC(final BigDecimal percentualReducaoBC) {
87
        this.percentualReducaoBC = BigDecimalParser.tamanho5Com2CasasDecimais(percentualReducaoBC, "Percentual Reducao BC ICMS Partilhado");
16✔
88
    }
15✔
89

90
    public void setPercentualAliquotaImposto(final BigDecimal percentualAliquotaImposto) {
91
        this.percentualAliquotaImposto = BigDecimalParser.tamanho5Com2CasasDecimais(percentualAliquotaImposto, "Percentual Aliquota Imposto ICMS Partilhado");
16✔
92
    }
15✔
93

94
    public void setValorICMS(final BigDecimal valorICMS) {
95
        this.valorICMS = BigDecimalParser.tamanho15Com2CasasDecimais(valorICMS, "Valor ICMS Partilhado");
16✔
96
    }
15✔
97

98
    public void setModalidadeBCICMSST(final NFNotaInfoItemModalidadeBCICMSST modalidadeBCICMSST) {
99
        this.modalidadeBCICMSST = modalidadeBCICMSST;
15✔
100
    }
15✔
101

102
    public void setPercentualMargemValorAdicionadoICMSST(final BigDecimal percentualMargemValorAdicionadoICMSST) {
103
        this.percentualMargemValorAdicionadoICMSST = BigDecimalParser.tamanho7ComAte4CasasDecimais(percentualMargemValorAdicionadoICMSST, "Percentual Margem Valor Adicionado ICMS ST Partilhado");
16✔
104
    }
15✔
105

106
    public void setPercentualReducaoBCICMSST(final BigDecimal percentualReducaoBCICMSST) {
107
        this.percentualReducaoBCICMSST = BigDecimalParser.tamanho7ComAte4CasasDecimais(percentualReducaoBCICMSST, "Percentual Reducao BC ICMS ST Partilhado");
16✔
108
    }
15✔
109

110
    public void setValorBCICMSST(final BigDecimal valorBCICMSST) {
111
        this.valorBCICMSST = BigDecimalParser.tamanho15Com2CasasDecimais(valorBCICMSST, "Valor BC ICMS ST Partilhado");
16✔
112
    }
15✔
113

114
    public void setPercentualAliquotaImpostoICMSST(final BigDecimal percentualAliquotaImpostoICMSST) {
115
        this.percentualAliquotaImpostoICMSST = BigDecimalParser.tamanho7ComAte4CasasDecimais(percentualAliquotaImpostoICMSST, "Percentual Aliquota Imposto ICMS ST Partilhado");
16✔
116
    }
15✔
117

118
    public void setValorICMSST(final BigDecimal valorICMSST) {
119
        this.valorICMSST = BigDecimalParser.tamanho15Com2CasasDecimais(valorICMSST, "Valor ICMS ST Partilhado");
16✔
120
    }
15✔
121

122
    public void setPercentualBCOperacaoPropria(final BigDecimal percentual) {
123
        this.percentualBCOperacaoPropria = BigDecimalParser.tamanho7ComAte4CasasDecimais(percentual, "Percentual Partilhado");
16✔
124
    }
15✔
125

126
    public void setUfICMSST(final NFUnidadeFederativa ufICMSST) {
127
        this.ufICMSST = ufICMSST;
15✔
128
    }
15✔
129

130
    public NFOrigem getOrigem() {
UNCOV
131
        return this.origem;
×
132
    }
133

134
    public NFNotaInfoImpostoTributacaoICMS getSituacaoTributaria() {
UNCOV
135
        return this.situacaoTributaria;
×
136
    }
137

138
    /**
139
     * @deprecated Utilizar getModalidadeBCICMS()  
140
     */
141
    @Deprecated
142
    public NFNotaInfoItemImpostoICMSModalidadeBaseCalculo getModalidadeDeterminacaoBCICMS() {
UNCOV
143
            return NFNotaInfoItemImpostoICMSModalidadeBaseCalculo.valueOfCodigo(this.modalidadeBCICMS.getCodigo());
×
144
    }
145
    
146
    public NFNotaInfoItemModalidadeBCICMS getModalidadeBCICMS() {
UNCOV
147
        return this.modalidadeBCICMS;
×
148
    }
149

150
    public String getValorBCICMS() {
UNCOV
151
        return this.valorBCICMS;
×
152
    }
153

154
    public String getPercentualReducaoBC() {
UNCOV
155
        return this.percentualReducaoBC;
×
156
    }
157

158
    public String getPercentualAliquotaImposto() {
UNCOV
159
        return this.percentualAliquotaImposto;
×
160
    }
161

162
    public String getValorICMS() {
UNCOV
163
        return this.valorICMS;
×
164
    }
165

166
    public NFNotaInfoItemModalidadeBCICMSST getModalidadeBCICMSST() {
UNCOV
167
        return this.modalidadeBCICMSST;
×
168
    }
169

170
    public String getPercentualMargemValorAdicionadoICMSST() {
UNCOV
171
        return this.percentualMargemValorAdicionadoICMSST;
×
172
    }
173

174
    public String getPercentualReducaoBCICMSST() {
UNCOV
175
        return this.percentualReducaoBCICMSST;
×
176
    }
177

178
    public String getValorBCICMSST() {
UNCOV
179
        return this.valorBCICMSST;
×
180
    }
181

182
    public String getPercentualAliquotaImpostoICMSST() {
UNCOV
183
        return this.percentualAliquotaImpostoICMSST;
×
184
    }
185

186
    public String getValorICMSST() {
UNCOV
187
        return this.valorICMSST;
×
188
    }
189

190
    public String getPercentualBCOperacaoPropria() {
UNCOV
191
        return this.percentualBCOperacaoPropria;
×
192
    }
193

194
    public NFUnidadeFederativa getUfICMSST() {
UNCOV
195
        return this.ufICMSST;
×
196
    }
197
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc