Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #18931

Closed (moved)
Open
Opened Apr 29, 2016 by iwakeh iwakeh@iwakeh

coding style polishing

Remove most checkstyle complaints:

Priority wishlist:

  1. Each variable declaration must be in its own statement. [MultipleVariableDeclarations], b/c this really enhances readability and could trip some IDEs when refactoring variable names.
  2. '' should be on a new line. [OperatorWrap]
  3. Missing a Javadoc comment. [JavadocMethod]
  4. others

It still needs to be verified, if our exceptions from Google-style are reflected in the checks. If not, metrics_checks.xml has to be changed accordingly.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
CollecTor 1.0.0
Milestone
CollecTor 1.0.0
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#18931