mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Although we earlier added a comment to the classes in noting that they are deprecated, we did not properly mark the classes as actually being deprecated. All predicates - except for 3 - depend on the classes being functional, which they no longer are, so mark those a deprecated as well. The three remaining predicates (`FunctionDeclarationEntry`, `numberOfSourceMethods`, and `whitelistedLineForDuplication`) seem to be helpers, and are likely not used when the library is not used, so mark those as deprecated as well.