Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental flow analysis #3

Closed
wants to merge 16 commits into from
Closed

Commits on Apr 14, 2016

  1. Initial implementation of predicate-based flow scanner and an increme…

    …ntal analyzer for flow graphs
    svanoort committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    5f996d5 View commit details
    Browse the repository at this point in the history
  2. Pacify FindBugs

    svanoort committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    ddb608d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    2b51497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0864e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Configuration menu
    Copy the full SHA
    f4de174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d414723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8faa4 View commit details
    Browse the repository at this point in the history
  4. Fix FindBugs complaints

    svanoort committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    eaf4769 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ed42f8 View commit details
    Browse the repository at this point in the history
  6. Move FlowScanner method to search by StepDescriptor into test only to…

    … avoid a cyclic plugin dependency
    svanoort committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    7f4d488 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    deb585b View commit details
    Browse the repository at this point in the history
  2. Refactor flow graph incremental analysis, add stub of a test until I …

    …can figure out how to get it to use something like semaphore step
    svanoort committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    72e49df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb48552 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Configuration menu
    Copy the full SHA
    e640fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c1e6df View commit details
    Browse the repository at this point in the history
  3. Revert "Remove the incremental flow analysis so we can push it into a…

    … separate PR"
    
    This reverts commit 7c1e6df.
    svanoort committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    66682d1 View commit details
    Browse the repository at this point in the history