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

Could not find class: TPMEventLog for function Add #16

Open
xaionaro opened this issue May 26, 2022 · 2 comments
Open

Could not find class: TPMEventLog for function Add #16

xaionaro opened this issue May 26, 2022 · 2 comments

Comments

@xaionaro
Copy link

Hello.

I'm trying to build an UML diagram for this code:
9elements/converged-security-suite@9e980b2

But I receive error Could not find class:

[xaionaro@void converged-security-suite]$ go-plantuml generate -o /tmp/1.uml -r -d pkg/bootflow/
2022/05/26 16:45:59 Could not find class: References for function Bytes
2022/05/26 16:45:59 Could not find class: StaticData for function Data
2022/05/26 16:45:59 Could not find class: UEFIGUIDFirst for function Data
2022/05/26 16:45:59 Could not find class: PCRValues for function Get
2022/05/26 16:45:59 Could not find class: PCRValues for function Set
2022/05/26 16:45:59 Could not find class: TPMEventLog for function Add
2022/05/26 16:45:59 Could not find class: StaticStep for function Actions

What do I do wrong?

@leilei3167
Copy link

I guess those classes were not defined in the -d pkg/bootflow/ ,so the tool cannot find them.😁

@afmahmuda
Copy link

most probably related to #19

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

3 participants