-
Notifications
You must be signed in to change notification settings - Fork 193
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
kie-issues#1163: incubator-kie-tools missing header files #2298
Conversation
@porcelli @LightGuard DISCLAIMER added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @yesamer. I used a bash script (check_header.sh) to check the headers using the kie-tools-rad-report file.
check_header.sh
kie-tools-rad-report.txt
To use the script:
Paste the file check_header.sh to kie-tools directory
Paste the file kie-tools-rad-report.txt to kie-tools directory
Run check_headers script ($./{kie-tools directory}/./check_header.sh.
Here is the list of files without headers I found:
results.txt
Although it is possible that some of the files could be ignored, there are lots of .java files that are likely to be problematic.
Thank you @Josephblt for checking!!
In any case, I'll double check again |
Closes apache/incubator-kie-issues#1163