Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
ch.epfl.lamp.smartanalysis.modifications.Modification

Uses of Modification in ch.epfl.lamp.smartanalysis.modifications
 

Classes in ch.epfl.lamp.smartanalysis.modifications that implement Modification
 class AbstractMethodAdded
          Addind an abstract method to a class
 class AddedNonPrivateField
          Added a non-private field dField to C that hides a non-private field with the same name in C's superclass.
 class ClassBecameAbstract
          Class became abstract Created: Tue Jan 7 17:50:38 2003
 class ClassBecameFinal
          Class became final
 class ClassModification
          Describe a modification to a Class
 class CompileTimeConstantModified
          CompileTimeConstantModified.java Created: Tue Jan 7 19:30:17 2003
 class ConcreteMethodDeleted
          Deleted a concrete method which is declared abstract in C's superclass, form class C.
 class ConstantFieldDeleted
          a compile-time constant field has been deleted
 class ConstantFieldModification
          Abstract class representing a compile-time constant modification
 class ConstantFieldNotAnyMoreFinal
          A final modifier is deleted for a non private field wich is compile-time constant.
 class ConstantFieldValueChanged
          a compile-time constant value was modified.
 class ConstructorAdded
          Added one constructor, which have non-zero number of parameters, to class C, which previously had no explicitly declared constructors.
 class DefaultClassBecamePrivate
          Default Class Became Private.
 class DefaultFieldBecamePrivate
          Default Field Became Private.
 class DefaultMethodBecamePrivate
          Default Method Became Private.
 class ExceptionBecameChecked
          Exception Became Checked.
 class ExceptionNotThrown
          The method dMeth does not any more throw this exception binary compatible, but we need to update the graph.
 class ExceptionSetExtended
          Extending the set of exception thrown by a method.
 class FieldBecameFinal
          Field Became Final.
 class FieldDeleted
          non private field Field Deleted.
 class FieldModification
          Describe a modification to a field.
 class InterfaceMethodAdded
          Adding method to an Interface Created: Tue Jan 7 21:53:12 2003
 class InterfaceMethodRemoved
          Interface Method Removed.
 class MethodBecameAbstract
          Method Became Abstract.
 class MethodBecameFinal
          Method Became Final.
 class MethodDeleted
          non private methode deleted.
 class MethodModification
          Describe a modification to a method.
 class MethodMoreAccessible
          Method More Accessible.
 class MethodOverloaded
          Added to C a non-private method which overloads an existing (declared or inherited) method.
 class MethodSignatureModified
          MethodSignatureModified.java Created: Tue Jan 7 22:18:11 2003
 class NewMethodExistingInSubClass
          NewMethodExistingInSubClass.java Created: Tue Jan 7 22:33:28 2003
 class OnlyUpdateModification
          Subclass will only make update to the graph, the modification is not binary Created: Sun Feb 16 15:02:18 2003
 class ProtectedClassBecameDefault
          ProtectedClassBecameDefault.java Created: Tue Jan 7 17:57:21 2003
 class ProtectedClassBecamePrivate
          ProtectedClassBecamePrivate.java Created: Tue Jan 7 17:57:21 2003
 class ProtectedFieldBecameDefault
          ProtectedFieldBecameDefault.java Created: Tue Jan 7 19:17:17 2003
 class ProtectedFieldBecamePrivate
          ProtectedFieldBecamePrivate.java Created: Tue Jan 7 19:24:30 2003
 class ProtectedMethodBecameDefault
          ProtectedMethodBecameDefault.java Created: Tue Jan 7 22:08:53 2003
 class ProtectedMethodBecamePrivate
          ProtectedMethodBecamePrivate.java Created: Tue Jan 7 22:11:30 2003
 class PublicClassBecameDefault
          PublicClassBecameProtected.java Created: Tue Jan 7 17:57:21 2003
 class PublicClassBecamePrivate
          PublicClassBecamePrivate.java Created: Tue Jan 7 17:57:21 2003
 class PublicClassBecameProtected
          PublicClassBecameProtected.java Created: Tue Jan 7 17:57:21 2003
 class PublicFieldBecameDefault
          PublicFieldBecameDefault.java Created: Tue Jan 7 19:15:45 2003
 class PublicFieldBecamePrivate
          PublicFieldBecamePrivate.java Created: Tue Jan 7 19:22:56 2003
 class PublicFieldBecameProtected
          PublicFieldBecameProtected.java Created: Tue Jan 7 19:13:35 2003
 class PublicMethodBecameDefault
          PublicMethodBecameDefault.java Created: Tue Jan 7 22:07:52 2003
 class PublicMethodBecamePrivate
          PublicMethodBecamePrivate.java Created: Tue Jan 7 22:10:26 2003
 class PublicMethodBecameProtected
          PublicMethodBecameProtected.java Created: Tue Jan 7 22:06:36 2003
 class SkeletonModified
          SkeletonModified.java Created: Sun Feb 16 15:20:52 2003
 class StaticFieldModified
          StaticFieldModified.java Created: Tue Jan 7 19:32:50 2003
 class StaticMethodAdded
          StaticMethodAdded.java Created: Tue Jan 7 22:29:40 2003
 class StaticMethodModified
          StaticMethodModified.java Created: Tue Jan 7 22:23:34 2003
 class SuperListModification
          SuperListModification.java Created: Tue Jan 7 18:20:04 2003
 class VolatileFieldModified
          VolatileFieldModified.java Created: Tue Jan 7 19:34:14 2003
 

Methods in ch.epfl.lamp.smartanalysis.modifications that return Modification
static Modification[] ModificationFactory.findModifications(ch.epfl.lamp.smartanalysis.DepClass oldClass, ch.epfl.lamp.smartanalysis.Skeleton newSkeleton, int newClassAccess, long newTimeStamp, ch.epfl.lamp.smartanalysis.DepAnalyser analyser)
          Describe findModifications method here.