You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
599 B
599 B
Description:
Checkstyle is used by developers to validate Java code style before running
repo upload. This project implements Checkstyle checks specific to the Android
support library.
Projects used:
* Name: Checkstyle
Description: Checkstyle is a development tool to help programmers write Java
code that adheres to a coding standard.
URL: http://checkstyle.sourceforge.net/
Version: 6.12.1
License: LGPL 2.1
License File: LICENSE
Local Modifications:
- The only source file used here is MissingDeprecatedCheck, which was adapted
to create MissingRestrictToCheck.