-
Terminally Deprecated ElementsElementDescription
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionuse
Boolean.compare(boolean, boolean)insteaduseByte.compare(byte, byte)insteaduseDouble.compare(double, double)insteaduseInteger.compare(int, int)insteaduseLong.compare(long, long)insteadnot all PSI implementations implement this method correctly.not all PSI implementations implement this method correctly.UseFileViewProvider#getAllFiles()instead.OverrideTemplateDataElementType.appendCurrentTemplateToken(int, CharSequence)instead.Pass map to constructor.UseMultiMap().UseMultiMap.empty()useMultiMap.remove(Object, Object)insteaddo not use
-
Deprecated ConstructorsConstructorDescription
Arrays.equals(Object[], Object[])