DictionaryForumContacts

   Russian
Terms for subject Programming containing выявлять | all forms | exact matches only
RussianEnglish
выявлять логические ошибкиdetect logic errors (such as assigning to a variable that is never subsequently referenced or testing a condition that always evaluates to the same true or false value; корпорации AdaCore Alex_Odeychuk)
выявлять неинициализированные переменные во время выполненияdetect uninitialized variables at run-time (корпорации AdaCore Alex_Odeychuk)
выявлять некорректные последовательности вводимых символовdetect illegal input sequences (ssn)
выявлять подозрительные или потенциально некорректные потоки данныхdetect suspicious and potentially incorrect data flows (such as variables read before they are written (uninitialized variables), variables written more than once without being read (redundant assignments), and variables that are written but never read; корпорации AdaCore Alex_Odeychuk)
выявлять потенциальные уязвимостиdetect latent vulnerabilities (корпорации AdaCore Alex_Odeychuk)
выявлять причину дефекта программного обеспеченияchase down a bug (rust-lang.org Alex_Odeychuk)
выявлять скрытые уязвимостиdetect latent vulnerabilities (Alex_Odeychuk)