parse_gof_patterns | R Documentation |
Parses GoF patterns generated by write_gof_patterns
into a a table.
https://www.srcml.org/documentation.html.
Pattern4.jar is available on
[Tsantalis' homepage](https://users.encs.concordia.ca/~nikolaos/pattern_detection.html)).
parse_gof_patterns(output_filepath = "/tmp/gof.xml")
output_filepath |
Optional path to read the XML generated by |
A data.table containing the parsed gof patterns per class.
N. Tsantalis, A. Chatzigeorgiou, G. Stephanides, S. T. Halkidis, "Design Pattern Detection Using Similarity Scoring", IEEE Transactions on Software Engineering, vol. 32, no. 11, pp. 896-909, November, 2006.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.