Skip to content

Add excel provider and improve csv#432

Open
totocaca123 wants to merge 8 commits into
masterfrom
addEcelPoiProvider
Open

Add excel provider and improve csv#432
totocaca123 wants to merge 8 commits into
masterfrom
addEcelPoiProvider

correct test

448ba7e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 26, 2025 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 108 in src/main/java/io/jenkins/plugins/reporter/model/Item.java

See this annotation in the file changed.

Code scanning / CodeQL

Exposing internal representation Note

getItems exposes the internal representation stored in field items. The value may be modified
after this call to getItems
.

Check notice on line 30 in src/main/java/io/jenkins/plugins/reporter/model/ReportDto.java

See this annotation in the file changed.

Code scanning / CodeQL

Exposing internal representation Note

getItems exposes the internal representation stored in field items. The value may be modified
after this call to getItems
.