Теперь я получаю сообщение об ошибке «невозможно найти символ» среди переименованных переменных/методов. Ниже приведена отредактированная часть сообщения об ошибке.
Код: Выделить всё
194.5 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project redacted-api: Compilation failure: Compilation failure:
194.5 [ERROR] /app/src/main/java/redacted/redacted/redacted/report/service/factory/ReportQueries.java:[258,31] cannot find symbol
194.5 [ERROR] symbol: method setTableredactedRemarks(java.util.List,redacted.redacted.redacted.report.service.factory.attributes.ReportTable)
194.5 [ERROR] location: variable reportTableService of type redacted.redacted.redacted.report.service.ReportTableService
194.5 [ERROR] /app/src/main/java/redacted/redacted/redacted/report/service/factory/ReportQueries.java:[288,31] cannot find symbol
194.5 [ERROR] symbol: method setTableredactedRemarks(java.util.List,redacted.redacted.redacted.report.service.factory.attributes.ReportTable)
194.5 [ERROR] location: variable reportTableService of type redacted.redacted.redacted.report.service.ReportTableService
194.5 [ERROR] /app/src/main/java/redacted/redacted/redacted/report/service/factory/ReportQueries.java:[319,31] cannot find symbol
Подробнее здесь: https://stackoverflow.com/questions/797 ... ng-methods
Мобильная версия