Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Re: My Base Class is Changing every time in my code. How I can overcome this?

    From a pure Java perspective, I would not do this even if it were possible. There might be some hack using reflection and code generation/compilation during runtime, but these solutions are all quite...
  2. Re: My Base Class is Changing every time in my code. How I can overcome this?

    Sounds like a project in dire need of source control software (a.k.a. revision control software), and possibly some re-structuring.

    You really shouldn't be tracking the version of a class in the...
  3. Re: My Base Class is Changing every time in my code. How I can overcome this?

    A few important questions to ask (quite similar to each other, just slightly different):

    1. What is the lifetime of GeneratorBase{n}? If you've gone to using GeneratorBase3, are you going to keep...
Results 1 to 3 of 3