Skip to content

Commit

Permalink
Drop obsolete README entry (#29)
Browse files Browse the repository at this point in the history
This issue is was resolved by google/error-prone#2257.
  • Loading branch information
rickie committed Apr 10, 2022
1 parent d2bbee3 commit 06913b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions error-prone-contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ Refaster's expressiveness:
to be lost. In such a case don't statically import the method, so that the
generic type information can be retained. (There may be cases where generic
type information should even be _added_. Find an example.)
- Upon application of a template Refaster can throw a _No binding for
Key{identifier=someAfterTemplateParam}_ exception. When this happens the
template is invalid. Instead perform this check at compile time, such that
such malformed templates cannot be defined in the first place.
- Provide a way to express "match if (not) annotated (with _X_)". See #1 for a
motivating example.
- Provide a way to place match constraints on compile time constants. For
Expand Down

0 comments on commit 06913b6

Please sign in to comment.