jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

Enums and plurals #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
public enum ModelStatus {....} (and similar)
will generate an incorrect warning that "enums that are not flags should 
not be plurals".

Original issue reported on code.google.com by phil....@gmail.com on 3 Jan 2008 at 5:24

GoogleCodeExporter commented 8 years ago
These rules are pretty heuristic because they are configured through generic 
Agent 
Smith's interface "has such suffix or has such attribute...". 
They can be disabled in AgentSmith options page. 
I will probably maked them turned off by default too.

Original comment by forever....@gmail.com on 11 Jan 2008 at 1:43

GoogleCodeExporter commented 8 years ago
I made this rule disable by default

Original comment by forever....@gmail.com on 13 Jan 2008 at 8:40