| Author |
Function Point
|
soumak ghosal
Greenhorn
Joined: Jul 11, 2006
Posts: 1
|
|
|
Can anyone send me the java code for calculating function point for estimating software time?
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
soumak ghosal, Welcome to JavaRanch! In an effort to help you get the most from our forums, we've compiled a list of tips for asking questions here. You can find the list in our FAQ section here. In particular, please see CarefullyChooseOneForum. This forum is devoted to JSP questions. I'll move this thread to the Java In General (Intermediate) forum where it will stand a better chance of getting a good answer. Again, welcome to JavaRanch and good luck with your question. -Ben
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
|
|
What's a function point? Do you mean you want to calculate the running time of a method or manipulation? Have you been through the java.lang.System class? Have you found the two methods which return times yet? CR
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
|
If you're doing function point analysis to estimate project size, duration, cost, etc, we probably ought to move this down to the Agile and Other Processes (XP, Scrum, RUP, etc) forum. Google for "function point estimate" first to see what it's all about. Here's the IFPUG site for one example.
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
 |
|
|
subject: Function Point
|
|
|