Search:

Type: Posts; User: tuocuggino

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: old object take variabile from the new issue

    I move the definition inside the loop and the problem disappear...

    i'm sorry for taking you busy with a stupid problem like this

    thanks a lot
  2. [SOLVED] Re: old object take variabile from the new issue

    i rewrite the method importBeams with some system print:


    public void importBeams() throws IOException{
    Node[] nodiestremi = new Node[2];
    int index = 0;
    int propNumber = 0 ;
    int...
  3. [SOLVED] Re: old object take variabile from the new issue

    if i check the value of ndElem that is nodoelemento that is structure.element.get(a).getNodes()[0].getIndex(); with the debugger it is correct.

    the problem is that when a new beam is created, the...
  4. [SOLVED] Re: old object take variabile from the new issue

    the output is this:


    i have added some text in the meanwhile for avoid to do confusion , but the numbers (that matters) are the same

    the output that i search is that:


    that is the index...
  5. [SOLVED] Re: old object take variabile from the new issue

    I use eclipse, with his debugger.

    the output is generated on Class StrausParser, method: importBeams (line 95)

    the code that generate the output take the data from the method where it is, and...
  6. [SOLVED] Re: old object take variabile from the new issue

    sorry here is the code.

    the interesting Class are: Beam, Structure, StrausParser and Node
  7. [SOLVED] Re: old object take variabile from the new issue

    thanks for the reply.
    I've changed my program like before, removing all static modifier. But the problem remains the same :(
  8. [SOLVED] old object take variabile from the new issue

    hi, i have a problem with my code.
    when, on strausParser class, i create the new object Beam i give him an array of Node object called "nodiestremi".

    the problem is that when a Beam is created,...
  9. Replies
    1
    Views
    1,087

    how to parse structured txt

    hi, guys.
    I need to parse a text structured as shown below.

    I'm not expert on parsing text, can someone give me an advice for learn how to parse a text like this?



    /...
  10. Exception in thread "main" java.lang.NullPointerException

    hi guys, i started studying java recently and today i'm stucked on this error.
    can anyone help me?


    import java.io.BufferedReader;
    import java.io.DataInputStream;
    import...
Results 1 to 10 of 11