Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20100830-2000 (Timestamp: 201008302000):Compile errors in build

Build N20100830-2000 (Timestamp: 201008302000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.metadata_2.1.0.N20100830-2000

Compiler log for org.eclipse.equinox.p2.metadata_2.1.0.N20100830-2000 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 9

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/metadata/_expression_/LDAPFilter.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/LDAPFilter.java
 (at line 9)
public class LDAPFilter extends Unary implements IFilterExpression {
The type LDAPFilter must implement the inherited abstract method Filter.matches(Map<String,?>)

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/metadata/_expression_/LDAPFilter.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/LDAPFilter.java
 (at line 53)
public boolean match(ServiceReference reference) {
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized

/src/org/eclipse/equinox/internal/p2/metadata/_expression_/Matches.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/Matches.java
 (at line 67)
return Boolean.valueOf(((Filter) rval).match((Dictionary) lval));
Type safety: The _expression_ of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
2. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/Matches.java
 (at line 67)
return Boolean.valueOf(((Filter) rval).match((Dictionary) lval));
Dictionary is a raw type. References to generic type Dictionary<K,V> should be parameterized
3. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/Matches.java
 (at line 69)
return Boolean.valueOf(((Filter) rval).match(new Hashtable((Map<?, ?>) lval)));
Type safety: The constructor Hashtable(Map) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
4. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/Matches.java
 (at line 69)
return Boolean.valueOf(((Filter) rval).match(new Hashtable((Map<?, ?>) lval)));
Type safety: The _expression_ of type Hashtable needs unchecked conversion to conform to Dictionary<String,?>
5. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/Matches.java
 (at line 69)
return Boolean.valueOf(((Filter) rval).match(new Hashtable((Map<?, ?>) lval)));
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized

/src/org/eclipse/equinox/internal/p2/metadata/_expression_/MemberProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/MemberProvider.java
 (at line 101)
private final ServiceReference serviceRef;
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/MemberProvider.java
 (at line 103)
public ServiceRefMemberProvider(ServiceReference serviceRef) {
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
3. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/_expression_/MemberProvider.java
 (at line 128)
return new ServiceRefMemberProvider((ServiceReference) value);
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top