program for software mertics

Status
Not open for further replies.

Saharika

In the zone
i am trying make software metrics soft for thesis...i have tried hard but it seems to go no where
i am trying to code in php but i may use logic written in any langauge...
may be if there is any such program written in java i can decomplie and take ideas from it....
i really need it...
are there any such program

i found a program called sourcemonitor
www.canpwoodsw.com
i need to only test c files
so is there any such programs..
i really need it and may be is ready to pay some amount for good program just for learning if some body has made it for thesis or so...
 

mediator

Technomancer
Hi @saharika, take a look at this *sourceforge.net/search/index.php?w...arch=soft&words=software+metric&Search=Search

This site has open source softwares too. Their code is available so that u can explore it. So find ur software there. Finding ur software for linux or written in java will greatly help u!
 
OP
S

Saharika

In the zone
mediator said:
Hi @saharika, take a look at this *sourceforge.net/search/index.php?w...arch=soft&words=software+metric&Search=Search

This site has open source softwares too. Their code is available so that u can explore it. So find ur software there. Finding ur software for linux or written in java will greatly help u!
i has extensively searched that site but i didnt found good program written in the java to decompile
or even in the program for software metrics...

normally search is not giving much good result...
 

mediator

Technomancer
saharika said:
well when things gets to real softs replies are low...
And real people don't ask for help if they wanna take the credit to develop the real software. They try to form logic themselves, do all the work themselves and quietly. Most people in online forums don't help others to do their homework. They might help in problems and errors faced during programming. You can search the entire forums to know what I'm talking about. AND if this kinda attitude prevails in ur mind then no one will help u to understand the most easy programming language also!!
Read Software Engineering by KK AGGARWAL. U have all the formulae there and use ur own mind to implement them!

Neways, I tried searching but cudn't find such software. The only software everywhere found was the one u mentioned. So instead of wasting time searching for it, u may form ur own logic. Its not difficult either! Instead of decoding then and wasting time on finding what is happening in the code and where, follow a simple SE cycle.

Instead of finding that software, u shud find out how the text editors work and count the number of lines. Based on that prepare ur own technique to find out LOC(Lines of code), function count and size estimation! I think that wud be much easier!
 

JGuru

Wise Old Owl
@Saharia, You can have a look at *www.softwaremetrics.com/ . Their client
list includes the Fortune 500 companies like MasterCard International, AT & T, Deloitte Consulting,
Accenture, Motorola, General Motors etc., click here
There are lots of books available for 'Software Metrics' study them & implement them
Search for books on 'Software Metrics' in www.amazon.com. Check the rating for
the book. Choose some from the list.
 
Status
Not open for further replies.
Top Bottom