Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Editing open source code- tracing a value set to a concrete variable

    Sorry, I know nothing about databases.
  2. Re: Editing open source code- tracing a value set to a concrete variable

    How are values created there? Are they returned by a method?
    Add printlns before all the return statements to show what is being returned. Maybe you can see the value you are looking for in the...
  3. Re: Editing open source code- tracing a value set to a concrete variable

    The way I find where a variable is set to a value is by doing a Search in the file for: "variablename =" or "variablename=" to find where the variable is set a value.

    But you are looking at going...
  4. Re: Editing open source code- tracing a value set to a concrete variable

    Sorry, that generated code looks like it came from some IDE.
    I would not want to try to understand what it does.
    You'll have to use the IDE to make changes.
    Good luck.
  5. Re: Editing open source code- tracing a value set to a concrete variable

    That is a very vague statement of your problem. You will need to be a lot more specific

    The names of the variables and the names of the methods involved would be useful here.
Results 1 to 5 of 5