Pavel Parízek

ORCID: 0000-0003-0714-7446
Publications
Citations
Views
---
Saved
---
About
Contact & Profiles
Research Areas
  • Formal Methods in Verification
  • Software Testing and Debugging Techniques
  • Software Reliability and Analysis Research
  • Advanced Software Engineering Methodologies
  • Real-Time Systems Scheduling
  • Software System Performance and Reliability
  • Parallel Computing and Optimization Techniques
  • Logic, programming, and type systems
  • Software Engineering Research
  • Service-Oriented Architecture and Web Services
  • Advanced Malware Detection Techniques
  • Security and Verification in Computing
  • Radiation Effects in Electronics
  • Model-Driven Software Engineering Techniques
  • VLSI and Analog Circuit Testing
  • Access Control and Trust
  • Evolutionary Algorithms and Applications
  • Iterative Learning Control Systems
  • IoT and Edge/Fog Computing
  • Blockchain Technology Applications and Security
  • Cloud Data Security Solutions
  • Distributed systems and fault tolerance
  • Real-time simulation and control systems
  • Peer-to-Peer Network Technologies
  • Data Quality and Management

Charles University
2010-2024

University of Waterloo
2011-2012

Software (Spain)
2008

Czech Academy of Sciences, Institute of Computer Science
2007

With traditional testing, the test case has no control over non-deterministic scheduling decisions, and thus errors dependent on are only found by pure chance. Java Path Finder (JPF) is a specialized virtual machine that can systematically explore execution paths for all possible schedulings, catch these errors. Unfortunately, execution-based model checkers, including JPF, cannot be easily adapted to support real-time programs.

10.1145/1850771.1850794 article EN 2010-08-19

Although there exist several software model checkers that check the code against properties specified e.g. via a temporal logic and assertions, or just verifying low-level (like unhandled exceptions), none of them supports checking components high-level behavior specification. We present our approach to implemented in Java specification their defined protocols, which employs PathFinder checker protocol checker. The property checked by (JPF) tool (correctness particular method call sequences)...

10.1109/sew.2006.23 article EN Proceedings 2006-04-01

Java Pathfinder (JPF) was originally developed as an explicit state software model checker and subsequently evolved into extensible bytecode analysis framework that has been successfully used to implement techniques such symbolic concolic execution, compositional verification, parallel incremental program analysis, many more. Apart from its original domain of concurrent programs, JPF now supports the verification new domains UMLs, numeric graphical user interfaces, Android applications.

10.1145/3573074.3573080 article EN ACM SIGSOFT Software Engineering Notes 2023-01-10

Model checking of isolated software components is inherently not possible because a component does form complete program with an explicit starting point. To overcome this obstacle, it typically necessary to create environment the which intended subject model checking. We present our approach automated generation that based on behavior protocols [Plasil, F., and S. Visnovsky, Behavior Protocols for Software Components, IEEE Transactions Engineering, 28(2002)]; knowledge, only generator...

10.1016/j.entcs.2006.02.036 article EN Electronic Notes in Theoretical Computer Science 2007-05-01

Application of model checking to isolated software components is not directly possible because a component does form complete program - the problem missing environment occurs. A solution create an some for subject checking. As most general can cause be infeasible, we on basis particular context used in. More specifically, our approach exploits hierarchical architecture and behavior specification defined via protocols, all that provided in ADL. This way, represents rest application with...

10.1016/j.entcs.2006.09.036 article EN Electronic Notes in Theoretical Computer Science 2007-06-01

One popular approach to detect errors in multi-threaded programs is systematically explore all possible interleavings. A common algorithmic strategy construct the program state space on-the-fly and perform thread scheduling choices at any instruction that could have effects visible other threads. Existing tools do not look ahead code be executed, thus their decisions are too conservative. They create unnecessary instructions actually influence threads, which implies exploring exponentially...

10.1109/ase.2011.6100154 article EN 2021 36th IEEE/ACM International Conference on Automated Software Engineering (ASE) 2011-11-01

Our goal is to develop precise and scalable verification techniques for Java programs that use collections properties depend on their content. We apply the popular approach of predicate abstraction collections. The main challenge in this context compact modeling enables practical verification. define a language observable state at interface level. Changes by API methods are captured weakest preconditions. adapt existing construction abstract programs. Most notably, we designed optimizations...

10.1145/2384616.2384623 article EN 2012-10-19

Real-time systems, and in particular safety-critical are a rich source of challenges for the program verification community as software errors can have catastrophic consequences. Unfortunately, it is nearly impossible to find representative programs public domain. This has been significant impediment research field, very difficult validate new ideas or techniques experimentally. paper presents open real-time systems context Specification Java. But, our main contribution family programs,...

