-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.codeinsight.xml
24 lines (24 loc) · 1.27 KB
/
editor.codeinsight.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<application>
<component name="CodeInsightSettings">
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
<EXCLUDED_PACKAGE NAME="" />
<EXCLUDED_PACKAGE NAME="*.ebeaninternal.*" />
<EXCLUDED_PACKAGE NAME="*.repackaged.*" />
<EXCLUDED_PACKAGE NAME="antl.collections.*" />
<EXCLUDED_PACKAGE NAME="com.cloudops.mc.plugin.ucpemgr.util.VnfFields.name" />
<EXCLUDED_PACKAGE NAME="com.google.api.client.util.*" />
<EXCLUDED_PACKAGE NAME="com.google.common.collect.Maps.toMap" />
<EXCLUDED_PACKAGE NAME="com.sun.javafx.collections" />
<EXCLUDED_PACKAGE NAME="com.sun.tools.javac.util.List" />
<EXCLUDED_PACKAGE NAME="com.sun.xml.internal.ws.api.message.MessageContextFactory.toMap" />
<EXCLUDED_PACKAGE NAME="com.sun.xml.internal.xsom" />
<EXCLUDED_PACKAGE NAME="in.ashwanthkumar.utlis.*" />
<EXCLUDED_PACKAGE NAME="java.awt.*" />
<EXCLUDED_PACKAGE NAME="javax.swing.*" />
<EXCLUDED_PACKAGE NAME="org.apache.commons.collections.MapUtils.toMap" />
<EXCLUDED_PACKAGE NAME="org.apache.commons.lang.*" />
<EXCLUDED_PACKAGE NAME="org.apache.commons.lang3.ArrayUtils.toMap" />
<EXCLUDED_PACKAGE NAME="org.apache.tools.ant.taskdefs" />
<EXCLUDED_PACKAGE NAME="org.hibernate.mapping.*" />
</component>
</application>