Author:admin

Date:2014-06-04T00:14:45.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1371 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2014-06-04 00:14:45 +00:00
parent 077caee92b
commit 8554a25dbb
13 changed files with 421 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
[[Property:title|Eiffel Inspector]]
[[Property:weight|-9]]
[[Property:uuid|3d9edb08-a7dd-7df9-2b1e-b5c30add6529]]
The Inspector Eiffel is a static analyzer that will help maintain a high code quality. It is capable of detecting many different kinds of issues in the source code. These issues relate to possibly dangerous run-time behavior, performance problems, coding style, and more.