# File lib/brakeman/rescanner.rb, line 433
  def warnings_changed?
    not (diff[:new].empty? and diff[:fixed].empty?)
  end