@qparis so basically I copied the whole org.phoenicis.tools.lnk package into this repository and renamed it to org.phoenicis.lnk.
In addition I did the following changes:
- remove the
@Safe annotation from the LnkParser class
- remove the
extends FilesManipulator inheritance from the LnkParser class
- remove the
this.assertInDirectory(file); call from the LnkParser class
- add guava as a dependency and use
Resources.getResource to access the test resources
- move the test resources from a subfolder directly to the
resources folder
- some slight formatting changes
@qparis I think the Phoenicis code will need some changes to be compatible with the changed code base in this repository. Can you do these changes?
@qparis so basically I copied the whole
org.phoenicis.tools.lnkpackage into this repository and renamed it toorg.phoenicis.lnk.In addition I did the following changes:
@Safeannotation from theLnkParserclassextends FilesManipulatorinheritance from theLnkParserclassthis.assertInDirectory(file);call from theLnkParserclassResources.getResourceto access the test resourcesresourcesfolder@qparis I think the Phoenicis code will need some changes to be compatible with the changed code base in this repository. Can you do these changes?