IEEE Access (Jan 2020)

On Code Analysis Opportunities and Challenges for Enterprise Systems and Microservices

  • Tomas Cerny,
  • Jan Svacina,
  • Dipta Das,
  • Vincent Bushong,
  • Miroslav Bures,
  • Pavel Tisnovsky,
  • Karel Frajtak,
  • Dongwan Shin,
  • Jun Huang

DOI
https://doi.org/10.1109/ACCESS.2020.3019985
Journal volume & issue
Vol. 8
pp. 159449 – 159470

Abstract

Read online

Code analysis brings excellent benefits to software development, maintenance, and quality assurance. Various tools can uncover code defects or even software bugs in a range of seconds. For many projects and developers, the code analysis tools became essential in their daily routines. However, how can code analysis help in an enterprise environment? Enterprise software solutions grow in scale and complexity. These solutions no longer involve only plain objects and basic language constructs but operate with various components and mechanisms simplifying the development of such systems. Enterprise software vendors have adopted various development and design standards; however, there is a gap between what constructs the enterprise frameworks use and what current code analysis tools recognize. This manuscript aims to challenge the mainstream research directions of code analysis and motivate for a transition towards code analysis of enterprise systems with interesting problems and opportunities. In particular, this manuscript addresses selected enterprise problems apparent for monolithic and distributed enterprise solutions. It also considers challenges related to the recent architectural push towards a microservice architecture. Along with open-source proof-of-concept prototypes to some of the challenges, this manuscript elaborates on code analysis directions and their categorization. Furthermore, it suggests one possible perspective of the problem area using aspect-oriented programming.

Keywords