Skip to content

Update Intellij Save Actions configuration in CONTRIBUTING.md #512

@trask

Description

@trask

Remove these save actions:

  • Add final modifier to local variable or parameter
  • Add final modifier to local variable or parameter except if it is implicit
  • Remove unused suppress warning annotation

The last one is so that the Save Actions won't auto-remove @SuppressWarnings("unused") from public methods that Intellij would otherwise flag as unused because we call them via reflection, e.g.

public class TracerInstaller {
  @SuppressWarnings("unused")
  public static synchronized void installAgentTracer() {
     ...
  }
  ...
}

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions