Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i'm going to do project in java... in that project i have to do clone analysis,l function analysis.. FA mean i have to find the functionally similar Code(EX:c=a+b is same c=b+a) i don have any to do? can anyone assert me?
Posted

1 solution

Following links will be very useful to understand how to apply
function point analysis to java program.


Clear Understanding of FPA

http://www.devshed.com/c/a/Practices/An-Overview-of-Function-Point-Analysis/[^]


FPA in Java

http://portal.acm.org/citation.cfm?doid=581339.581412[^]

http://sel.ics.es.osaka-u.ac.jp/~lab-db/betuzuri/archive/370/370.ppt[^]

Hope this will help!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900