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

Incorrect type for 'o' from InterfaceCodeGenerator #83

Closed
rm5248 opened this issue Nov 27, 2019 · 1 comment
Closed

Incorrect type for 'o' from InterfaceCodeGenerator #83

rm5248 opened this issue Nov 27, 2019 · 1 comment

Comments

@rm5248
Copy link
Contributor

rm5248 commented Nov 27, 2019

As seen in this SO question

Currently, InterfaceCodeGenerator maps the Dbus type of 'o' to be a DBusInterface. This actually needs to be DBusPath in order to send and receive this type.

@hypfvieh
Copy link
Owner

Looks like the Marshalling class is already wrong (InterfaceCodeGenerator uses the Method getJavaType to find the Java-Class for a DBus type).

If changed the resulting type in Marshalling class b6ca860. I still have to check if this causes trouble elsewhere...

@hypfvieh hypfvieh closed this as completed May 7, 2020
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

2 participants