Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6932437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:42:22+00:00 2026-05-27T11:42:22+00:00

In my application I should compare two source code files to see if something

  • 0

In my application I should compare two source code files to see if something has changed and then highlight those changes. For that i thought of using EMF compare. My application is a standalone application and is not used as a plugin or something similar. It should run without eclipse. Therefore I linked all the necessary libraries and tried to use EMF compare.

The problem now is that I don´t know how to build the two models that I have to use to compare the two source code files against each other. In the following code snippet I wrote as a first approach, the source code files are passed as files (Test1.java and Test2.java) but actually the source code of both files are stored in a string as the method parameters indicate.

So my question is basically how can I generate two models based on String that contain Java source code so that I can use these two models to compare against each other?

public void compare(String source1, String source2) throws IOException, InterruptedException {

    Resource.Factory.Registry.INSTANCE.getExtensionToFactoryMap().put("java", new ResourceFactoryImpl());

    XSDEcoreBuilder builder = new XSDEcoreBuilder();

    Collection<EObject> model1 = builder.generate(URI.createFileURI("Test1.java"));
    Collection<EObject> model2 = builder.generate(URI.createFileURI("Test2.java"));

    final MatchModel match = MatchService.doMatch(model1.iterator().next(), model2.iterator().next(), Collections.<String, Object> emptyMap());
    final DiffModel diff = DiffService.doDiff(match, false);

    final List<DiffElement> differences = new ArrayList<DiffElement>(diff.getOwnedElements());

    System.out.println("MatchModel :\n");
        System.out.println(ModelUtils.serialize(match));
        System.out.println("DiffModel :\n");
        System.out.println(ModelUtils.serialize(diff));
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T11:42:22+00:00Added an answer on May 27, 2026 at 11:42 am

    You can use Java metamodel from Modisco project, I think.
    With it you can deserialize java files into EMF model and then compare.

    EMFText project also has Java model implementation.

    Give ’em a try!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to the document, http://www.playframework.org/documentation/1.2.3/configuration#java if I define java.source in conf/application.conf then I should
I need to calculate distance between two locations in my android application. Then I
What application should I use for creating Flash animations for a website?
I know that a command line application should return 0 on success. But are
I know that the reminder application should display a badge or sound or kind
Consider an iPhone application that is a catalogue of animals. The application should allow
I'm trying to start unit testing on my application (should have done so from
I have created an SMS application in .NET. I wanted that the application should
Hello I want write my own desktop sharing application in Java. The application should
Should application catch bad signals such as SIGSEV, SIGBUS?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.