For my metrics calculator I have extracted the parser from your project - it works fine!
IMHO TBuildTokenList.SourceCode should call Reset, when it's changed. I just tried to scan several files in a row and the second could not be scanned because I forgot to call Reset.
Is there an occasion when you want to change the SourceCode property and not Reset the Scanner?
Regards
Joerg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Changing the SourceCode property and not Reseting the scanner is pointless, isn't it. I think this is fixed now (well, working as before with a simpler interface).
Where can I see more about the metrics calculator?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
For my metrics calculator I have extracted the parser from your project - it works fine!
IMHO TBuildTokenList.SourceCode should call Reset, when it's changed. I just tried to scan several files in a row and the second could not be scanned because I forgot to call Reset.
Is there an occasion when you want to change the SourceCode property and not Reset the Scanner?
Regards
Joerg
Changing the SourceCode property and not Reseting the scanner is pointless, isn't it. I think this is fixed now (well, working as before with a simpler interface).
Where can I see more about the metrics calculator?