Bug 378388 - "includes" warning report has outdated "KDE/" path prefix for KF5 code
Summary: "includes" warning report has outdated "KDE/" path prefix for KF5 code
Status: RESOLVED FIXED
Alias: None
Product: krazy
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Allen Winter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-03 01:47 UTC by Friedrich W. H. Kossebau
Modified: 2017-04-08 19:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Friedrich W. H. Kossebau 2017-04-03 01:47:17 UTC
The "includes" test warning text for includes from the KDE Frameworks talks about "KDE/KClass", when there is no longer such a path prefix "KDE/".

Example:
sublime/mainwindow.h: use KDE/KClass in angle brackets line# 25 (1)

(Is a false warning, reported separatly as https://bugs.kde.org/show_bug.cgi?id=378387
(from http://ebn.kde.org/krazy/reports/extragear/kdevelop/kdevplatform/index.html)

The text should be changed to talk about "KNamespace/Class" and "KClass", perhaps:
"use KClass or KNamespace/Class in angle brackets"