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

JAXBContext.newInstance( String contextPath ) javadoc is missing the @param and @return values #232

Closed
Tomas-Kraus opened this issue Apr 20, 2018 · 3 comments
Labels
good first issue Good for newcomers

Comments

@Tomas-Kraus
Copy link
Contributor

This issue was previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8185668

JAXBContext.newInstance( String contextPath ) javaodoc is missing the parameter and return type description:

public static JAXBContext newInstance​(String contextPath)
throws JAXBException
Create a new instance of a JAXBContext class.
This is a convenience method to invoke the newInstance(String,ClassLoader) method with the context class loader of the current thread.

Throws:
JAXBException - if an error was encountered while creating the JAXBContext such as
failure to locate either ObjectFactory.class or jaxb.index in the packages
an ambiguity among global elements contained in the contextPath
failure to locate a value for the context factory provider property
mixing schema derived packages from different providers on the same contextPath
packages are not open to java.xml.bind module

@Tomas-Kraus
Copy link
Contributor Author

@lukasj lukasj transferred this issue from eclipse-ee4j/jaxb-ri May 17, 2022
@lukasj lukasj added the good first issue Good for newcomers label May 19, 2022
@antoniosanct
Copy link
Contributor

@lukasj
This issue can be closed!!

Regards,
Antonio.

@lukasj
Copy link
Contributor

lukasj commented Feb 15, 2024

as requested, thanks!

@lukasj lukasj closed this as completed Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants