in*Bug

in*Bug

Visual Analytics of Bug Repositories

Try in*Bug
in*Bug main screen

Visualize your bugs

Watch the evolution of a bug tracker

In*Bug home

Filter your results

Filter the issues to discover the interesting bugs

in*Bug filtered results

Use Smalltalk queries

With in*Bug you can submit your queries and manipulate bugs with Smalltalk blocks:

[ :eachIssue |
    eachIssue isActive and: [
    eachIssue events size > 20 ]]