src/Migrations/FixmeCodeMigration.hack (12 lines): - line 19: * specified NEW_CODES, preserving the explanation inside the FIXME comment. - line 20: * A single old FIXME may be replaced with multiple new FIXMEs or vice-versa. - line 45: * Parses the error code out of a FIXME comment. - line 65: * Returns the new FIXME comment to be added to the file. This must only be - line 66: * called with Trivia that is a valid FIXME comment. - line 110: // Avoid inserting the same FIXME multiple times (it could happen if there - line 114: // Although a FIXME may be on the previous line or even further away, to - line 119: // Go backwards until we find the exact token that has the old FIXME in - line 141: // We found the HH_FIXME to migrate. - line 159: // We didn't find a FIXME to migrate, so proceed to the next set of - line 174: // We duplicate the old FIXME along with any whitespace following it, so - line 195: // take the old trivia up to, and including the old FIXME and its src/nodes/Node.hack (2 lines): - line 115: /* TODO: Make an accumulation sequence operator */ - line 135: /* TODO: Make an accumulation sequence operator */ src/Linters/LintMarkerName.hack (1 line): - line 15: HHAST_FIXME = 'HHAST_FIXME';