Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with pc.validate(move, curSolution, curVal, data) #41

Closed
huanfachen opened this issue May 31, 2017 · 1 comment
Closed

Problem with pc.validate(move, curSolution, curVal, data) #41

huanfachen opened this issue May 31, 2017 · 1 comment

Comments

@huanfachen
Copy link
Contributor

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

@hdbeukel
Copy link
Owner

hdbeukel commented Jun 1, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants