apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java (4 lines): - line 37: * TODO: factor into MIME guesser and MIME->binary guesser - line 367: // TODO: reimplement the binary test algorithm? - line 368: // TODO: more efficient to move into standard analysis - line 369: // TODO: then use binary as default apache-rat-core/src/main/java/org/apache/rat/analysis/license/DojoLicenseHeader.java (2 lines): - line 36: // TODO: support for dual licensing - line 37: // TODO: support for or higher clauses src/changes/changes.xml (2 lines): - line 58: TODO: collect all dependabot updates for release 0.17. - line 79: TODO: collect all dependabot updates for release 0.16. apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java (2 lines): - line 146: // TODO Replace null with real value - line 354: // TODO The canonical way is to read the pom.properties for the artifact desired in META-INF/maven apache-rat-core/src/main/java/org/apache/rat/analysis/IHeaderMatcher.java (1 line): - line 36: * TODO probably a poor design choice - hope to fix later apache-rat-tasks/src/main/java/org/apache/rat/anttasks/Report.java (1 line): - line 301: // TODO: add support for adding default licenses apache-rat-tasks/src/main/java/org/apache/rat/anttasks/ResourceCollectionContainer.java (1 line): - line 73: // TODO: reconsider names apache-rat-core/src/main/java/org/apache/rat/analysis/DocumentHeaderAnalyser.java (1 line): - line 42: // TODO: worker function should be moved into this class apache-rat-core/src/main/java/org/apache/rat/annotation/AbstractLicenseAppender.java (1 line): - line 354: * TODO use existing mechanism to detect the type of a file and record it in the report output, thus we will not need this duplication here.