mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Consistently prefer "Refaster rule" over "Refaster template" (#286)
As the former term references a class containing one or more `@BeforeTemplate` methods, one or more `@Placeholder` methods and an optional `@AfterTemplate`, while the latter term more narrowly references a single `@BeforeTemplate` or `@AfterTemplate` method.
This commit is contained in:
committed by
GitHub
parent
7aef2cfe51
commit
128e178d37
@@ -4,7 +4,7 @@ logo: assets/images/favicon.svg
|
||||
url: https://error-prone.picnic.tech
|
||||
description: >-
|
||||
Error Prone extensions: extra bug checkers and a large battery of Refaster
|
||||
templates.
|
||||
rules.
|
||||
|
||||
theme: just-the-docs
|
||||
plugins:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
layout: default
|
||||
title: Refaster templates
|
||||
title: Refaster Rules
|
||||
nav_order: 2
|
||||
has_children: true
|
||||
---
|
||||
|
||||
# Refaster templates
|
||||
# Refaster Rules
|
||||
Reference in New Issue
Block a user