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

Result redundancy. #6

Open
luckiboy opened this issue Jul 26, 2024 · 0 comments
Open

Result redundancy. #6

luckiboy opened this issue Jul 26, 2024 · 0 comments
Labels
question Further information is requested

Comments

@luckiboy
Copy link
Collaborator

luckiboy commented Jul 26, 2024

Result redundancy Bug Report

Known Test Cases

  1. File Declares Function

Example Test Case

Specific Code

#include <iostream>

void greet();

void greet() {
    std::cout << "Hello, World!" << std::endl;
}

Current Tool Generated Result

name: File Declares Function
relation:
  type: Declares
  items:
    -   from: File:'myFunction'
        to: Function:'greet'
        loc: file0:3:6
    -   from: File:'myFunction'
        to: Function:'greet'
        loc: file0:3:6

Target Generated Result

name: File Declares Function
relation:
  type: Declares
  items:
    -   from: File:'myFunction'
        to: Function:'greet'
        loc: file0:3:6

Description

The Result redundancy Bug Report indicates that the tool extracted the same dependency twice or more times, resulting in redundancy.

@luckiboy luckiboy added the question Further information is requested label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant