src-d / style-analyzer

Lookout Style Analyzer: fixing code formatting and typos during code reviews
GNU Affero General Public License v3.0
32 stars 21 forks source link

Fix UastStabilityChecker #733

Closed zurk closed 5 years ago

zurk commented 5 years ago

Right now UastStabilityChecker relies on the fact that "A parent covers its children" in the UAST (See discussion https://github.com/src-d/style-analyzer/pull/732#discussion_r270110695) It is not true and we should address it properly.