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

port xml.validateAgainstXMLSchema(IFile file, IFile schema, IProgressMonitor monitor) #68

Open
5 tasks
egonw opened this issue Oct 17, 2021 · 0 comments
Open
5 tasks

Comments

@egonw
Copy link
Owner

egonw commented Oct 17, 2021

This issue is specifically about porting a single Bioclipse methods to the XMLManager of Bacting.
The goal is that the API (manager method) call is identical in Bacting as it is in Bioclipse 2.6.2.

This issue is about porting xml.validateAgainstXMLSchema(IFile file, IFile schema, IProgressMonitor monitor). In Bacting, the
manager method signature should therefore be xml.validateAgainstXMLSchema(String file, String schema) where the first String value is the Bioclipse Project filename, like /SomeProject/someFile.txt and the second similar but for the XML Schema file.

This issue provides some pointers to get your going:

  • read the CONTRIBUTING.md
  • find the Bioclipse source code (here: validate)
  • create the new method with the same implementation as in the Bioclipse code
  • create new test methods that test as many lines in the new method as possible
  • check if the JavaDoc is complete
@egonw egonw changed the title port xml.validate(IFile file, IFile schema, IProgressMonitor monitor) port xml.validateAgainstXMLSchema(IFile file, IFile schema, IProgressMonitor monitor) Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant