Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cff-version: 1.2.0
title: ICCheck
message: "If you use this software, please cite it using the metadata from this file."
type: software
authors:
- given-names: Motoki
family-names: Abe
url: https://github.com/salab/iccheck
date-released: 2024-05-29
identifiers:
- description: "The versioned DOI for v0.10.0 of the work."
type: doi
value: 10.5281/zenodo.15163079
license: MIT
preferred-citation:
type: article
title: "ICCheck: A Portable, Language-agnostic Tool for Synchronizing Code"
authors:
- given-names: Motoki
family-names: Abe
orcid: https://orcid.org/0009-0004-8830-550X
- given-names: Shinpei
family-names: Hayashi
orcid: https://orcid.org/0000-0001-7988-7772
journal: Science of Computer Programming
volume: 252
start: "103472:1"
end: "103472:10"
year: 2026
month: 7
doi: 10.1016/j.scico.2026.103472
url: https://doi.org/10.1016/j.scico.2026.103472
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,24 @@ The ignore definitions is a yaml array and syntax is as follows:
There are some built-in default rules in ICCheck.
See [pkg/domain/ignore.go](./pkg/domain/ignore.go) for the default rules.
These default rules can be disabled by the `--disable-default-ignore` CLI option.

## Related Publications

If you use this tool in a scientific publication, we would appreciate citations to the following paper:

[![DOI](https://img.shields.io/badge/DOI-10.1016/j.scico.2026.103472-blue)](https://doi.org/10.1016/j.scico.2026.103472)
[![arXiv](https://img.shields.io/badge/arXiv-2504.04537-b31b1b.svg)](https://arxiv.org/abs/2504.04537)

Motoki Abe and Shinpei Hayashi: "ICCheck: A Portable, Language-agnostic Tool for Synchronizing Code Clones". Science of Computer Programming, vol. 252, 103472, 2026.

```
@article{toki-scico202607,
author = {Motoki Abe and Shinpei Hayashi},
title = {{ICCheck}: {A} Portable, Language-agnostic Tool for Synchronizing Code Clones},
journal = {Science of Computer Programming},
volume = 252,
pages = {103472:1--10},
year = 2026,
doi = {10.1016/j.scico.2026.103472}
}
```
Loading