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 8196403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:27:53+00:00 2026-06-07T05:27:53+00:00

I have two Java projects in eclipse. Same project but different versions. Now I

  • 0

I have two Java projects in eclipse. Same project but different versions.

Now I want to compare these projects and find out the Inserted, Modified, Deleted LOCs of each java project.

Is there any plugins are available for this same purpose? Or is there any such tools are available? Please advise me.

  • 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-06-07T05:27:55+00:00Added an answer on June 7, 2026 at 5:27 am

    You can click to projects/folders/packages in Eclipse, right click and select Compare With > Each Other. That will give you an overview of the differences between them. It does not give it on a line basis however, nor does it recurse into subdirectories.

    On Linux, you could use diff and diffstat together like follows.

    diff -rN old-dir new-dir | diffstat
    

    Argument -r will make the diff recursive (i.e. look in subdirectories), and -N will treat missing files as empty (to report lines as added, rather than the file as added).

    This will produce a list like:

    directory/some-file  |    5 +++++
    directory/other-file |   18 +++++++++-------
    2 files changed, 14 insertions(+), 7 deletions(-)
    

    It doesn’t report number of modified files, but inserted and deleted.

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

Sidebar

Related Questions

I have two Eclipse Maven Java projects. A domain project that is laden with
I have two different java projects (I'll call them project 1 and Project 2
I have two same web projects(Java) with different name in my workspace. One is
I want to run two java applications located in two different projects in eclipse
Suppose I have two Java projects in Maven / Eclipse: An open source application
I'm using eclipse, and I have two android projects which have different topics. And
I have two java projects in eclipse. Second one is using first one's jar.
I have an Android Eclipse project that I'd like to divide into two sub-projects.
Pretty new with java/eclipse. Problem: I have two packages in one android project. I
I have two Java instances of java.util.Date and I have to find out if

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.