In a java class java.util.Locale, I find that the keyword transient marked a method.
public final class Locale implements Cloneable, Serializable { priv
This has to be a bug. Or some buggy revision? transient is only applied on variables. Can you provide a link where you see that?