10.1145/1707790.1707800 article EN 2010-01-19

Code model checking of software components suffers from the well-known problem state explosion when applied to highly parallel components, despite fact that a single component typically comprises smaller space than whole system. We present technique mitigates in code primitive with Java PathFinder case checked property is absence concurrency errors. The key idea reduce parallelism calling protocol on basis information provided by static analysis searching for concurrency-related patterns...

10.1109/euromicro.2007.46 article EN 2007-08-01

10.1016/j.scico.2014.10.008 article EN publisher-specific-oa Science of Computer Programming 2014-10-28

A key problem in compositional model checking of software systems is that typical checkers accept only closed (runnable programs) and therefore a component cannot be model-checked directly. solution to create an artificial environment for the such its composition forms runnable program can model-checked. Although it possible universal performs all sequences interleavings calls component's methods, practical purposes sufficient capture this way just use particular system – idea expressed by...

10.1049/iet-sen.2009.0016 article EN IET Software 2010-06-15

10.1007/s10009-018-0484-7 article EN International Journal on Software Tools for Technology Transfer 2018-01-30

We present our ongoing effort to implement predicate abstraction in Abstract Pathfinder, which is an extension of Java Pathfinder. Our approach builds upon existing techniques that have been proposed mainly for low-level programs C. support predicates over variables having numerical data types. The main challenges we addressed include (1) the design language, (2) arrays, (3) finding affected by a given statement, (4) aliasing between variables, (5) propagating values method call boundaries,...

10.1145/2557833.2560573 article EN ACM SIGSOFT Software Engineering Notes 2014-02-11

Techniques and tools for verification of multi-threaded programs must cope with the huge number possible thread interleavings. Tools based on systematic exploration a program state space employ partial order reduction to avoid redundant The key idea is make non-deterministic scheduling choices only at statements that read or modify global shared by multiple threads. We focus approach used in such as Java Pathfinder (JPF), which construct on-the-fly, therefore can use information available...

10.1145/2632362.2632365 article EN 2014-07-11

Although Web services are generally envisioned as being stateless, some of them implicitly stateful. The reason is that the often work front-ends to enterprise systems and used in a session-oriented way by clients. Contrary case stateless services, for stateful service there exist constraints order which operations may be invoked. However, specification such not standard part interface, compliance with checked development tools. Therefore, we propose this paper extend web interface...

10.1109/seaa.2008.11 article EN Proceedings of the ... EUROMICRO Conference/EUROMICRO 2008-09-01

We present Abstract Pathfinder, an extension to the Java Pathfinder (JPF) verification tool-set that supports data abstraction reduce large domains of a program small, finite abstract domains, making more amenable verification. use compute over-approximation original in such way if (safety) property is true abstracted also program. Our approach enhances JPF with interpreter and state-matching mechanisms, together library abstractions from which user can pick for particular application....

10.1145/2382756.2382794 article EN ACM SIGSOFT Software Engineering Notes 2012-11-27

Our goal is to develop precise and scalable verification techniques for Java programs that use collections properties depend on their content. We apply the popular approach of predicate abstraction collections. The main challenge in this context compact modeling enables practical verification. define a language observable state at interface level. Changes by API methods are captured weakest preconditions. adapt existing construction abstract programs. Most notably, we designed optimizations...

10.1145/2398857.2384623 article EN ACM SIGPLAN Notices 2012-10-19

In software component verification, one of the challenges is model checking isolated components. The environment an unknown, and therefore a part input to checker missing. This problem can be addressed via automated generation artificial — its form complete program that verified using common checkers. Focusing on concurrency errors in Java components, we propose automatically generate reasonable makes efficient detection with PathFinder possible. Such executes parallel those component's...

10.1016/j.entcs.2009.09.033 article EN Electronic Notes in Theoretical Computer Science 2009-09-27

Fostering efficiency of distributed supply chains in the Industry 4.0 often bases on IoT-data analysis and by means lean- shop oor-management. However, trust preserving privacy is a precondition: Competing factories will not share data, if, e.g., data reveal business relevant information to competitors. Our approach enforcing policies chains. These are highly dynamic therefore manageable 'traditional' rights-management approaches as we stretch literature analysis. To enforce privacy, analyze...

10.5445/ir/1000085169 article EN 2018-01-01

A popular approach to verification of software system correctness is model checking. To achieve scalability needed for large systems, checking has be augmented with abstraction. In this paper, we provide an overview selected techniques program based on predicate We focus that advanced the state-of-the-art in a significant way, including counterexample-guided abstraction refinement, lazy abstraction, and current trends form extensions targeting, example, data structures multi-threading....

10.4230/oasics.iccsw.2014.27 article EN 2014-01-01
Coming Soon ...