Intellij inspections not matching teamcity

已回答

I've tried everything under the sun to get to get teamcity inspections to match intellij inspections. 

Environment details:

Teamcity Professional 2018.1 (build 58245)

Intellij Ultimate 2018.1.5

Teamcity Inspection Engine IntelliJ IDEA 2018.1.4

As far as I can tell I am using the latest versions of both products and the inspection engine. Teamcity gives me 82k warnings while IntelliJ gives me 1500. I am comparing teamcity with Analyze -> Inspect -> Whole project with both InteiiJ and teamcity using the same inspection profile. 

As far as I can tell it's impossible to get these interfaces to match inspections. 

 

0
Avatar
Permanently deleted user

Another issue is that even with an inspection scope applied to the profile, inspections still show up in the "All" category. 



0

Hi Jamie,

A couple comments on the issues:
-Regarding the difference between IntelliJ IDEA and TeamCity, it's often the case that within engine fixes results can be different. The recommended approach is to have a specific profile used to run them, then lock the profile and save into VCS, that way changes in the engine shouldn't have an impact on the result.

If you have the exact same locked profile from the same release (not the latest, but the same one), and still face different results, please open an issue in our tracker (link below) and provide as much detail as possible, preferably including the profile.

-Regarding selecting a specific scope should definitely show only the inspections for the selected scope. If they're showing all, first clean the browser cache, just in case something's wrong, but if it's not a browser problem, please open an issue in our tracker: https://youtrack.jetbrains.com/issues/TW

0

请先登录再写评论。