# File lib/brakeman/processors/controller_processor.rb, line 11
  def initialize app_tree, tracker
    super(tracker)
    @app_tree = app_tree
    @current_class = nil
    @current_method = nil
    @current_module = nil
    @visibility = :public
    @file_name = nil
    @concerns = Set.new
  end