2025-02-23T11:14:22-05:00 DEBUG: VuFindSearch\Backend\Solr\Connector: Query fl=%2A&wt=json&json.nl=arrarr&q=id%3A%22irk-123456789-1479%22&qt=morelikethis&rows=5
2025-02-23T11:14:22-05:00 DEBUG: VuFindSearch\Backend\Solr\Connector: => GET http://localhost:8983/solr/biblio/select?fl=%2A&wt=json&json.nl=arrarr&q=id%3A%22irk-123456789-1479%22&qt=morelikethis&rows=5
2025-02-23T11:14:22-05:00 DEBUG: VuFindSearch\Backend\Solr\Connector: <= 200 OK
2025-02-23T11:14:22-05:00 DEBUG: Deserialized SOLR response

C# program verification problems: solution by a three-level method

The evolution of formal methods allowed us to overcome many obstacles in verification of procedural programs. However, wide spreading of object-oriented languages has brought new challenges, even in the case of sequential programs. These problems were thoroughly exam-ined by ESC/Java and Spec#, thou...

Full description

Saved in:
Bibliographic Details
Main Author: Promsky, A.V.
Format: Article
Language:English
Published: Інститут програмних систем НАН України 2008
Subjects:
Online Access:http://dspace.nbuv.gov.ua/handle/123456789/1479
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:The evolution of formal methods allowed us to overcome many obstacles in verification of procedural programs. However, wide spreading of object-oriented languages has brought new challenges, even in the case of sequential programs. These problems were thoroughly exam-ined by ESC/Java and Spec#, though in many cases they just state the presence of the challenge. This paper presents an overview of some problematic issues and a three-level approach to their solution in the C#-light project.