History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17457
Type: Performance Problem Performance Problem
Status: Open Open
Assignee: Anna Kozlova
Reporter: Gilles Philippart
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Bad performance when browsing large inspection results

Created: 19 Mar 08 14:25   Updated: 19 Mar 08 14:32
Component/s: Code Analysis. Inspection

Environment: Win XP

Build: 7,757
Severity: High


 Description  « Hide
The title says it all.
I run a daily inspection in Teamcity for one of our projects, it yields 65 699 items (yes that's a lot, i know).

The inspection results look like this :

project name (65 699 items)
<...>
Declaration Redundancy (27 552 items)
<...>
Declaration access can be weaker (7654 items)
<...>

When i click on "Declaration access can be weaker (7654 items)", the IDE freezes for 4 or 5 minutes.

Can you make it faster, lazy load the children nodes, or at least make it expand the nodes in a background task with some graphical node representation indicating that it's expanding (i like the way DbVisualizer do it when loading all tables in a schema for example)



 All   Comments   Work Log   Change History      Sort Order:
Gilles Philippart - 19 Mar 08 14:25
Forgot to say that i download those teamcity inspections in IntelliJ