jQAssistant / jqassistant

Your Software. Your Structures. Your Rules.
https://jqassistant.org/
GNU General Public License v3.0
197 stars 35 forks source link

Reported column values from analyze must not include line number information #588

Closed DirkMahler closed 2 months ago

DirkMahler commented 2 months ago

If Java READS/WRITES/INVOKES/THROWS are reported then their column values contain the current line number. This is a problem as these column values are used to calculate unique keys to identify rows between different executions. Therefore line number information must still be reported be kept completely separated from the values.