A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.pmd-code.org/apidocs/pmd-core/latest/net/sourceforge/pmd/cpd/CSVRenderer.html below:

CSVRenderer (PMD Core 7.16.0 API)

Renders a report to CSV. The CSV format renders each match (duplication) as a single line with the following columns:

Trailing each line are pairs (or triples, if lineCountPerFile is enabled) of fields describing each file where the duplication was found in the format (start line, line count (optional), file path). These repeat at least twice.

Examples

Example without lineCountPerFile:


 lines,tokens,occurrences
 10,75,2,48,/var/file1,73,/var/file2
 

This describes one match with the following characteristics:

Example with lineCountPerFile:


 tokens,occurrences
 75,2,48,10,/var/file1,73,12,/var/file2
 

This describes one match with the following characteristics:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4