Bug 378388

Summary: "includes" warning report has outdated "KDE/" path prefix for KF5 code
Product: [Developer tools] krazy Reporter: Friedrich W. H. Kossebau <kossebau>
Component: generalAssignee: Allen Winter <winter>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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"