This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241721 - Result from internal diff differs from external diff
Summary: Result from internal diff differs from external diff
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 20:39 UTC by host
Modified: 2014-02-12 07:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Internal Diff (500.53 KB, image/png)
2014-02-11 20:44 UTC, host
Details
External Diff (421.33 KB, image/png)
2014-02-11 20:44 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2014-02-11 20:39:07 UTC
I have two very different application context files. First, I use the internal diff tool and then I use the external diff (OS X). The diff result is very different for those two cases.
Comment 1 host 2014-02-11 20:44:04 UTC
Created attachment 145058 [details]
Internal Diff
Comment 2 host 2014-02-11 20:44:38 UTC
Created attachment 145059 [details]
External Diff
Comment 3 Ondrej Vrabec 2014-02-12 07:32:48 UTC
most likely caused by ignoring white-spaces with the internal diff tool. Go to Tools -> Options -> Misc -> Diff and disable all Ignore... options in Internal Diff area. If you still get different results, please send me the two files and i'll try myself and debug it.