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

Add metadata header to final output #180

Open
rodrigosiqueira opened this issue Mar 28, 2017 · 0 comments
Open

Add metadata header to final output #180

rodrigosiqueira opened this issue Mar 28, 2017 · 0 comments

Comments

@rodrigosiqueira
Copy link
Member

Kuniri already extracts a lot of information about each file, but not save it on the output. It is really useful if it keeps this information at the beginning or and of the xml file.

Follow a suggestion (feel free to change it):

<?xml version="1.0" encoding="UTF-8"?>
<kuniri>
  <info>
    <originalFile value="/path/to/file"/>
    <fileName value="lala"/>
    <loc value="32"/>
    <totalClass value="3"/>
    <totalFunctions value="4">
  </info>
  <classData name="Lala" visibility="public">
  </classData>
</kuniri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Kuniri
Backlog
Development

No branches or pull requests

1 participant