Skip to content

correct javadoc problem

3702bb5
Select commit
Loading
Failed to load commit list.
Open

Add excel provider and improve csv #432

correct javadoc problem
3702bb5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 30, 2025 in 4s

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 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
.

Check notice on line 36 in src/main/java/io/jenkins/plugins/reporter/util/TabularData.java

See this annotation in the file changed.

Code scanning / CodeQL

Exposing internal representation Note

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