Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.1.1
-
Fix Version/s: None
-
Component/s: Mapping Drivers
-
Security Level: All
-
Labels:None
-
Environment:Debian LAMP
Description
AbstractFileDriver constructor must have one argument.
It's more easy to use with an optional argument.
It allow developers to addPaths after construction.
See patch in attachment.
Activity
Benjamin Eberlei
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.1.3 [ 10164 ] | |
| Fix Version/s | 2.1.2 [ 10154 ] |
Benjamin Eberlei
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.1.3 [ 10164 ] | |
| Resolution | Won't Fix [ 2 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 13016 ] | jira-feedback [ 15025 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback [ 15025 ] | jira-feedback2 [ 16889 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 16889 ] | jira-feedback3 [ 19142 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DDC-1374, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Thats how we want it.
A driver without any path is useless. Thats why paths are required.