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

wmixvideo / nfe / #7325

18 Nov 2025 12:44PM UTC coverage: 52.617% (+0.1%) from 52.488%
#7325

push

web-flow
Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#1114)

Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

14710 of 27957 relevant lines covered (52.62%)

0.53 hits per line

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

0.0
/src/main/java/com/fincatto/documentofiscal/nfe400/classes/evento/epec/NFEventoEpecRetorno.java
1
package com.fincatto.documentofiscal.nfe400.classes.evento.epec;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.nfe400.classes.nota.assinatura.NFSignature;
5
import org.simpleframework.xml.Attribute;
6
import org.simpleframework.xml.Element;
7

8

9
public class NFEventoEpecRetorno extends DFBase {
×
10

11
    @Attribute(name = "versao", required = true)
12
    private String versao;
13

14
    @Element(name = "infEvento", required = true)
15
    private NFInfoEventoEpecRetorno infoEventoRetorno;
16

17
    @Element(name = "Signature", required = false)
18
    private NFSignature assinatura;
19

20
    public NFInfoEventoEpecRetorno getInfoEventoRetorno() {
21
        return this.infoEventoRetorno;
×
22
    }
23

24
    public void setInfoEventoRetorno(final NFInfoEventoEpecRetorno infoEventoRetorno) {
25
        this.infoEventoRetorno = infoEventoRetorno;
×
26
    }
×
27

28
    public String getVersao() {
29
        return this.versao;
×
30
    }
31

32
    public void setVersao(final String versao) {
33
        this.versao = versao;
×
34
    }
×
35

36
    public NFSignature getAssinatura() {
37
        return this.assinatura;
×
38
    }
39

40
    public void setAssinatura(final NFSignature assinatura) {
41
        this.assinatura = assinatura;
×
42
    }
×
43
}
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