Updates wrong Strings
Brought to you by:
rwgrier
If I do a versionupdate on a string, and the contents
of that string also exists elsewhere in the Java file,
those instances get 'updated' as well.
For example:
public static final String REV_CONF = "8.1.5";
and later in the same java file :
// This is a test : IP = 192.168.1.5
that will change to 8.2.0 and 192.168.2.0 respectively
after a "Point" update. Hardly convinient.
Nice product though.
Aditionally, would it be possible to support more than
3 levels in numbering ?
Currently we use 4 Eg: 4.2.1.25 (Major, release, patch
and build)
Regards
A.Grandt
Logged In: YES
user_id=1020109
Please ignore the RFE at the end of the bug repport.
Logged In: YES
user_id=516146
I can reproduce this error and am working on it.
Logged In: YES
user_id=1020109
I have made a possible fix for the problem myself, but the
fix is located only on my PC at work. I'll submit the
changes after my vacation which ends August 2nd.