Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the result is not accurate in the same file #590

Open
hight1 opened this issue May 25, 2023 · 2 comments
Open

the result is not accurate in the same file #590

hight1 opened this issue May 25, 2023 · 2 comments

Comments

@hight1
Copy link

hight1 commented May 25, 2023

hello i use jscpd to scan my program and find the result of the same file is not right.

the parameter what i used:
image

the result what i got:
【firstFile】:
"name": "app/src/nodes/components/BaseInfo.jsx",
"start": 173,
the 173 line :<Form.Item formItemKey="contractName" span={12} label="xxx:">
【secondFile】:
"name": "app/src/nodes/components/BaseInfo.jsx",
"start": 166,
the 166 line :<Form.Item formItemKey="templateName" span={11} label="xxx:">

look,the 166 line and the 173 line is not same ,why cause that?

@kucherenko
Copy link
Owner

Thank you for the report, may I ask for more information about jscpd version?

@hight1
Copy link
Author

hight1 commented May 26, 2023

Thank you for the report, may I ask for more information about jscpd version?

"jscpd": "^3.5.3"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants