EA-83566 Check that the file is still valid when Pep8ExternalAnnotator#apply() is...
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 29 Aug 2016 14:31:30 +0000 (17:31 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 29 Aug 2016 17:30:12 +0000 (20:30 +0300)
commit096b3fcb74b214f9c6eff45227de27c5f7f212ac
tree35326fbd2a059b2059ec37745cba8f4f2b2a4c09
parent059f923578614ce1b2a6892acc041be06d6e3102
EA-83566 Check that the file is still valid when Pep8ExternalAnnotator#apply() is called

It's perfectly normal that by the time apply() is called the original
file might have become invalid, since pycodestyle.py can take some time
to execute and the launch of the helper is itself postponed.
python/src/com/jetbrains/python/validation/Pep8ExternalAnnotator.java