You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible bug:
Line 445 in GenericProblem.java
PenalizingValidation newVal = pc.validate(move, curSolution, curVal, data);
The method validate(Move<? super SolutionType>, SolutionType, Validation, capture#96-of ? super DataType) is ambiguous for the type PenalizingConstraint<capture#95-of ? super SolutionType,capture#96-of ? super DataType> GenericProblem.java /james-core/src/main/java/org/jamesframework/core/problems line 445 Java Problem
Environment:
Java 1.8.0_66
Eclipse Mars.1 Release (4.5.1)
Windows 7 64-bit
The text was updated successfully, but these errors were encountered:
Duplicate of #31. This is not a bug in JAMES but an issue with Eclipse. Maybe you can try the latest (dev) version of Eclipse, else use a different IDE.
Possible bug:
Line 445 in GenericProblem.java
PenalizingValidation newVal = pc.validate(move, curSolution, curVal, data);
Environment:
Java 1.8.0_66
Eclipse Mars.1 Release (4.5.1)
Windows 7 64-bit
The text was updated successfully, but these errors were encountered: