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

Compile failed: AttributesImpl #562

Closed
neil-rubens opened this issue Mar 15, 2012 · 0 comments
Closed

Compile failed: AttributesImpl #562

neil-rubens opened this issue Mar 15, 2012 · 0 comments
Milestone

Comments

@neil-rubens
Copy link
Contributor

linked changeset: 53c0f2e

It seems to be caused by #530
since when I check out c52cdc1 it does compile.

Compiling 23 source files to /Users/neil/Desktop/TMP/Gephi-fork/AttributesImpl/build/classes
/Users/neil/Desktop/TMP/Gephi-fork/AttributesImpl/src/org/gephi/data/attributes/AttributeContollerImpl.java:60: class AttributeControllerImpl is public, should be declared in a file named AttributeControllerImpl.java
public class AttributeControllerImpl implements AttributeController {
Note: org.gephi.data.attributes.AttributeControllerImpl to be registered as a org.gephi.data.attributes.api.AttributeController
Note: org.gephi.data.attributes.AttributeModelDuplicateProvider to be registered as a org.gephi.project.spi.WorkspaceDuplicateProvider
Note: org.gephi.data.attributes.AttributeUtilsImpl to be registered as a org.gephi.data.attributes.api.AttributeUtils
Note: org.gephi.data.attributes.serialization.AttributeModelPersistenceProvider to be registered as a org.gephi.project.spi.WorkspacePersistenceProvider
Note: org.gephi.data.attributes.serialization.AttributeRowPersistenceProvider to be registered as a org.gephi.project.spi.WorkspacePersistenceProvider
Note: Attempting to workaround javac bug #6512707
/Users/neil/Desktop/TMP/Gephi-fork/AttributesImpl/src/org/gephi/data/attributes/AttributeContollerImpl.java:60: class AttributeControllerImpl is public, should be declared in a file named AttributeControllerImpl.java
public class AttributeControllerImpl implements AttributeController {
/Users/neil/Desktop/TMP/Gephi-fork/AttributesImpl/src/org/gephi/data/attributes/AttributeValueImpl.java:79: warning: [unchecked] unchecked call to getEdgeAttributeValue(T,org.gephi.data.attributes.api.AttributeColumn) as a member of the raw type org.gephi.data.attributes.spi.AttributeValueDelegateProvider
                result = attributeValueDelegateProvider.getEdgeAttributeValue(value, column);
/Users/neil/Desktop/TMP/Gephi-fork/AttributesImpl/src/org/gephi/data/attributes/AttributeValueImpl.java:81: warning: [unchecked] unchecked call to getNodeAttributeValue(T,org.gephi.data.attributes.api.AttributeColumn) as a member of the raw type org.gephi.data.attributes.spi.AttributeValueDelegateProvider
                result = attributeValueDelegateProvider.getNodeAttributeValue(value, column);
1 error
2 warnings
/Users/neil/Desktop/TMP/Gephi-fork/platform/harness/suite.xml:184: The following error occurred while executing this line:
/Users/neil/Desktop/TMP/Gephi-fork/platform/harness/common.xml:206: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 26 seconds)
eduramiba added a commit that referenced this issue Mar 15, 2012
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