File tree Expand file tree Collapse file tree
javascript/ql/lib/semmle/javascript/dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,9 +96,14 @@ abstract class FrameworkLibraryWithMarkerComment extends FrameworkLibrary {
9696 * numbers.
9797 *
9898 * The first capture group of this regular expression should match
99- * the version number. Any occurrences of the string `<VERSION>` in
100- * the regular expression will be replaced by `versionRegex()` before
101- * matching.
99+ * the version number.
100+ *
101+ * Subclasses should implement this predicate.
102+ *
103+ * Callers should avoid using this predicate directly,
104+ * and instead use `getAMarkerCommentRegexWithoutPlaceholders()`,
105+ * which will replace any occurrences of the string `<VERSION>` in
106+ * the regular expression with `versionRegex()`.
102107 */
103108 abstract string getAMarkerCommentRegex ( ) ;
104109
You can’t perform that action at this time.
0 commit comments