Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ errorInLine
Method
errorInLine
kdevplatform/outputview/outputfilteringstrategies.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
FilteredItem NoFilterStrategy::errorInLine(const QString& line)
61
{
62
return FilteredItem( line );
63
}
64
65
/// --- Compiler error filter strategy ---
66
Callers
8
process
Function · 0.80
testNoFilterStrategy
Method · 0.80
testCompilerFilterStrategy
Method · 0.80
testCompilerFilterstrategyMultipleKeywords
Method · 0.80
testScriptErrorFilterStrategy
Method · 0.80
testNativeAppErrorFilterStrategy
Method · 0.80
testStaticAnalysisFilterStrategy
Method · 0.80
testExtractionOfLineAndColumn
Method · 0.80
Calls
15
FilteredItem
Class · 0.85
ErrorFormat
Class · 0.85
initializeFilteredItem
Function · 0.85
hasMatch
Method · 0.80
empty
Method · 0.80
putDirAtEnd
Method · 0.80
pathForFile
Method · 0.80
isMultiLineCase
Method · 0.80
match
Function · 0.70
match
Method · 0.45
contains
Method · 0.45
parent
Method · 0.45
Tested by
7
testNoFilterStrategy
Method · 0.64
testCompilerFilterStrategy
Method · 0.64
testCompilerFilterstrategyMultipleKeywords
Method · 0.64
testScriptErrorFilterStrategy
Method · 0.64
testNativeAppErrorFilterStrategy
Method · 0.64
testStaticAnalysisFilterStrategy
Method · 0.64
testExtractionOfLineAndColumn
Method · 0.64