473,387 Members | 1,903 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Comparing Java API's and JavaDocs

MarkoKlacar
296 Expert 100+
Hi,

I need to, in some way, compare 2 JavaDocs with eachother in order to know what has the difference between them are.

Now I've already tried using JDiff but I haven't been able to figure out how to use it to only compare my JavaDoc's and not my source files.

This may sound wierd since the JavaDoc is generated from the source files, but in this case all I want to do is compare the JavaDoc's.

Can anybody shed some light on my problem?

Thanks!
Sep 25 '07 #1
3 1445
JosAH
11,448 Expert 8TB
Hi,

I need to, in some way, compare 2 JavaDocs with eachother in order to know what has the difference between them are.

Now I've already tried using JDiff but I haven't been able to figure out how to use it to only compare my JavaDoc's and not my source files.

This may sound wierd since the JavaDoc is generated from the source files, but in this case all I want to do is compare the JavaDoc's.

Can anybody shed some light on my problem?

Thanks!
Documentation written by different people are different in numerous ways. There's
no (simple) way to compare the both. Why do you want to do that?

kind regards,

Jos
Sep 25 '07 #2
MarkoKlacar
296 Expert 100+
Hi Jos,

I need to keep track of methods, variables, packages that in some way have changed. I know it's not a simple thing to do.

Are you familiar with JDiff?

I think it's a good idea, I was trying to find out if there exist similar solutions out there.

Cheers
Sep 26 '07 #3
JosAH
11,448 Expert 8TB
Hi Jos,

I need to keep track of methods, variables, packages that in some way have changed. I know it's not a simple thing to do.

Are you familiar with JDiff?

I think it's a good idea, I was trying to find out if there exist similar solutions out there.

Cheers
I wouldn't take that route if I were you; use introspection on both classes instead.
You have to load both versions of the class using different class loaders. Then
disect both versions using introspection.

kind regards,

Jos
Sep 26 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Geoffrey | last post by:
Hi all, I am doing some research on java (J2SE and J2EE) ANT-enabled audit tools and code convetions. So far I have comprised the following lists: Audit tools usable from ANT with XML output:...
1
by: Lana | last post by:
I seem to be having problems with generating javadocs from my commented methods. When i go to javadocs in jbuilder it only makes documentation for one class. So i have to go into every single...
1
by: Sherrod Faulks | last post by:
I have a class, Environment that implements java.io.Serializable and it has a method public boolean store(java.io.File) that calls java.io.ObjectOutputStream.defaultWriteObject() but when I do: ...
3
by: Robert Bralic | last post by:
Hello, I writed small graphical editor for probabilystic networks in JAVA, but there was problem with making save file inJAVA. I thinked about it and I concluded that Save in JAVA is great...
14
by: Kill Bill | last post by:
type(i) == "<type 'float'>" this always returns false. How come? type(i)returns <type 'float'> if i is a float so why isn't == working?
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
15
by: Xah Lee | last post by:
On Java's Interface Xah Lee, 20050223 In Java the language, there's this a keyword “interface”. In a functional language, a function can be specified by its name and parameter specs....
9
by: zalek | last post by:
Hello, I am a mainframe Cobol programmer (yes - Cobol programmers are still around, mostly in caves) and I am writing a java code to access DB2. In a Cobol world after each SQL command we are...
13
by: eternalLearner | last post by:
i am writing an client application that connects to the server and then sends data to server. but, the problem is that i get a java.net.ConnectException: Connection refused error. The code i have...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.