basicScandal / raft

Automatically exported from code.google.com/p/raft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support dynamic reloading of analyzers

GoogleCodeExporter opened this issue · comments

Changed analyzers should be reloaded on the next analysis run instead of having 
to restart RAFT.

Developing analyzers will be easier with this.

Original issue reported on code.google.com by gfleisch...@gmail.com on 19 Jul 2011 at 7:26

Fixed.  Analyzers now reload with every analysis run.  May get slow as we get 
more analyzers.  If so, we'll add in a "changed" check somehow before reload.

Original comment by justinen...@gmail.com on 20 Jul 2011 at 5:01

  • Changed state: Fixed