<table><tr><td style="">rjvbb created this revision.<br />rjvbb added a reviewer: KDevelop.<br />rjvbb added a project: KDevelop.<br />rjvbb requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15797">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The clazy plugin currently raises an error (dialog) when it cannot find the subject of an individual file check in <tt style="background: #ebebeb; font-size: 13px;">compile_commands.json</tt>. Some reasons why this can go wrong even if the file in question is still in its original location:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">the source dir was moved and replaced with a symlink to the new location</li>
<li class="remarkup-list-item">KDevelop accesses the file via a different path as cmake did when it generated <tt style="background: #ebebeb; font-size: 13px;">compile_commands.json</tt> (on systems where location on disk can have more than a single unique/canonical/normalised <tt style="background: #ebebeb; font-size: 13px;">$PWD</tt>). The user may have opened it via a different access path, for instance, or executed cmake outside of KDevelop.</li>
</ul>

<p>This patch converts local file paths to their canonical (normalised) version before comparison (and before storing them in the list of project files). As a result, the plugin will be able to check every file that is actually part of the current project.<br />
The conversion is done internally only so only the plugin's behaviour is modified.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tested with multiple configured projects and the 3 scenarios mentioned in the summary. Individual file analysis fails without the patch but succeeds with.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15797">https://phabricator.kde.org/D15797</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/clazy/jobparameters.cpp<br />
plugins/clazy/utils.cpp</div></div></div><br /><div><strong>To: </strong>rjvbb, KDevelop<br /><strong>Cc: </strong>kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd<br /></div>