Created
July 16, 2017 08:27
-
-
Save yanglikun/9b96cc76360e286840486c7fe3365944 to your computer and use it in GitHub Desktop.
idea-inspections
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、修饰符顺序判断