Details
Description
findPaths has 3 parameter variants and is missing (URL, List, List)
currently the actual implementation uses a String for searchIn and converts the URL to the path if called with an URL, but this may change if other urls than file: should be supported.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 3.7.5 [ 18997 ] | |
Resolution | Fixed [ 1 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.8 [ 19104 ] |
https://github.com/alexlehm/jbehave-core/tree/jbehave_872
JBEHAVE-872: StoryFinder.findPaths is missing the parameter (URL, List, List)added method with signature (URL, List, List)
added unit test to check for nonexistent jar file in JarFileScannerBehaviour
(the 2nd change is not really related to this issue, I think this was missing for the changes for
JBEHAVE-870the behavior is different from behavior of the directory scanner which returns an empty list when
the base dir doesn't exist)