[tor-bugs] #19424 [Metrics/CollecTor]: remove hard coded "stats" directories

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jun 15 19:08:44 UTC 2016


#19424: remove hard coded "stats" directories
-----------------------------------+--------------------
     Reporter:  iwakeh             |      Owner:  iwakeh
         Type:  defect             |     Status:  new
     Priority:  Low                |  Milestone:
    Component:  Metrics/CollecTor  |    Version:
     Severity:  Minor              |   Keywords:  ctip
Actual Points:                     |  Parent ID:
       Points:                     |   Reviewer:
      Sponsor:                     |
-----------------------------------+--------------------
 ... and scan code base for other missed hard coded paths; e.g.
 `File ... = new File("stats");` should be
 `File ... = config.getPath(Key.StatsPath).toFile();`.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19424>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list