Search:

Type: Posts; User: ober0330

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    6,787

    Re: override list add method?

    I was loading it into a list because I have to loop through the elements and remove/update the list if the item I'm currently processing is already there.

    I might use your second option. Thank...
  2. Replies
    10
    Views
    6,787

    Re: override list add method?

    I do appreciate the fast responses and the help even if I'm not very forthcoming with information! I'll do better in the future.
  3. Replies
    10
    Views
    6,787

    Re: override list add method?

    repID is a string and I'm just concatenating it to a string, so yes, it would be a string.

    And your question is the entire reason I posted here because I was thinking the same thing.

    I think...
  4. Replies
    10
    Views
    6,787

    Re: override list add method?

    Yeah, you're right. Sorry about that. I am just trying to be careful, maybe too careful.

    I think I may have been trying to do an add on a null value, which could have been causing the...
  5. Replies
    10
    Views
    6,787

    Re: override list add method?

    I didn't want to expose my architecture by posting the full stack trace. And the the stack trace indicates that the middle line : reportList.add(repID + "-0"); is causing the exception.

    I'm not...
  6. Replies
    10
    Views
    6,787

    override list add method?

    In the code below, StringUtils is a custom object we have to do certain operations. All I'm trying to do is take a delimited string, split it up into a list, add a new element to the List before...
Results 1 to 6 of 6