|
Change Parameter Type element : P... to element : T... in method public exclude(element T...) : void in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type includePredicate : Predicate<T> to includePredicate : Predicate<P> in method public IncludeExcludeSet(includeSet Set<T>, includePredicate Predicate<P>, excludeSet Set<T>, excludePredicate Predicate<P>) in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type t : T to t : P in method public test(t P) : boolean in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type element : P to element : T in method public exclude(element T) : void in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type properties : Dictionary to properties : Dictionary<?,?> in method public AbstractOSGiApp(manager DeploymentManager, provider AppProvider, bundle Bundle, properties Dictionary<?,?>, originId String) in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp |
From |
To |
|
Change Parameter Type element : P to element : T in method public include(element T) : void in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type includeSet : Set<P> to includeSet : Set<T> in method public IncludeExcludeSet(includeSet Set<T>, includePredicate Predicate<P>, excludeSet Set<T>, excludePredicate Predicate<P>) in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type excludePredicate : Predicate<T> to excludePredicate : Predicate<P> in method public IncludeExcludeSet(includeSet Set<T>, includePredicate Predicate<P>, excludeSet Set<T>, excludePredicate Predicate<P>) in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type element : P... to element : T... in method public include(element T...) : void in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type excludeSet : Set<P> to excludeSet : Set<T> in method public IncludeExcludeSet(includeSet Set<T>, includePredicate Predicate<P>, excludeSet Set<T>, excludePredicate Predicate<P>) in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Parameter Type t : T to t : P in method public matches(t P) : boolean in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Attribute Type _excludePredicate : Predicate<T> to _excludePredicate : Predicate<P> in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Attribute Type _excludes : Set<P> to _excludes : Set<T> in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Attribute Type _includePredicate : Predicate<T> to _includePredicate : Predicate<P> in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Attribute Type _includes : Set<P> to _includes : Set<T> in class org.eclipse.jetty.util.IncludeExcludeSet |
From |
To |
|
Change Attribute Type _properties : Dictionary to _properties : Dictionary<?,?> in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp |
From |
To |
|
Change Attribute Type _entries : List<Entry> to _entries : Map<String,Entry> in class org.eclipse.jetty.webapp.ClasspathPattern |
From |
To |