Search:

Type: Posts; User: Purple01

Search: Search took 0.29 seconds.

  1. [SOLVED] Re: Error: java.util.ConcurrentModificationException

    I solved it. :)
    I have put that line of code a few lines above and I made the line Return something.
    Now it does work.

    Thanks everyone. :)
  2. [SOLVED] Re: Error: java.util.ConcurrentModificationException

    Maybe it helps if I show some output this makes?

    This is my excel file:
    Sample_4 Cy3 Cat Old
    Sample_7 <empty cell here> Human Old

    This is what is hapening when it runs:

    ...
  3. [SOLVED] Re: Error: java.util.ConcurrentModificationException

    There is not so much to be found on this function.
    It only should make sure that empty cells are not skipped over.
    And nothing else.
  4. [SOLVED] Re: Error: java.util.ConcurrentModificationException

    I think it is this one:
    (When I remove this one I don't get the error.)



    String BlankOrNot = ("" + row.getCell(blank, Row.CREATE_NULL_AS_BLANK));

    But that is some code I need to find...
  5. [SOLVED] Re: Error: java.util.ConcurrentModificationException

    That is a bit of the problem.
    It only runs this subclass.
    So it is not used somewhere else yet.
  6. [SOLVED] Re: Error: java.util.ConcurrentModificationException

    Sure.
    This is the error code I am having:



    Exception in thread "AWT-EventQueue-0" java.util.ConcurrentModificationException
    at java.util.TreeMap$PrivateEntryIterator.nextEntry(Unknown...
  7. [SOLVED] Error: java.util.ConcurrentModificationException

    Yesterday I hoped I had finished program 1, but it appears to have a fault in it.
    And that is that it won't take empty cells.
    (It is a program that read in an excel file to a MultiHashMap, uses...
Results 1 to 7 of 7