msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

VB6 quality measurement

 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Syntax
Author Message
qualitychecker



Joined: 04 Oct 2007
Posts: 9

PostPosted: Fri Jan 26, 2007 10:41 am    Post subject: VB6 quality measurement Reply with quote

Yes I know it's so strange for most of you. My ambition, if we want to
call it like that, is to find inside source codes (VB6 for the moment
because it's quite simple) cases of obvious risks of failure.


It happens that most developpers don't mind about limit cases like
overflow or underflow. So I started thinking how can I detect such
cases. By the end, I have published the results of my work on my web
site. Still it's not finished.


I encourage you to have a look to :


the principles : http://d.cr.free.fr/indexen0101.html,
variables (http://d.cr.free.fr/indexen010101.html),
operators (http://d.cr.free.fr/indexen010102.html),
conditions (http://d.cr.free.fr/indexen010103.html),
control structures (http://d.cr.free.fr/indexen010104.html),
functions and subroutines (http://d.cr.free.fr/indexen010105.html),
complete VB6 language syntax strictly no documentation is available on
this... http://d.cr.free.fr/indexen010106.html)


the simple example : http://d.cr.free.fr/indexen0102.html


two complex examples : http://d.cr.free.fr/indexen0103.html see in
particular OpenSource projet CryptoPad
(http://d.cr.free.fr/wswebconsulterfichiers.php?projet=cryptopad) and
BOM (http://d.cr.free.fr/wswebconsulterfichiers.php?projet=bom). See
the original source code in column 1, the formated code and complete
screen appearance in case of FRM file coming from the XML file in
column 2, and the corrected code in last column


Of course, I can understand your reactions against the VB6 addin. Don't
be afraid. I don't bother about the code itself. I don't want to steal
anything to anyone. Indead it can be freightening for a commercial
goal. I'll think about this point later. But still, I can show how it
works one a case study via the VB6 Add-in.


Bye. (the real quality, a goal not so easy to reach...)

Archived from group: microsoft>public>vb>syntax
Back to top
View user's profile Send private message
Jan Hyde



Joined: 04 Oct 2007
Posts: 1211

PostPosted: Fri Jan 26, 2007 8:52 pm    Post subject: Re: VB6 quality measurement Reply with quote

"qualitychecker@free.fr" 's wild
thoughts were released on 26 Jan 2007 05:41:01 -0800 bearing
the following fruit:

>Yes I know it's so strange for most of you. My ambition, if we want to
>call it like that, is to find inside source codes (VB6 for the moment
>because it's quite simple) cases of obvious risks of failure.
>
>
>It happens that most developpers don't mind about limit cases like
>overflow or underflow. So I started thinking how can I detect such
>cases. By the end, I have published the results of my work on my web
>site. Still it's not finished.

I recomend you finish it, I can make no sense of the site
what so ever.

J

>
>I encourage you to have a look to :
>
>
>the principles : http://d.cr.free.fr/indexen0101.html,
>variables (http://d.cr.free.fr/indexen010101.html),
>operators (http://d.cr.free.fr/indexen010102.html),
>conditions (http://d.cr.free.fr/indexen010103.html),
>control structures (http://d.cr.free.fr/indexen010104.html),
>functions and subroutines (http://d.cr.free.fr/indexen010105.html),
>complete VB6 language syntax strictly no documentation is available on
>this... http://d.cr.free.fr/indexen010106.html)
>
>
>the simple example : http://d.cr.free.fr/indexen0102.html
>
>
>two complex examples : http://d.cr.free.fr/indexen0103.html see in
>particular OpenSource projet CryptoPad
>(http://d.cr.free.fr/wswebconsulterfichiers.php?projet=cryptopad) and
>BOM (http://d.cr.free.fr/wswebconsulterfichiers.php?projet=bom). See
>the original source code in column 1, the formated code and complete
>screen appearance in case of FRM file coming from the XML file in
>column 2, and the corrected code in last column
>
>
>Of course, I can understand your reactions against the VB6 addin. Don't
>be afraid. I don't bother about the code itself. I don't want to steal
>anything to anyone. Indead it can be freightening for a commercial
>goal. I'll think about this point later. But still, I can show how it
>works one a case study via the VB6 Add-in.
>
>
>Bye. (the real quality, a goal not so easy to reach...)


Jan Hyde (VB MVP)

--
Capsize: Head Measurment (Jan Hyde)

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
VB6 software quality measurement Hello In order to improve the quality of VB6 software, one has to measure the complexity, testability with quick and reliable tools. We propose her both tools and methods for this. The final aim is to provide tools to detect potential errors causes, from

New in quality measurement of VB6 software New : test yourself my new VB6 syntax analyzer. Summary : quality and robustness of a software is strongly dependant of the design of it's elementary algorithms. We present in this document who to deal with good quality, as well as the process of control

low quality of render drwaing?! Hi I Have a user control. in this control I have a panel that contians buttons. on paint event of this panel I draw two rectangle in this. I open and clos this panel by change witdh with easing function (48 frame per second) by a timer. but drawing of thi

VB6 source code quality analyzer Hello Have a look at my VB6 source code analyzer. The aim is to detect lacks of sens or mitakes like division by 0, overflow or underflow, unreachable if conditions and so on. A VB6 add-in lets you transmit source files, you'll get the answer back by emai

Accurate time measurement Hello, im trying to find an api or function that i can use to accurately measure the time taken to do something. Like gettickcount but more precise Thanks for any help
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Syntax All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group