Skip to content

Commit

Permalink
add the jcln reference file
Browse files Browse the repository at this point in the history
  • Loading branch information
kk-mats committed Apr 1, 2019
1 parent 70b8abb commit 5314ea3
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/matching_pair_table.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include "equivalent_pair_table.hpp"

equivalent_pair_table::equivalent_pair_table()
{

}
11 changes: 11 additions & 0 deletions core/matching_pair_table.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#ifndef EQUIVALENT_PAIR_TABLE_HPP
#define EQUIVALENT_PAIR_TABLE_HPP


class equivalent_pair_table
{
public:
equivalent_pair_table();
};

#endif // EQUIVALENT_PAIR_TABLE_HPP
56 changes: 56 additions & 0 deletions ref.jcln
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"global":{
"target":"target_path",
"size":{
"file_table":2,
"results":1,
"clone_pairs":[
{
"result_id":0,
"size":1
}
]
}
},
"file_table":[
{
"file_id":0,
"path":"ft_0"
},
{
"file_id":1,
"path":"ft_1"
}
],
"results":[
{
"result_id":0,
"environment":{
"source":"r1_src",
"clone_detector":{
"name":"CCFinderSW",
"parameters":{
"p0":"v0",
"p1":"v1"
}
}
},
"clone_pairs":[
{
"clone_pair_id":0,
"similarity":85,
"fragment1":{
"file_id":0,
"begin":1,
"end":2
},
"fragment2":{
"file_id":1,
"begin":1,
"end":2
}
}
]
}
]
}

0 comments on commit 5314ea3

Please sign in to comment.