INRIA/spoon

Get rid of warnings in Spoon's build

开放

#4,924 创建于 2022年9月27日

 (9 条评论) (2 个反应) (0 位负责人)Java (383 个派生)github user discovery
good first issuerefactor

仓库指标

星标
 (1,933 个星标)
PR 合并指标
 (平均合并 19天 11小时) (30 天内合并 49 个 PR)

描述

I think it's about time we clean up the compile output and actually start to care about warnings, or even better, treat warnings as errors and selectively suppress the ones that we don't care about.

I've been bothered by the warnings in the build output for a good while. All of the garbage warnings obscure "real" warnings, such as deprecations in libraries we depend upon.

I propose two things:

  1. We get rid of the current warnings.
  2. We treat warnings as errors so we can keep the build output clean, and actually act upon new warnings.

To get the warnings:

mvn clean compile

贡献者指南