Deprecated API

Deprecated Methods
jade.lang.acl.ASCII_CharStream.getColumn()
            
jade.lang.sl.ASCII_UCodeESC_CharStream.getColumn()
            
jade.lang.acl.ASCII_CharStream.getLine()
            
jade.lang.sl.ASCII_UCodeESC_CharStream.getLine()
            
 

Deprecated Constructors
jade.lang.acl.ACLMessage()
          Since every ACL Message must have a message type, you should use the new constructor which gets a message type as a parameter. To avoid problems, now this constructor silently sets the message type to not-understood. 
jade.lang.acl.ACLMessage(String)
          It increases the probability of error when the passed String does not belong to the set of performatives supported by FIPA. This constructor creates an ACL message object with the specified type. To avoid problems, the constructor ACLMessage(int) should be used instead.