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

graphML bug when actor type etc. is missing #30

Closed
leifeld opened this issue Nov 28, 2013 · 1 comment
Closed

graphML bug when actor type etc. is missing #30

leifeld opened this issue Nov 28, 2013 · 1 comment
Assignees
Labels

Comments

@leifeld
Copy link
Owner

leifeld commented Nov 28, 2013

What steps will reproduce the problem?

  1. load file with some actors associated with a type, alias, and note, and with some actors without these details filled out in the actor manager
  2. export an affiliation network in graphML format

What is the expected output? What do you see instead?

should export to a graphML file, but displays nullpointer exception instead

What version of the product are you using? On what operating system?

1.27

Please provide any additional information below:

reported by Sarah Burridge, UMN

First submitted: 2011-09-15

@ghost ghost assigned leifeld Nov 28, 2013
@leifeld
Copy link
Owner Author

leifeld commented Nov 28, 2013

FIXED:

The bug was caused by an uncaught nullpointer exception. This exception was induced because the "undesirable character filter", which is used whenever a network file is exported, sorted out apostrophes, so the graphML export function could no longer match the organization names in the statements with the organization names used in the actor attribute manager in the bottom bar -- whenever the function encountered a name with an apostrophe.

Warning: the undesirable character filter may cause some other similar bugs. Whenever statement frequencies in the nodal attributes in a graphML file report 0, this should be suspicious.

@leifeld leifeld closed this as completed Nov 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant