INRIA/spoon

good first issue: check if assertTrue has a message argument

Offen

#4.307 geöffnet am 25.11.2021

 (16 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (383 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (1.933 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 19T 11h) (49 gemergte PRs in 30 T)

Beschreibung

@MartinWitt points out rightly that assertTrue assertions should always have a message, see https://github.com/INRIA/spoon/pull/4298#pullrequestreview-814313046

It's a good Spoon exercise to write a processor to detect assertTrue without messages.

We welcome first contributors to Spoon who add missing messages to assertTrue.

Contributor Guide