Search found 9 matches

by bugsBunny
Wed Dec 12, 2007 7:42 am
Forum: ExamDiff Pro
Topic: comparing refactored code
Replies: 2
Views: 5138

That's the way it seemed. Ah, well.

thanks.
by bugsBunny
Mon Dec 10, 2007 10:42 am
Forum: ExamDiff Pro
Topic: comparing refactored code
Replies: 2
Views: 5138

comparing refactored code

In the java world it is common to have many source files moved among some directories. Diff-ing them misses out (as added or deleted) the ability to compare them from the directory compare.

Is there a setting (I didn't find it) to tell EdPro to sort on file name only?
by bugsBunny
Fri Nov 17, 2006 8:41 am
Forum: ExamDiff Pro
Topic: java plugin and comments
Replies: 2
Views: 6240

somehow I missed this, and just downloaded. seems to work.
by bugsBunny
Wed Sep 13, 2006 12:55 pm
Forum: ExamDiff Pro
Topic: java plugin and comments
Replies: 2
Views: 6240

java plugin and comments

I've just noticed that if I use the jacobe plugin for java source, the diff output nicely lines up the text, which it always did. What I don't understand is that single line ( // type ) and javadoc (/** */ type) comments no longer get skipped while (/* */ type) do, although checked in Ignore Comment...
by bugsBunny
Fri Apr 29, 2005 8:29 pm
Forum: ExamDiff Pro
Topic: skipping { } difference in java, etc
Replies: 6
Views: 12656

i heartily recommend jacobe for java formatting. they had a workaround within an hour or so, and updated the download to deal with the odd line terms within a day.
by bugsBunny
Wed Apr 27, 2005 6:44 am
Forum: ExamDiff Pro
Topic: skipping { } difference in java, etc
Replies: 6
Views: 12656

e-mailed the jacobe folk. there is a cfg file, and a switch

--lineterm=2

which tells it to use unix line termination. now all looks well. so long as one doesn't use jacobe standalone. but that's another episode.
by bugsBunny
Wed Apr 27, 2005 4:42 am
Forum: ExamDiff Pro
Topic: skipping { } difference in java, etc
Replies: 6
Views: 12656

like a charm. cool.
by bugsBunny
Tue Apr 26, 2005 12:48 pm
Forum: ExamDiff Pro
Topic: skipping { } difference in java, etc
Replies: 6
Views: 12656

well, sounds like a job for PlugInMan. found the tuts, but can't find how to make the following work: using either jacobe or jalopy, one can get a re-formatted file. jacobe does it like this: SomeClassFile.java is reformatted and put in SomeClassFile.java.jacobe in the same directory. so, using winc...
by bugsBunny
Tue Apr 26, 2005 11:08 am
Forum: ExamDiff Pro
Topic: skipping { } difference in java, etc
Replies: 6
Views: 12656

skipping { } difference in java, etc

(using EDP 3.3 beta) can't find any indication that the Ignore options will not flag the following fragments as different (or, show them as same) foo { vs. foo { since we have lots of coders using various combinations, it would be better if we didn't have to re-format (and then, re-re-format when di...