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

method place-holders?! #333

Open
marco-foscato opened this issue Dec 10, 2019 · 0 comments
Open

method place-holders?! #333

marco-foscato opened this issue Dec 10, 2019 · 0 comments

Comments

@marco-foscato
Copy link

Hi,

I came across methods that were probably not supposed to be part of any stable release, as they just throw an exception saying that these methods are "not implemented".
See org.graphstream.ui.spriteManager.Sprite from release gs-core-1.3

public Iterator<String> getAttributeKeyIterator() {
	throw new RuntimeException("not implemented");
}

public Iterable<String> getEachAttributeKey() {
	return getAttributeKeySet();
}

public Collection<String> getAttributeKeySet() {
	throw new RuntimeException("not implemented");
}

public Map<String, Object> getAttributeMap() {
	throw new RuntimeException("not implemented");
}

This stuff is still there in the master branch as well as in release/2.0.0-beta

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

1 participant