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 constructor of a NamedTypedList from another NamedTypedList is missing the types. #10

Closed
miquelbofill opened this issue May 11, 2016 · 1 comment
Labels

Comments

@miquelbofill
Copy link

In file pddl4j/src/main/java/fr/uga/pddl4j/parser/NamedTypedList.java

The constructor public NamedTypedList(NamedTypedList list) is copying the name and the arguments of list, but not its types.

@pellierd
Copy link
Owner

The bug was fixed in the devel branch.

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

No branches or pull requests

2 participants