JP5516736B2 - ソフトウェア保守支援装置及びそれにより検証した電子制御装置 - Google Patents
ソフトウェア保守支援装置及びそれにより検証した電子制御装置 Download PDFInfo
- Publication number
- JP5516736B2 JP5516736B2 JP2012525258A JP2012525258A JP5516736B2 JP 5516736 B2 JP5516736 B2 JP 5516736B2 JP 2012525258 A JP2012525258 A JP 2012525258A JP 2012525258 A JP2012525258 A JP 2012525258A JP 5516736 B2 JP5516736 B2 JP 5516736B2
- Authority
- JP
- Japan
- Prior art keywords
- variable
- cluster
- data
- maintenance support
- dependency
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000004458 analytical method Methods 0.000 claims description 64
- 238000000034 method Methods 0.000 claims description 22
- 238000007621 cluster analysis Methods 0.000 claims description 12
- 230000006870 function Effects 0.000 claims description 9
- 239000011159 matrix material Substances 0.000 claims description 9
- 238000003012 network analysis Methods 0.000 claims description 8
- 239000000284 extract Substances 0.000 claims description 4
- 230000007704 transition Effects 0.000 claims description 4
- 238000010586 diagram Methods 0.000 description 27
- 230000008569 process Effects 0.000 description 13
- 238000012545 processing Methods 0.000 description 8
- 238000004364 calculation method Methods 0.000 description 7
- 230000001404 mediated effect Effects 0.000 description 4
- 230000002776 aggregation Effects 0.000 description 2
- 238000004220 aggregation Methods 0.000 description 2
- 230000008878 coupling Effects 0.000 description 2
- 238000010168 coupling process Methods 0.000 description 2
- 238000005859 coupling reaction Methods 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- XMBWDFGMSWQBCA-UHFFFAOYSA-N hydrogen iodide Chemical compound I XMBWDFGMSWQBCA-UHFFFAOYSA-N 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000005192 partition Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000012800 visualization Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/75—Structural analysis for program understanding
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3604—Software analysis for verifying properties of programs
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Stored Programmes (AREA)
Description
2 コンピュータ
3 ソースコード
4 表示装置
5 入力装置
6 エレベータ制御装置
11 ソースコード解析部
12 変数依存関係クラスタ表示部
13 ソースコードコンパイル部
14 制御部
61 メモリ
62 マイクロプロセッサ
1000 ソフトウェア保守支援装置及びそれにより検証した電子制御装置
Claims (13)
- 電子制御装置に搭載されて制御対象を制御するためのソフトウェアのソースコードを解析するソースコード解析手段を有し、ソースコード中の変数に関する解析情報を出力するソフトウェア保守支援装置であって、
前記ソースコードは、複数の関数によって構成され、
前記ソースコード解析手段は、
前記ソースコードに含まれる変数同士に、ある変数を更新するときに他の変数を参照するかの依存関係の有無を前記複数の関数にまたがって分析して変数依存関係データを抽出する変数依存関係解析手段と、
前記変数依存関係データに基づいて、変数全体からなる集合を、少なくとも一つの変数で構成される変数クラスタに分割した変数クラスタデータを抽出する変数クラスタ解析手段を有する変数依存関係ネットワーク解析手段と、を有し、
前記変数依存関係データに基づいて、変数間依存関係を、変数をノードとし依存関係をリンクとする有向グラフとして図示するとともに、前記変数クラスタデータに基づいて同一クラスタに属する変数を強調表示する変数依存関係表示手段を有し、
前記変数依存関係表示手段は、前記変数クラスタデータに基づいて、分割されたクラスタ内の変数依存関係の数とクラスタ間の変数依存関係の数とに基づいて算出するモジュール性指標を表示することを特徴とするソフトウェア保守支援装置。 - 前記変数依存関係表示手段は、前記変数クラスタデータに基づいて、同一変数クラスタに属する変数は同一色で表示することを特徴とする請求項1記載のソフトウェア保守支援装置。
- 前記変数依存関係表示手段は、前記変数依存関係データおよび前記変数クラスタデータに基づいて、前記変数クラスタをノードとし、変数クラスタ間をまたがる変数依存関係をリンクとするクラスタ依存関係ネットワークを図示することを特徴とする請求項1記載のソフトウェア保守支援装置。
- 前記変数依存関係表示手段は、変数クラスタ間をまたがる変数依存関係を示すリンクの始点となる変数名をリンク上に表示することを特徴とする請求項3記載のソフトウェア保守支援装置。
- 前記変数依存関係表示手段は、前記変数依存関係データおよび前記変数クラスタデータに基づいて、同一の変数クラスタに属する変数間での変数依存関係をクラスタ内に図示することを特徴とする請求項3記載のソフトウェア保守支援装置。
- 前記変数依存関係表示手段は、各変数の重要度を示す変数重要度データに基づいて、変数重要度が高い変数を、変数重要度が低い変数以上の大きさで図示することを特徴とする請求項5記載のソフトウェア保守支援装置。
- 前記変数依存関係表示手段は、各変数の重要度を示す変数重要度データに基づいて、変数重要度の値に応じて表示色を変更することを特徴とする請求項5記載のソフトウェア保守支援装置。
- 前記変数依存関係ネットワーク解析手段は、
前記変数依存関係データに基づいて、各変数の重要度を示す変数重要度データを抽出する変数重要度解析手段を有することを特徴とする請求項1記載のソフトウェア保守支援装置。 - 前記ソースコード解析手段は、
分析対象とする変数を選択するための分析対象設定手段を有することを特徴とする請求項1記載のソフトウェア保守支援装置。 - 前記変数クラスタ解析手段は、
少なくともリンク媒介中心性コミュニティ解析あるいは固有ベクトルコミュニティ解析のいずれか一つのクラスタ分析手法を選択するためのクラスタ分析手法選択手段を有することを特徴とする請求項1記載のソフトウェア保守支援装置。 - 前記変数重要度解析手段は、
少なくとも次数中心性,推移確率行列固有ベクトル中心性,固有ベクトル中心性のいずれか一つの分析手法を選択する重要度分析法選択手段を有することを特徴とする請求項8記載のソフトウェア保守支援装置。 - 請求項1記載のソフトウェア保守支援装置において、
前記ソースコードに基づいて実行可能ソフトウェアへと変換するソースコードコンパイル装置を有することを特徴とするソフトウェア保守支援装置。 - 請求項12記載のソフトウェア保守支援装置を有し、実行可能ソフトウェアを転送することを特徴とする電子制御装置。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2010/004635 WO2012011145A1 (ja) | 2010-07-20 | 2010-07-20 | ソフトウェア保守支援装置及びそれにより検証した電子制御装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2012011145A1 JPWO2012011145A1 (ja) | 2013-09-09 |
JP5516736B2 true JP5516736B2 (ja) | 2014-06-11 |
Family
ID=45496590
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012525258A Active JP5516736B2 (ja) | 2010-07-20 | 2010-07-20 | ソフトウェア保守支援装置及びそれにより検証した電子制御装置 |
Country Status (4)
Country | Link |
---|---|
US (1) | US9170805B2 (ja) |
EP (1) | EP2597566B1 (ja) |
JP (1) | JP5516736B2 (ja) |
WO (1) | WO2012011145A1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20210009143A (ko) * | 2019-07-16 | 2021-01-26 | 서울과학기술대학교 산학협력단 | 사회연결망과 자료포락을 이용한 소프트웨어 함수 분석 시스템 및 그 방법 |
Families Citing this family (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8799859B2 (en) * | 2011-05-19 | 2014-08-05 | Siemens Aktiengesellschaft | Augmented design structure matrix visualizations for software system analysis |
US9038025B1 (en) * | 2012-05-24 | 2015-05-19 | Allstate Insurance Company | Technical interaction model |
CN104885060B (zh) * | 2013-01-21 | 2016-10-12 | 日产自动车株式会社 | 数据漏更新检查装置、数据漏更新检查方法 |
JP6301803B2 (ja) * | 2014-10-09 | 2018-03-28 | 株式会社東芝 | データフロー図生成装置 |
JP6607705B2 (ja) * | 2015-05-29 | 2019-11-20 | 日立オートモティブシステムズ株式会社 | ログ保存条件生成装置、ログ保存条件生成方法 |
US9952960B1 (en) * | 2016-10-19 | 2018-04-24 | Sangmyung University Seoul Industry—Academy Cooperation Foundation | Method and apparatus for analyzing hazard of elevator control software, and computer readable recording medium |
US11086604B2 (en) | 2017-11-21 | 2021-08-10 | Mitsubishi Electric Corporation | Source code splitting device, source code analyzing device, source code splitting method, and computer readable medium |
JP7067286B2 (ja) * | 2018-06-06 | 2022-05-16 | オムロン株式会社 | 制御システム、制御システムの制御方法、および制御システムのプログラム |
WO2020261487A1 (ja) * | 2019-06-27 | 2020-12-30 | オムロン株式会社 | 解析装置、解析方法及び解析プログラム |
JP7404748B2 (ja) * | 2019-10-03 | 2023-12-26 | オムロン株式会社 | プログラム開発装置およびプログラム開発装置を実現するためのプログラム |
WO2021210071A1 (ja) * | 2020-04-14 | 2021-10-21 | 三菱電機株式会社 | デバッグ支援プログラム、記憶媒体、デバッグ支援装置およびデバッグ支援方法 |
CN112540749B (zh) * | 2020-11-16 | 2023-10-24 | 南方电网数字平台科技(广东)有限公司 | 微服务划分方法、装置、计算机设备和可读存储介质 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07141166A (ja) * | 1993-11-19 | 1995-06-02 | Ricoh Co Ltd | クラスタ分析を用いたプログラム解析方法 |
JPH08190475A (ja) * | 1995-01-05 | 1996-07-23 | Fujitsu Ltd | プログラム解析装置 |
JP2001273169A (ja) * | 2000-03-24 | 2001-10-05 | Toshiba Corp | プログラムテスト仕様書生成装置 |
JP2001325100A (ja) * | 2000-05-15 | 2001-11-22 | Mitsubishi Electric Corp | プログラム解析装置 |
JP2009205289A (ja) * | 2008-02-26 | 2009-09-10 | Nippon Telegr & Teleph Corp <Ntt> | 興味体系グラフ形成装置、興味体系グラフ形成方法、および、興味体系グラフ形成プログラム |
Family Cites Families (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5161216A (en) * | 1989-03-08 | 1992-11-03 | Wisconsin Alumni Research Foundation | Interprocedural slicing of computer programs using dependence graphs |
JP3305949B2 (ja) * | 1996-02-08 | 2002-07-24 | 富士通株式会社 | プログラム解析装置 |
US6378066B1 (en) * | 1999-02-04 | 2002-04-23 | Sun Microsystems, Inc. | Method, apparatus, and article of manufacture for developing and executing data flow programs, and optimizing user input specifications |
JP4720964B2 (ja) * | 2001-05-31 | 2011-07-13 | 日本電気株式会社 | Fem解析方法、プログラム、およびシステム |
US7657455B2 (en) * | 2002-12-23 | 2010-02-02 | Akoya, Inc. | Method and system for analyzing a plurality of parts |
US7620946B2 (en) * | 2003-05-05 | 2009-11-17 | Jeffry Thomas Russell | Program slicing for codesign of embedded systems |
JP3966518B2 (ja) * | 2004-03-12 | 2007-08-29 | インターナショナル・ビジネス・マシーンズ・コーポレーション | プログラム解析装置、その解析方法及びプログラム |
JP4667954B2 (ja) | 2005-05-17 | 2011-04-13 | 三菱電機株式会社 | 解析支援装置 |
KR20080018011A (ko) * | 2006-08-23 | 2008-02-27 | 삼성전자주식회사 | 컴포넌트 구현 장치 및 방법, 컴포넌트 검증 장치 및 방법 |
US8713513B2 (en) * | 2006-12-13 | 2014-04-29 | Infosys Limited | Evaluating programmer efficiency in maintaining software systems |
US7984426B2 (en) * | 2006-12-28 | 2011-07-19 | Sap Ag | Graphical representation of dependencies between changes of source code |
JP4919825B2 (ja) * | 2007-01-30 | 2012-04-18 | 株式会社東芝 | プログラム開発装置、プログラム開発方法およびプログラム |
WO2009011056A1 (ja) * | 2007-07-19 | 2009-01-22 | Fujitsu Limited | アプリケーション改善支援プログラム、アプリケーション改善支援方法およびアプリケーション改善支援装置 |
JP2009237762A (ja) * | 2008-03-26 | 2009-10-15 | Toshiba Corp | プログラム解析装置、プログラム解析方法および解析プログラム |
US8499284B2 (en) * | 2008-09-11 | 2013-07-30 | Microsoft Corporation | Visualizing relationships among components using grouping information |
JP4635082B2 (ja) * | 2008-09-30 | 2011-02-16 | 株式会社東芝 | マルチプロセッサシステム及びグルーピング方法 |
US8060857B2 (en) * | 2009-01-31 | 2011-11-15 | Ted J. Biggerstaff | Automated partitioning of a computation for parallel or other high capability architecture |
US8359592B2 (en) * | 2009-03-19 | 2013-01-22 | Microsoft Corporation | Identifying groups and subgroups |
US8584108B2 (en) * | 2010-03-29 | 2013-11-12 | GM Global Technology Operations LLC | Method and apparatus for analyzing software |
-
2010
- 2010-07-20 EP EP10854985.8A patent/EP2597566B1/en not_active Not-in-force
- 2010-07-20 WO PCT/JP2010/004635 patent/WO2012011145A1/ja active Application Filing
- 2010-07-20 US US13/808,152 patent/US9170805B2/en not_active Expired - Fee Related
- 2010-07-20 JP JP2012525258A patent/JP5516736B2/ja active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07141166A (ja) * | 1993-11-19 | 1995-06-02 | Ricoh Co Ltd | クラスタ分析を用いたプログラム解析方法 |
JPH08190475A (ja) * | 1995-01-05 | 1996-07-23 | Fujitsu Ltd | プログラム解析装置 |
JP2001273169A (ja) * | 2000-03-24 | 2001-10-05 | Toshiba Corp | プログラムテスト仕様書生成装置 |
JP2001325100A (ja) * | 2000-05-15 | 2001-11-22 | Mitsubishi Electric Corp | プログラム解析装置 |
JP2009205289A (ja) * | 2008-02-26 | 2009-09-10 | Nippon Telegr & Teleph Corp <Ntt> | 興味体系グラフ形成装置、興味体系グラフ形成方法、および、興味体系グラフ形成プログラム |
Non-Patent Citations (2)
Title |
---|
CSNG200700500007; 大向一輝: 'SNSの現状と展望' 情報処理 第47巻、第9号, 20060915, pp.993-1000, 社団法人情報処理学会 * |
JPN6013016177; 大向一輝: 'SNSの現状と展望' 情報処理 第47巻、第9号, 20060915, pp.993-1000, 社団法人情報処理学会 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20210009143A (ko) * | 2019-07-16 | 2021-01-26 | 서울과학기술대학교 산학협력단 | 사회연결망과 자료포락을 이용한 소프트웨어 함수 분석 시스템 및 그 방법 |
Also Published As
Publication number | Publication date |
---|---|
EP2597566A1 (en) | 2013-05-29 |
US20130111438A1 (en) | 2013-05-02 |
EP2597566B1 (en) | 2019-04-03 |
JPWO2012011145A1 (ja) | 2013-09-09 |
WO2012011145A1 (ja) | 2012-01-26 |
US9170805B2 (en) | 2015-10-27 |
EP2597566A4 (en) | 2017-01-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5516736B2 (ja) | ソフトウェア保守支援装置及びそれにより検証した電子制御装置 | |
EP2688002B1 (en) | Design assistance device of a network system | |
US20100235814A1 (en) | Apparatus and a method for generating a test case | |
US20140130012A1 (en) | Object design | |
US8832642B2 (en) | Split and merge sequence description | |
US7802186B2 (en) | Property independent in-place editing | |
EP3975050A1 (en) | Method and system for evaluating consistency of an engineered system | |
WO2012172687A1 (ja) | プログラム可視化装置 | |
Moormann et al. | Supervisory control synthesis for large-scale systems with isomorphisms | |
US11775263B2 (en) | Control code generation and collaboration using active machine learning | |
CN110928761B (zh) | 需求链及其应用的系统和方法 | |
Saqui-Sannes et al. | Early checking of SysML models applied to protocols | |
JP2005222221A (ja) | 組込コントローラ開発ツール、組込コントローラ、及び組込コントローラ開発プロセス | |
Qamsane et al. | Towards an approach of synthesis, validation and implementation of distributed control for AMS by using events ordering relations | |
Malik et al. | Hierarchical modelling of manufacturing systems using discrete event systems and the conflict preorder | |
JP4481783B2 (ja) | シミュレーションモデル作成装置及びシミュレーション装置とシステム並びに方法とプログラム | |
Bauer et al. | Survey of modeling and engineering aspects of self-adapting & self-optimizing systems | |
US20100063606A1 (en) | Automated derivation of a logic-controller-behavior-model from a mechanical-machine-operation-model | |
Jungmann et al. | Towards Fusing Data and Expert Knowledge for Better-Informed Digital Twins: An Initial Framework | |
EP3945421A1 (en) | Computer-implemented method and computerized device for identifying a defect generator causing a defect in a production system | |
JP2012203777A (ja) | ソフトウェア部品作成支援装置および方法 | |
KR101628773B1 (ko) | 프로그램 자동 설치 장치 및 방법 | |
Calà et al. | Migration strategy toward innovative, digitalized, and harmonized production systems | |
KR100261969B1 (ko) | 전산화 절차서에서 절차의 목적 및 흐름을 그래프로 표현하는방법 | |
Li et al. | An Approach to Reliable Software Architectures Evolution |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130610 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20131029 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131220 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20140106 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140128 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140210 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140304 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140317 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5516736 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |