com.google.common.base.Joiner.appendTo(A, I)
use Joiner.appendTo(Appendable, Iterator) by casting parts to
Iterator<?> , or better yet, by implementing only Iterator and not
Iterable . This method is scheduled for deletion in June 2013.
|
com.google.common.base.Joiner.MapJoiner.appendTo(A, I)
|
com.google.common.base.Joiner.appendTo(StringBuilder, I)
|
com.google.common.base.Joiner.MapJoiner.appendTo(StringBuilder, I)
|
com.google.common.collect.ArrayTable.clear()
|
com.google.common.collect.ComparisonChain.compare(boolean, boolean)
|
com.google.common.eventbus.EventBus.dispatchQueuedEvents()
This method should not be overridden outside of the eventbus package. It is
scheduled for removal in Guava 14.0.
|
com.google.common.base.Equivalences.equals()
This method has been moved to Equivalence.equals() . This method is scheduled
to be removed in Guava release 14.0.
|
com.google.common.collect.FluentIterable.from(FluentIterable)
instances of FluentIterable don't need to be converted to
FluentIterable
|
com.google.common.collect.Ordering.from(Ordering)
no need to use this
|
com.google.common.net.InternetDomainName.fromLenient(String)
|
org.jboss.weld.util.annotated.ForwardingWeldAnnotated.getBindingsAsArray() |
org.jboss.weld.annotated.enhanced.EnhancedAnnotated.getBindingsAsArray()
This reflection type should not know about JSR-299 binding
types
|
org.jboss.weld.annotated.enhanced.jlr.AbstractEnhancedAnnotated.getBindingsAsArray() |
org.jboss.weld.util.annotated.ForwardingWeldClass.getDeclaredEnhancedMethod(Method) |
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedType.getDeclaredEnhancedMethod(Method) |
org.jboss.weld.util.annotated.ForwardingWeldClass.getEnhancedMethod(Method) |
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedType.getEnhancedMethod(Method) |
org.jboss.weld.util.annotated.ForwardingWeldAnnotated.getQualifiers() |
org.jboss.weld.annotated.enhanced.EnhancedAnnotated.getQualifiers()
This reflection type should not know about JSR-299 binding
types
|
org.jboss.weld.annotated.enhanced.jlr.AbstractEnhancedAnnotated.getQualifiers() |
org.slf4j.Marker.hasChildren()
|
com.google.common.base.Equivalences.identity()
This method has been moved to Equivalence.identity() . This method is schedule
to be removed in Guava release 14.0.
|
org.jboss.weld.resolution.Resolvable.isAssignableTo(Class>)
|
org.jboss.weld.util.reflection.Reflections.isBindings(Annotation) |
org.jboss.weld.util.el.ForwardingMethodExpression.isParmetersProvided() |
javax.el.MethodExpression.isParmetersProvided() |
com.google.common.net.InternetDomainName.isValidLenient(String)
|
com.google.common.base.Joiner.join(I)
use Joiner.join(Iterator) by casting parts to
Iterator<?> , or better yet, by implementing only Iterator and not
Iterable . This method is scheduled for deletion in June 2013.
|
com.google.common.base.Joiner.MapJoiner.join(I)
use Joiner.MapJoiner.join(Iterator) by casting entries to
Iterator<? extends Entry<?, ?>> , or better yet, by implementing only
Iterator and not Iterable . This method is scheduled for deletion
in June 2013.
|
org.jboss.weld.bean.proxy.util.SimpleProxyServices.loadBeanClass(String) |
com.google.common.collect.GenericMapMaker.makeComputingMap(Function super K, ? extends V>) |
com.google.common.collect.MapMaker.makeComputingMap(Function super K, ? extends V>)
|
com.google.common.collect.Iterators.peekingIterator(PeekingIterator)
no need to use this
|
com.google.common.collect.ArrayTable.remove(Object, Object)
|
org.jboss.weld.injection.spi.EjbInjectionServices.resolveEjb(InjectionPoint)
|
org.jboss.weld.injection.spi.JpaInjectionServices.resolvePersistenceContext(InjectionPoint)
|
org.jboss.weld.injection.spi.JpaInjectionServices.resolvePersistenceUnit(InjectionPoint)
|
org.jboss.weld.injection.spi.ResourceInjectionServices.resolveResource(InjectionPoint)
|
org.jboss.weld.injection.spi.ResourceInjectionServices.resolveResource(String, String)
|
com.google.common.collect.Iterators.skip(Iterator>, int)
This method has been renamed to advance .
This method is scheduled to be deleted in Guava 14.0.
|
com.google.common.collect.MapMaker.softKeys()
use MapMaker.softValues() to create a memory-sensitive map, or MapMaker.weakKeys() to
create a map that doesn't hold strong references to the keys.
This method is scheduled for deletion in January 2013.
|
com.google.common.collect.GenericMapMaker.softKeys() |
com.google.common.base.Stopwatch.toString(int)
|
com.google.common.collect.Iterables.unmodifiableIterable(ImmutableCollection)
no need to use this
|
com.google.common.collect.Iterators.unmodifiableIterator(UnmodifiableIterator)
no need to use this
|
com.google.common.collect.Multimaps.unmodifiableListMultimap(ImmutableListMultimap)
no need to use this
|
com.google.common.collect.Multimaps.unmodifiableMultimap(ImmutableMultimap)
no need to use this
|
com.google.common.collect.Multisets.unmodifiableMultiset(ImmutableMultiset)
no need to use this
|
com.google.common.collect.Multimaps.unmodifiableSetMultimap(ImmutableSetMultimap)
no need to use this
|
com.google.common.io.LittleEndianDataOutputStream.writeBytes(String)
|
com.google.common.io.ByteArrayDataOutput.writeBytes(String)
This method is dangerous as it discards the high byte of
every character. For UTF-8, use write(s.getBytes(Charsets.UTF_8)) .
|