Strange behaviour of Inspection and Code duplicates representation

I've configured and run Inpsections build. When I check Inspecitons results some of the Inspections doesn't represented correctly. Panel that should represent concrete places of warnings and erorrs in files just show "Loading" message and never stop that loading process:
tc.JPG
Almost the same problem I got for Find (java) Duplicates build. Some of the duplicates doesn't represent affected file sources, but draw "Loading" messages.

What could be the reason of that problems?

0
6 comments

This is a bug (there is a JavaScript error in the error console), see http://jetbrains.net/tracker/issue/TW-6892. As a workaround try to uncheck/check "new only" checkbox.

0
Avatar
Permanently deleted user

I've tried to uncheck/check "new only". But after I've pressed "new only" again just 'scope' panel was chaned. All other panels remain the same. And then when I am trying to select concrete scope in 'scope' panel nothing changes in other panels too.

BTW I get the same problems under Chrome and IE6. IE6 reports 'null' js error at


IB.selectPath = function (path_index) {
>>  $("path_" + IB.path_index).removeClassName("active");
  IB.path_index = path_index;


every time I am pressing "new only" box.


0
Avatar
Permanently deleted user

It seems that Code Duplicates aren't redisplayed by some other reason:

tc-codedups.JPG

0
Avatar
Permanently deleted user

Pavel, it seems that Code Duplicates build isn't usefull at all. I can't see any duplicate details at TC interface. Just "Loading" messages. And this doesn't depend of 'new only' option.

0

Please submit a bug report in our tracker and attach there your screenshot and build log. Also please check are there other JavaScript errors in your browser.

0

Please sign in to leave a comment.