mirror of https://gitlab.com/basile.b/dexed.git
fix #25 - halstead reports could use the GNU message format
This commit is contained in:
parent
e844f6f171
commit
798febb6c8
|
@ -226,7 +226,7 @@ procedure THalsteadMetrics.Measure(document: TDexedMemo);
|
|||
|
||||
if fShowAllResults or not result then
|
||||
begin
|
||||
fMsgs.message(format('%s(%d): metrics for "%s"',
|
||||
fMsgs.message(format('%s:%d: metrics for "%s"',
|
||||
[document.fileName, line, val.AsString]), document, amcEdit, amkInf);
|
||||
|
||||
fMsgs.message(format(' Vocabulary: %d', [voc]), document, amcEdit, amkInf);
|
||||
|
|
Loading…
Reference in New Issue