Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - student_blagger

Pages: [1]
1
General Board / Re: Macabes cyclomatic complexity
« on: April 05, 2006, 10:08:36 am »
ok thanks for the info guys..looks like ill have to get my pen out  :o

2
General Board / Re: Macabes cyclomatic complexity
« on: April 03, 2006, 10:45:01 am »
to work out the cyclomatic complexity u need to do this:

Cyclomatic complexity (CC) = E - N + p

where E = the number of edges of the graph

N = the number of nodes of the graph

p = the number of connected components

ive got 20,000 lines of code i didnt fancy going through my code by hand to draw a diagram with the connections between every bit of code!..hence im looking for a tool that will do it for me

3
General Board / Re: Macabes cyclomatic complexity
« on: April 03, 2006, 10:12:56 am »
lol no... its not me..i found that site to

4
General Board / Re: Macabes cyclomatic complexity
« on: April 03, 2006, 10:11:18 am »
to lazy to generate the graphs by hand.. do you mean there are routines to do this already?!?

5
General Board / Macabes cyclomatic complexity
« on: April 03, 2006, 09:01:32 am »
Is there any way to calutae McCabe's cyclomatic complexity of php code with EA? Ive searched google and i cant find any tool that does. :( found lots for java, c++ ect but not php. Can anyone point me in the right direction?
Im too lazy to do by hand ;)

Thanks,

Lee

6
General Board / Re: import data from postgres via odbc
« on: March 21, 2006, 08:47:48 am »
ok..i just reinstalled ea and it now works..no idea why but hey im not complaining

7
General Board / Re: import data from postgres via odbc
« on: March 21, 2006, 08:32:24 am »
HI,

sorry youre right i should have posted more details!

my ea version is: 6.1.788 build 788
postgres version 8.0
odbc driver 8.00.01.03 from pgfoundry
mdac version: 2.8 sp1

any help greatly appreciated guys!

8
General Board / import data from postgres via odbc
« on: March 20, 2006, 05:42:06 pm »
Hey folks,

I just tried to import my database from postgresl via odbc and it keep locking up...anyone had any probelms with this? i did this in an older version and it worked fine.

Im using postgres 8.0 and have the latest odbc driver.

Any advice appreciated.

Thanks,

Lee

Pages: [1]