Skip to content

Instantly share code, notes, and snippets.

@yanglikun
Created July 16, 2017 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanglikun/9b96cc76360e286840486c7fe3365944 to your computer and use it in GitHub Desktop.
Save yanglikun/9b96cc76360e286840486c7fe3365944 to your computer and use it in GitHub Desktop.
idea-inspections
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="JD_PLT_EXT" />
<inspection_tool class="LoggerInitializedWithForeignClass" enabled="false" level="WARNING" enabled_by_default="false">
<option name="loggerClassName" value="org.apache.log4j.Logger,org.slf4j.LoggerFactory,org.apache.commons.logging.LogFactory,java.util.logging.Logger" />
<option name="loggerFactoryMethodName" value="getLogger,getLogger,getLog,getLogger" />
</inspection_tool>
<inspection_tool class="MissortedModifiers" enabled="true" level="WARNING" enabled_by_default="true">
<option name="m_requireAnnotationsFirst" value="true" />
</inspection_tool>
</profile>
</component>
@yanglikun
Copy link
Author

1、修饰符顺序判断

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment