WO2001082068A1 - Methods and systems for identifying dependencies between object-oriented elements - Google Patents

Methods and systems for identifying dependencies between object-oriented elements Download PDF

Info

Publication number
WO2001082068A1
WO2001082068A1 PCT/US2001/012820 US0112820W WO0182068A1 WO 2001082068 A1 WO2001082068 A1 WO 2001082068A1 US 0112820 W US0112820 W US 0112820W WO 0182068 A1 WO0182068 A1 WO 0182068A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
code corresponding
readable medium
computer
nodes
Prior art date
Application number
PCT/US2001/012820
Other languages
French (fr)
Other versions
WO2001082068A8 (en
Inventor
Dietrich Charisius
Peter Coad
Original Assignee
Togethersoft Corporation
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Priority claimed from US09/680,063 external-priority patent/US6851107B1/en
Application filed by Togethersoft Corporation filed Critical Togethersoft Corporation
Priority to AU2001253712A priority Critical patent/AU2001253712A1/en
Priority to EP01927238A priority patent/EP1290552A1/en
Publication of WO2001082068A1 publication Critical patent/WO2001082068A1/en
Publication of WO2001082068A8 publication Critical patent/WO2001082068A8/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/74Reverse engineering; Extracting design information from source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/75Structural analysis for program understanding

Definitions

  • the present invention relates to a method and system for developing software. More particularly, the invention relates to methods and systems for identifying dependencies between object-oriented elements in a project.
  • Computer instructions are written in source code. Although a skilled programmer can understand source code to determine what the code is designed to accomplish, with highly complex software systems, a graphical representation or model of the source code is helpful to organize and visualize the structure and components of the system. Using models, the complex systems are easily identified, and the structural and behavioral patterns can be visualized and documented.
  • UML Unified Modeling Language
  • UML is a general-purpose notational language for visualizing, specifying, constructing, and documenting complex software systems.
  • UML is used to model systems ranging from business information systems to Web-based distributed systems, to real-time embedded systems.
  • UML formalizes the notion that real-world objects are best modeled as self-contained entities that contain both data and functionality.
  • UML is more clearly described in the following references, which are incorporated herein by reference: (1) Martin Fowler, UML Distilled Second Edition: Applying the Standard Object Modeling Language, Addison- Wesley (1999); (2) Booch, Rumbaugh, and Jacobson, The Unified Modeling Language User Guide.
  • the software project comprises source code 104 in at least one file that, when compiled, forms a sequence of instructions to be run by the data processing system.
  • the repository 108 generates the UML 102. If any changes are made to the UML 102, they are automatically reflected in the repository 108, and a code generator 110 converts the representation in the repository 108 into source code 104.
  • Such software development tools 100 do not synchronize the displays of the UML 102 and the source code 104. Rather, the repository 108 stores the representation of the software project while the file stores the source code 104. A modification in the UML 102 does not appear in the source code 104 unless the code generator 110 re-generates the source code 104 from the data in the repository 108.
  • a further disadvantage with conventional software development tools 100 is that they are designed to only work in a single programming language. Thus, a tool 100 that is designed for JavaTM programs cannot be utilized to develop a program in C++. There is a need in the art for a tool that avoids the hmitations of these conventional software development tools.
  • the improved software development tool of the present invention allows a developer to simultaneously view a graphical and a textual display of source code.
  • the graphical and textual views are synchronized so that a modification in one view is automatically reflected in the other view.
  • the software development tool is designed for use with more than one programming language.
  • the software development tool consistent with the present invention provides a developer with a visual cue of multiple dependencies between two nodes in a project via a single dependency link between the nodes.
  • the software development tool saves significant programming development time and aids in the production of error free code.
  • the software development tool also identifies and displays the details for each dependency in a project to assist the developer in analyzing the code. Thus, the developer does not need to search the code to identify the particular dependencies that exist between various object-oriented elements in the project.
  • a method is provided in a data processing system.
  • the data processing system has a dependent node, a defining node, and a plurality of dependencies between the dependent node and the defining node.
  • the method comprises the steps of displaying a graphical representation of the dependent node, displaying a graphical representation of the defining node, receiving an indication to identify a dependency between the dependent node and the defining node, and in response to receiving the indication to identify the dependency, representing the plurality of dependencies as a number of links that is less than a number of the dependencies between the dependent node and the defining node.
  • a method is provided in a data processing system.
  • the data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code.
  • the method comprises the steps of displaying a graphical representation of the plurality of nodes, determining whether the code corresponding to a first of the plurality of nodes contains a first use of a second of the plurality of nodes, and when it is determined that the code corresponding to the first node contains the first use of the second node, determining whether the code corresponding to the first node contains a second use of the second node, and when it is determined that the code corresponding to the first node contains the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
  • a method is provided in a data processing system.
  • the data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code.
  • the method comprises the steps of receiving an indication of a first of the plurality of nodes, receiving an indication of a second of the plurality of nodes, determining whether the code corresponding to the first node contains a first use and a second use of the second node, and when it is determined that the code corresponding to the first node contains the first use and the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
  • a method in a data processing system.
  • the data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code.
  • the method comprises the steps of receiving an indication of a first of the plurality of nodes, receiving an indication of a second of the plurality of nodes, determining whether the code corresponding to the first node contains a use of the second node, and when it is determined that the code corresponding to the first node contains the use of the second node, displaying the usage of the second node by the first node.
  • a computer-readable medium is provided.
  • the computer-readable medium contains instructions for controlling a data processing system to perform a method.
  • the data processing system has a dependent node, a defining node, and a plurality of dependencies between the dependent node and the defining node.
  • the method comprises the steps of displaying a graphical representation of the dependent node, displaying a graphical representation of the defining node, receiving an indication to identify a dependency between the dependent node and the defining node, and in response to receiving the indication to identify the dependency, representing the plurality of dependencies as a number of links that is less than a number of the dependencies between the dependent node and the defining node.
  • a computer-readable medium contains instructions for controlling a data processing system to perform a method.
  • the data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code.
  • the method comprises the steps of displaying a graphical representation of the plurality of nodes, determining whether the code corresponding to a first of the plurality of nodes contains a first use of a second of the plurality of nodes, and when it is determined that the code corresponding to the first node contains the first use of the second node, determining whether the code corresponding to the first node contains a second use of the second node, and when it is determined that the code corresponding to the first node contains the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
  • a computer-readable medium contains instructions for controlling a data processing system to perform a method.
  • the data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code.
  • the method comprises the steps of receiving an indication of a first of the plurality of nodes, receiving an indication of a second of the plurality of nodes, determining whether the code corresponding to the first node contains a first use and a second use of the second node, and when it is determined that the code corresponding to the first node contains the first use and the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
  • a computer-readable medium contains instructions for controlling a data processing system to perform a method.
  • the data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code.
  • the method comprises the steps of receiving an indication of a first of the plurality of nodes, receiving an indication of a second of the plurality of nodes, determining whether the code corresponding to the first node contains a use of the second node, and when it is determined that the code corresponding to the first node contains the use of the second node, displaying the usage of the second node by the first node.
  • Fig. 1 depicts a conventional software development tool
  • FIG. 2 depicts an overview of a software development tool in accordance with methods and systems consistent with the present invention
  • Fig. 3 depicts a data structure of the language-neutral representation created by the software development tool of Fig. 2;
  • Fig. 4 depicts representative source code
  • Fig. 5 depicts the data structure of the language-neutral representation of the source code of Fig. 4;
  • FIG. 6 depicts a data processing system suitable for practicing the present invention
  • Fig. 7 depicts an architectural overview of the software development tool of Fig. 2;
  • Fig. 8A depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a list of predefined criteria which the software development tool checks in the source code;
  • Fig. 8B depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays the definition of the criteria which the software development tool checks in the source code, and an example of source code which does not conform to the criteria
  • Fig. 8C depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays an example of source code which conforms to the criteria which the software development tool checks in the source code;
  • Fig. 9 depicts a flow diagram of the steps performed by the software development tool depicted in Fig. 2;
  • Figs. 10A and 10B depict a flow diagram illustrating the update model step of
  • Fig. 11 depicts a flow diagram of the steps performed by the software development tool in Fig. 2 when creating a class
  • Fig. 12 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a use case diagram of source code;
  • Fig. 13 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays both a class diagram and a textual view of source code;
  • Fig. 14 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a sequence diagram of source code;
  • Fig. 15 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a collaboration diagram of source code;
  • Fig. 16 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a statechart diagram of source code;
  • Fig. 17 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays an activity diagram of source code
  • Fig. 18 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a component diagram of source code
  • Fig. 19 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a deployment diagram of source code;
  • Fig. 20 depicts exemplary code corresponding to a dependent class that uses another defining class, resulting in a dependency between the dependent class and the defining class
  • Fig. 21 depicts an exemplary user interface displayed by the software development tool in response to a request to open a project containing a group of object- oriented elements, where the exemplary user interface shows a group of nodes that graphically represent the group of object-oriented elements in the project;
  • Figs. 22A and 22B depict a flow diagram illustrating an exemplary process performed by the software development tool in Fig. 2 to identify one or more dependencies between two nodes in a project;
  • Fig. 23 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a list of dependency search types that the software development tool may perform;
  • Fig. 24 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2 for requesting the software development tool to identify a dependency between packages;
  • Fig. 25 depicts an exemplary screen showing a single dependency link between two packages displayed by the software development tool in Fig. 2 to reflect at least one dependency identified in code corresponding to a class in one of the two packages;
  • Fig. 26 depicts an exemplary screen showing a single dependency link between a class and a package displayed by the software development tool in Fig. 2 to reflect at least one dependency identified in code corresponding the class or to a different class in the package;
  • Figs. 27A and 27B depict a flow diagram illustrating a second embodiment of a process performed by the software development tool in Fig. 2 to identify one or more dependencies between two nodes in a project;
  • Fig. 28A-C depict a flow diagram illustrating an exemplary process performed by the software development tool in Fig. 2 to identify and display all dependencies reflected by a single dependency link between a dependent node and a defining node;
  • Fig. 29 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2 for requesting the software development tool to show all dependencies reflected by a single dependency link between a dependent package and a defining package;
  • Fig. 30 depicts exemplary code corresponding to a class associated with the dependent package, where the exemplary code reflects a dependency on a second class associated with the defining package;
  • Fig. 31 depicts exemplary code corresponding to a class associated with the dependent package, where the exemplary code reflects a dependency on a second class associated with the defining package;
  • Fig. 32 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows all the dependencies reflected by the single dependency link between the dependent node and the defining node when the dependency search type is declarations;
  • Fig. 33 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows all the dependencies reflected by the single dependency link between the dependent node and the defining node when the dependency search type is all usages;
  • Fig. 34 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows the effect of removing an element having a dependency to a second node from a package
  • Fig. 35 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows a request from a developer to display a dependency link between an interface and a package without identifying if a dependency exists between the interface and the package;
  • Fig. 36 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows the lack of dependencies reflected by the single dependency link requested by the developer between the interface and the package.
  • Methods and systems consistent with the present invention provide an improved software development tool that creates a graphical representation of source code regardless of the programming language in which the code is written.
  • the software development tool simultaneously reflects any modifications to the source code to both the display of the graphical representation as well as the textual display of the source code.
  • source code 202 is being displayed in both a graphical form 204 and a textual form 206.
  • the improved software development tool generates a transient meta model (TMM) 200 which stores a language-neutral representation of the source code 202.
  • TMM transient meta model
  • the graphical 204 and textual 206 representations of the source code 202 are generated from the language-neutral representation in the TMM 200.
  • the improved software development tool provides simultaneous round-trip engineering, i.e., the graphical representation 204 is synchronized with the textual representation 206.
  • the textual representation 206 is updated automatically.
  • the graphical representation 204 is updated to remain synchronized. There is no repository, no batch code generation, and no risk of losing code.
  • the data structure 300 of the language-neutral representation is depicted in Fig. 3.
  • the data structure 300 comprises a Source Code Interface (SCI) model 302, an SCI package 304, an SCI class 306, and an SCI member 308.
  • the SCI model 302 is the source code organized into packages.
  • the SCI model 302 corresponds to a directory for a software project being developed by the user, and the SCI package 304 corresponds to a subdirectory.
  • the software project comprises the source code in at least one file that is compiled to form a sequence of instructions to be run by a data processing system. The data processing system is discussed in detail below.
  • the class 306 is a category of objects which describes a group of objects with similar properties (attributes), common behavior (operations or methods), common relationships to other objects, and common semantics.
  • the members 308 comprise attributes and/or operations.
  • the data structure 500 for the source code 400 depicted in Fig. 4 is depicted in Fig. 5.
  • Userlnterface 402 is defined as a package 404. Accordingly, Userlnterface 402 is contained in SCI package 502.
  • Bank 406 which is defined as a class 408, is contained in SCI class 504, and Name 410 and Assets 412, which are defined as attributes (strings 414), are contained in SCI members 506. Since these elements are in the same project, all are linked.
  • the data structure 500 also identifies the language in which the source code is written 508, e.g., the JavaTM language.
  • Fig. 6 depicts a data processing system 600 suitable for practicing methods and systems consistent with the present invention.
  • Data processing system 600 comprises a memory 602, a secondary storage device 604, an I/O device 606, and a processor 608.
  • Memory 602 includes the improved software development tool 610.
  • the software development tool 610 is used to develop a software project 612, and create the TMM 200 in the memory 602.
  • the project 612 is stored in the secondary storage device 604 of the data processing system 600.
  • data processing system 600 may contain additional or different components.
  • Fig. 7 illustrates an architectural overview of the improved software development tool 610.
  • the tool 610 comprises a core 700, an open application program interface (API) 702, and modules 704.
  • the core 700 includes a parser 706 and an ICE 208.
  • the parser 706 converts the source code into the language-neutral representation in the TMM, and the ICE 208 converts the text from the displays into source code.
  • IDE Integrated Development Environment
  • RWI Read-Write Interface
  • SCI Source Code Interface
  • Each package includes corresponding subpackages.
  • a package is a collection of attributes, notifications, operations, or behaviors that are treated as a single module or program unit.
  • IDE 708 is the API 702 needed to generate custom outputs based on information contained in a model. It is a read-only interface, i.e., the user can extract information from the model, but not change the model. IDE 708 provides the functionality related to the model's representation in IDE 708 and interaction with the user. Each package composing the IDE group has a description highlighting the areas of applicability of this concrete package.
  • RWI 710 enables the user to go deeper into the architecture. Using RWI 710, information can be extracted from and written to the models. RWI not only represents packages, classes and members, but it may also represent different diagrams (class diagrams, use case diagrams, sequence diagrams and others), links, notes, use cases, actors, states, etc.
  • SCI 712 is at the source code level, and allows the user to work with the source code almost independently of the language being used.
  • modules 704 in the software development tool 610 of the present invention. Some of the modules 704 access information to generate graphical and code documentation in custom formats, export to different file formats, or develop patterns.
  • the software development tool also includes a quahty assurance (QA) module which monitors the modifications to the source code and calculates the complexity metrics, i.e., the measurement of the program's performance or efficiency, to support quahty assurance.
  • the types of metrics calculated by the software development tool include basic metrics, cohesion metrics, complexity metrics, coupling metrics, Halstead metrics, inheritance metrics, maximum metrics, polymorphism metrics, and ratio metrics. Examples of these metrics with their respective definitions are identified in Tables 1-9 below.
  • the QA module also provides audits, i.e., the module checks for conformance to predefined or user-defined styles.
  • the types of audits provided by the module include coding style, critical errors, declaration style, documentation, naming style, performance, possible errors and superfluous content. Examples of these audits with their respective definitions are identified in Tables 10-17 below.
  • an error message is provided to the developer.
  • the software development tool checks for a variety of coding styles 800. If the software development tool were to check for "Access Of Static Members Through Objects" 802, it would verify whether static members are referenced through class names rather than through objects 804. Further, as depicted in Fig. 8B, if the software development tool were to check for "Complex Assignment" 806, the software development tool would check for the occurrence of multiple assignments and assignments to variables within the same expression to avoid complex assignments since these decrease program readability 808. An example of source code having a complex assignment 810 and source code having a non-complex assignment 812 are depicted in Figs. 8B and 8C, respectively.
  • the QA module of the software development tool scans the source code for other syntax errors well known in the art, as described above, and provides an error message if any such errors are detected.
  • the improved software development tool of the present invention is used to develop source code in a project.
  • the project comprises a plurality of files and the source code of a chosen one of the plurality of files is written in a given language.
  • the software development tool determines the language of the source code of the chosen file, converts the source code from the language into a language-neutral representation, uses the language-neutral representation to textually display the source code of the chosen file in the language, and uses the language-neutral representation to display a graphical representation of at least a portion of the project.
  • the source code and the graphical representation are displayed simultaneously.
  • the improved software development tool of the present invention is also used to develop source code.
  • the software development tool receives an indication of a selected language for the source code, creates a file to store the source code in the selected language, converts the source code from the selected language into a language-neutral representation, uses the language-neutral representation to display the source code of the file, and uses the language-neutral representation to display a graphical representation of the file. Again, the source code and the graphical representation are displayed simultaneously. Moreover, if the source code in the file is modified, the modified source code and a graphical representation of at least a portion of the modified source code are displayed simultaneously.
  • the QA module of the software development tool provides an error message if the modification does not conform to predefined or user-defined styles, as described above.
  • the modification to the source code may be received from the display of the source code, the display of the graphical representation of the project, or via some other independent software to modify the code.
  • the graphical representation of the project may be in Unified Modeling Language; however, one skihed in the art will recognize that other graphical representations of the source code may be displayed.
  • Fig. 9 depicts a flow diagram of the steps performed by the software development tool to develop a project in accordance with methods and systems consistent with the present invention. As previously stated, the project comprises a plurality of files.
  • the developer either uses the software development tool to open a file that contains existing source code, or to create a file in which the source code will be developed. If the software development tool is used to open the file, determined in step 900, the software development tool initially determines the programming language in which the code is written (step 902). The language is identified by the extension of the file, e.g., ".Java” identifies source code written in the JavaTM language, while “.cpp” identifies source code written in C++. The software development tool then obtains a template for the current programming language, i.e., a collection of generalized definitions for the particular language that can be used to build the data structure (step 904).
  • a template for the current programming language i.e., a collection of generalized definitions for the particular language that can be used to build the data structure.
  • the definition of a new JavaTM class contains a default name, e.g., "Classl,” and the default code, "public class Classl ⁇ .”
  • Such templates are well known in the art.
  • the "Microsoft Foundation Class Library” and the “Microsoft Word Template For Business Use Case Modehng” are examples of standard template libraries from which programmers can choose individual template classes.
  • the software development tool uses the template to parse the source code (step 906), and create the data structure (step 908). After creating the data structure or if there is no existing code, the software development tool awaits an event, i.e., a modification or addition to the source code by the developer (step 910).
  • Figs. 10A and 10B depict a flow diagram illustrating the update model step of
  • the software development tool selects a file from the project (step 1000), and determines whether the file is new (step 1002), whether the file has been updated (step 1004), or whether the file has been deleted (step 1006). If the file is new, the software development tool adds the additional symbols from the file to the TMM (step 1008). To add the symbol to the TMM, the software development tool uses the template to parse the symbol to the TMM. If the file has been updated, the software development tool updates the symbols in the TMM (step 1010). Similar to the addition of a symbol to the TMM, the software development tool uses the template to parse the symbol to the TMM. If the file has been deleted, the software development tool deletes the symbols in the TMM (step 1012). The software development tool continues this analysis for all files in the project. After all files are analyzed (step 1014), any obsolete symbols in the TMM (step 1016) are deleted (step 1018).
  • Fig. 11 depicts a flow diagram illustrating the performance of an event, specifically the creation of a class, in accordance with methods and systems consistent with the present invention.
  • the software development tool obtains a template for the language (step 1102), creates a source code file in the project directory (step 1104), and pastes the template onto the TMM (step 1106).
  • the project directory corresponds to the SCI model 302 of Fig. 3. Additional events which a developer may perform using the software development tool include the creation, modification or deletion of packages, projects, attributes, interfaces, links, operations, and the closing of a file.
  • the software development tool is collectively broken into three views of the application: the static view, the dynamic view, and the functional view.
  • a use case diagram 1200 depicted in Fig. 12, shows the relationship among actors 1202 and use cases 1204 within the system 1206.
  • a class diagram 1300 depicted in Fig. 13 with its associated source code 1302, on the other hand, includes classes 1304, interfaces, packages and their relationships connected as a graph to each other and to their contents.
  • a sequence diagram 1400 represents an interaction, which is a set of messages 1402 exchanged among objects 1404 within a collaboration to effect a desired operation or result.
  • the vertical dimension represents time and the horizontal dimension represents different objects.
  • a collaboration diagram 1500, depicted in Fig. 15, is also an interaction with messages 1502 exchanged among objects 1504, but it is also a collab oration, which is a set of objects 1504 related in a particular context. Contrary to sequence diagrams 1400 (Fig. 14), which emphasize the time ordering of messages along the vertical axis, collaboration diagrams 1500 (Fig. 15) emphasize the structural organization of objects.
  • a statechart diagram 1600 is depicted in Fig. 16.
  • the statechart diagram 1600 includes the sequences of states 1602 that an object or interaction goes through during its life in response to stimuli, together with its responses and actions. It uses a graphic notation that shows states of an object, the events that cause a transition from one state to another, and the actions that result from the transition.
  • the functional view can be represented by activity diagrams 1700 and more traditional descriptive narratives such as pseudocode and minispecifications.
  • An activity diagram 1700 is depicted in Fig. 17, and is a special case of a state diagram where most, if not all, of the states are action states 1702 and where most, if not all, of the transitions are triggered by completion of the actions in the source states. Activity diagrams 1700 are used in situations where all or most of the events represent the completion of internally generated actions.
  • FIG. 18 There is also a fourth view mingled with the static view called the architectural view.
  • This view is modeled using package, component and deployment diagrams.
  • Package diagrams show packages of classes and the dependencies among them.
  • Component diagrams 1800 depicted in Fig. 18, are graphical representations of a system or its component parts.
  • Component diagrams 1800 show the dependencies among software components, including source code components, binary code components and executable components.
  • Deployment diagrams 1900 are used to show the distribution strategy for a distributed object system. Deployment diagrams 1900 show the configuration of run-time processing elements and the software components, processes and objects that live on them.
  • the software development tool 610 saves significant programming development time and aids in the production of error free code by providing a developer with a visual cue of multiple dependencies between two nodes in a project via a single dependency link between the nodes.
  • Each node in the project may be a package, a class, or an interface. If the node is a package, the classes and/or interfaces within the package are referred to as the "elements" in the node. If the node is a class or an interface, the class or the interface is the "element" in the node.
  • the node containing the defining element is referred to as the "defining node,” and the node containing the dependent element is referred to as the "dependent node.”
  • Changes to the defining element may impact the dependent element because the dependent element uses the defining element, such as in a declaration, a local variable definition, a method invocation, or a constructor (i.e., a special type of method invocation that initializes every data field when a new object is created from a class). For example, as shown in Fig.
  • class "Sale” 2002 uses the class “Product” 2004 by declaring “aProd” 2006 (an argument parameter for the method “addltem” 2008) to be of the type "Product,” resulting in one dependency.
  • class “Sale” 2002 uses the class “Product” 2010 in a method invocation "Product.lookup(barCode)” 2012, resulting in a second dependency.
  • Conventional tools display the two dependencies separately.
  • the software development tool 610 allows a developer to display the two dependencies between the class "sale” 2002 and the class "product” 2004 as a single dependency link.
  • the software development tool By displaying multiple dependencies as a single dependency link and allowing the developer to selectively choose to identify the multiple dependencies reflected by the single dependency link, the software development tool visually apprises the developer of which nodes may be impacted by a code change without displaying a spider web of dependencies between the two nodes.
  • the software development tool may alter the appearance of the link depending on the number of dependencies between the nodes. For example, the thickness of the link may be proportional to the number of dependencies between the nodes, or the color of the link may change depending on the number of dependencies between the nodes.
  • Fig. 21 depicts an exemplary user interface 2100 displayed by the software development tool in response to a request to open a project containing a group of object- oriented elements.
  • Each object-oriented element may be a class or an interface.
  • the exemplary user interface 2100 shows a group of nodes 2102, 2104, 2106, and 2108 that graphically represent the group of object-oriented elements in the project.
  • a node may be a graphical representation of a package, a class, or an interface.
  • the software development tool displays a group of packages (depicted graphically as 2102, 2104, and 2106) and an interface (depicted graphically as 2108) as nodes in the project "CashSales" 2101.
  • Each package 2102, 2104, and 2106 represents a directory 2136, 2134, and 2132 that contains a portion of the object-oriented elements in the project.
  • Each object-oriented element in the project has corresponding code stored in a respective file within the project. For example, in Fig. 21, class "SaleDM' 2109 in package “DataManagement” 2106 has corresponding code stored in file "SaleDM.java” 2110.
  • class “CashSale” 2111, class “CashSaleDetail” 2113, interface “IMakeCashSale” 2115, class “ProductDesc” 2117, and class “ProductPrice” 2119 have corresponding code stored in files "CashSale.java” 2112, “CashSaleDetail.java” 2114, “IMakeCashSale.java” 2116, “ProductDesc.java” 2118, and “ProductPrice.java” 2120, respectively.
  • class "CashSalesApp” 2131 class “POSFrame” 2123, class “POSFrame AboutBox” 2125, and class “SaleUI” 2127 have corresponding code stored in files “CashSalesApp.java” 2132, "POSFrame.java” 2124,
  • the software development tool parses code corresponding to each object-oriented element (i.e., a class or an interface having corresponding code) in each package into a respective data structure 300 of TMM 200 as discussed previously.
  • the software development tool then generates the graphical representation of the code corresponding to each element in TMM 200 on the graphical pane 2138.
  • the software development tool when viewing the root directory of the project, such as indicated by "default" tab 2140, the software development tool displays a graphical representation of each package 2102, 2104, and 2106 as a node.
  • Each node includes an indication of the object-oriented elements contained in each respective package.
  • the graphical representation of the code corresponding to each element is hidden from view in order to provide a developer with a more abstract perspective view of the project.
  • Userlnterface package 2102 includes an indication of class CashSalesApp 2131, however the graphical representation of the code corresponding to CashSalesApp is hidden from view.
  • Figs. 22A and 22B depict a flow diagram illustrating an exemplary process performed by the software development tool to graphically represent multiple dependencies between two nodes in a project as a single dependency link. The steps are performed after the source code has been parsed and the graphical representation of the object-oriented elements in the source code has been displayed.
  • the software development tool receives an indication of a type of dependency search (step 2202).
  • the software development tool receives the indication of the type of dependency search from a pull down menu selection 2302.
  • the software development tool is depicted with a pull-down menu 2302, other known input techniques, such as a keyboard input or an icon selection, may also be used to convey the indication of the type of dependency search to the software development tool.
  • the type of declaration search is "declarations only" 2304 or "all usages" 2306. If the type of dependency search is "declarations only" 2304, the software development tool searches the element(s) in the dependent node for a declaration, a return value of methods, or an argument parameter for a reference to an element in the defining node. If the developer chooses "all usages" 2306 as the type of dependency search, the software development tool will also analyze the element(s) in the dependent node for a use of the defining element. Thus, the software development tool allows the developer to obtain a broad perspective of dependencies between nodes by limiting the analysis to "declarations only" 2304.
  • the software development tool allows the developer to view all sources of dependencies to take corrective measures in the design of the code or determine potential impact to a change in the code by expanding the analysis performed by the software development tool to "all usages" 2306.
  • the software development tool receives a request to identify a dependency (step 2203).
  • the software development tool may receive the request 2402 to identify a dependency via the developer making a selection from a pull down menu.
  • any known data input technique such as a keyboard input or an icon selection, may be used to convey the same information to the software development tool.
  • the next step performed by the software development tool is to select a dependent node (step 2204).
  • the software development tool also selects a defining node (step 2206).
  • the software development tool selects an element from the dependent node (step 2208).
  • the software development tool determines whether a declaration in the selected element refers to any element in the defining node, also known as the defining element (step 2210).
  • a node may be a package, class, or interface that is graphically represented by the software development tool. For example, in Fig.
  • the software development tool displays nodes 2102, 2104, 2106, and 2108 in the project "CashSales" 2101, which graphically represent packages “Userlnterface” 2136, “ProblemDomain” 2134, and “DataManagement” 2132 as well as interface “IMakeCashSale” 2130, respectively.
  • the software development tool searches the source code of the selected element by invoking the TMM 200 to provide a declaration associated with the defining element.
  • the software development tool may scan the file associated with the selected element to find a declaration in the code corresponding to the defining element. For example, in Fig.
  • class "POSFrame” 2512 in node 2102 i.e., package “Userlnterface"
  • the software development tool searches the source code of class "POSFrame” 2502 to find the declaration "CashSale currentSale” 2504.
  • the declaration 2504 refers to a defining element, "CashSale” 2506, that is in a different node, "ProblemDomain” 2104, i.e., the defining node. If no declaration in the selected element refers to any element in the defining node, the software development tool determines whether the type of dependency search is "all usages" (step 2212).
  • the software development tool determines whether a method in the selected element in the dependent node refers to any element in the defining node (step 2214). Thus, the software development tool determines whether the developer has requested a more extensive analysis. To determine whether a method in the selected element refers to an element in the defining node, the software development tool searches the source code of the selected element by invoking the TMM 200 to provide a method associated with the selected element. In another implementation, the software development tool scans the file associated with the selected element for a method header construct that includes an access specifier, a return type, a method name, and an argument field between parenthesis.
  • the software development tool searches the class "POSFrame" 2502 as the selected element, the software development tool will find the method header "private void setUpProducts( )" (not shown in Fig. 25) which identifies a method in code corresponding to class "POSFrame” 2502.
  • the software development tool searches the method body, i.e., the code that is in brackets " ⁇ ⁇ " following the method header, to identify if the second class is used in a local variable definition, method invocation, or a constructor.
  • a constructor is a special type of method invocation for initializing data fields in a newly created object of a class.
  • the constructor "new ProductDesc[10]" creates and initializes an object of the defining element, "ProductDesc” (graphically depicted as 2526) in the defining node, "ProblemDomain” 2104.
  • the software development tool would identify a dependency as the method in the class "POSFrame” 2512 in the node “Userlnterface” 2102 using the class “ProductDesc” 2526 in the node "ProblemDomain” 2104.
  • the software development would not perform step 2214, thus hmiting the search to declarations in the selected element that refer to an element in the defining node.
  • the software development tool determines whether there are more elements in the dependent node (step 2218 in Fig. 22B). If there are more elements, processing continues with the next element at step 2208. For example, as shown in Fig. 25, if the software development tool completed its analysis of the code corresponding to "POSFrame" 2512 as the selected element, the software development tool recognizes that the associated dependent node, "User Interface” 2102, has three other elements “CashSalesApp” 2514, "POSFrame AboutBox” 2516 and "SaleUI” 2518.
  • the software development tool will proceed to check the next element associated with the dependent node, "User Interface" 2102, when it is determined that each element in the dependent node has not been checked. Moreover, since the software development tool draws one dependent link regardless of how many dependencies exist between two nodes, the software development tool need not check all elements in each node. Once a dependency is found, the software development tool may proceed to the next node. If all elements in the dependent node have been analyzed, the software development tool determines whether there are any more defining nodes (step 2220). If there are more defining nodes, processing continues with the next defining node at step 2206. If all defining nodes have been analyzed, the software development tool determines whether there are any more dependent nodes (step 2222).
  • processing continues with the next dependent node at step 2204. If all dependent nodes have been analyzed, processing ends. If at step 2210 or 2214, the software development tool determines that a dependency exists between the dependent node and the defining node, the software development tool displays a single dependency link from the dependent node to the defining node (step 2216). Processing then continues at step 2220. For example, as shown in Fig. 25, the software development tool displays the dependency link 2510 in response to identifying that the class "POSFrame" 2512 in the dependent node "Userlnterface” 2102 refers to the class "ProductDesc" 2526 in the defining node, "ProblemDomain” 2104.
  • the dependency link 2510 is displayed as a broken arrow pointing from the dependent node 2102 to the defining node 2104 to visually signify that the package "Userlnterface" has a dependent element that uses a defining element contained in the package "ProblemDomain.”
  • Fig. 26 class "POSFrame” 2512 within package “Userlnterface” 2102 refers to class “ProdDesc” 2526.
  • package “Userlnterface” is represented by tab 2602
  • class “POSFrame” is represented by node 2608
  • "ProdDesc” 2526 is an element in package “ProblemDomain.ProductDesc” represented by node 2606.
  • the software development tool In response to determining that a method in class "POSFrame” 2608 refers to class “ProductDesc” 2526 in package “ProblemDomain.ProductDesc,” the software development tool displays the dependency link 2604 between class "POSFrame” 2608 and package “ProblemDomainProductDesc” 2606.
  • the software development tool identifies a single dependency link 2520 when the dependent node is "ProblemDomain" 2104 and the defining node is "DataManagement” 2106.
  • the software development tool also identifies a single dependency link 2524 when the dependent node is "DataManagement" 2106 and the defining node is "ProblemDomain” 2104.
  • the software development tool displays two dependency links between two nodes in opposite directions to represent dependencies in both directions.
  • a single link may be used to represent the dependency links in opposite directions.
  • the software development tool identifies at least two dependencies between the dependent node and the defining node before displaying a single dependency link between the two nodes.
  • Figs. 27A and 27B depict a flow diagram illustrating this embodiment.
  • the steps are performed after the source code has been parsed and the graphical representation of the object-oriented elements in the source code has been displayed.
  • the initial steps performed by the software development tool are the same as with the previous embodiment.
  • the software development tool initially receives an indication of a type of dependency search (step 2702). After receiving an indication of the type of dependency search, the software development tool receives a request to identify a dependency (step 2703).
  • the next step performed by the software development tool is to select a dependent node (step 2704).
  • the software development tool also selects a defining node (step 2706).
  • the software development tool selects an element from the dependent node (step 2708).
  • the software development tool determines whether a declaration in the selected element refers to any element in the defining node, also known as the defining element (step 2710). If no declaration in the selected element refers to any element in the defining node, the software development tool determines whether the type of dependency search is "all usages" (step 2712). If the developer chose to search "all usages," the software development tool determines whether a method in the selected element refers to any element in the defining node (step 2714).
  • the software development tool determines whether a dependency exists between the selected element and the defining node, i.e., if a method in the selected element refers to any element in the defining node or if a declaration in the selected element refers to an element in the defining node, the software development tool determines whether the second declaration in the selected element refers to any element in the defining node (step 2716 in Fig. 27B). If the second declaration refers to any element in the defining node, i.e., if a second dependency between the dependent node and the defining node is found, then the software development tool displays the dependency link from the dependent node to the defining node (step 2722).
  • the software development tool determines whether the type of dependency search is "all usages" (step 2718). If the type of dependency search is "all usages,” then the software development tool determines whether a second method in the selected element refers to any element in the defining node (step 2720). If the second method refers to an element in the defining node, then the software development tool displays the dependency link (step 2722).
  • the software development tool determines whether there are more elements in the dependent node (step 2724). Also, if the type of dependency search in step 2712 is not "all usages," the software development tool determines whether there are more elements in the dependent node (step 2724). If there are more elements, processing continues with the next element at step 2708. If all elements in the dependent node have been analyzed, the software development tool determines whether there are any more defining nodes (step 2726). If there are more defining nodes, processing continues with the next defining node at step 2706. If ah defining nodes have been analyzed, the software development tool determines whether there are any more dependent nodes (step 2728). If there are more dependent nodes, processing continues with the next dependent node at step 2704. If all dependent nodes have been analyzed, processing ends. Identifying and Displaying Details Regarding Dependencies
  • Methods and systems consistent with the present invention identify and display details for each dependency in a project to assist the developer in analyzing the code.
  • Conventional tools identify the existence of dependencies between object-oriented elements, but fail to provide the developer with details regarding the types of dependencies between nodes and the elements within the nodes between which the dependencies exist. Thus, the developer must search the code to identify the particular dependencies that exist between the nodes.
  • Methods and systems consistent with the present invention provide the developer with a list identifying the defining element, the dependent element, and the usage that results in the dependency. With this information, the developer can modify the code to reduce the number of dependencies between the nodes. With fewer dependencies, any further changes to the code are less likely to affect other parts of the code.
  • Figs. 28A, 28B, and 28C depict a flow diagram illustrating an exemplary process performed by the software development tool to identify and display the specific elements and usage that result in each dependency between a dependent node and a defining node.
  • the software development tool initially receives an indication of a dependency link from a dependent node to a defining node (step 2802).
  • the software development tool searches the code or the TMM, as described above, to identify the dependencies.
  • dependency links are already drawn, for example as displayed on the graphical pane 2904 in Fig. 29, the software development tool receives the display coordinates for the single dependency link 2902 when a developer uses a mouse or stylus to click on the single dependency link 2902.
  • the TMM 200 identifies the symbol associated with the received display coordinates and provides this information to the software development tool, which correlates and stores the display coordinates of the single dependency link 2902 with the associated dependent node 2102, "Userlnterface.”
  • the software development tool may store the display coordinates of the single dependency link 2902 with the associated defining node "ProblemDomain" 2104.
  • the identified single dependency link 2902 limits the scope of a subsequent dependency search or analysis by the software development tool to the object-oriented elements in the dependent node "Userlnterface" 2102, i.e., it hmits the search to class "CashSalesApp” 2906, class "POSFrame” 2908, class “POSFrame AboutBox” 2910, and class “SaleUI” 2912.
  • the identified single dependency link limits the search or analysis to identifying the use of the object-oriented elements in the defining node "ProblemDomain” 2104, i.e., it limits the search to class "CashSale” 2914, class “CashSaleDetail” 2916, class “ProductDesc” 2918, class “ProductPrice” 2220, and class “InsuffPaymentException” 2922.
  • the software development tool also receives an indication of a type of dependency search (step 2804).
  • a developer may indicate to the software development tool the type of dependency search by any known programming input technique, such as selection of an option on a pull down menu, or a keyboard input.
  • the software development tool may receive the indication of the type of dependency search from a system variable, such as a dependency check system variable 2302 shown in Fig. 23.
  • the type of dependency search may be "declarations only" 2304 or "all usages" 2306. This allows the software development tool to limit the dependencies reflected by a single dependency link to only declarations. Examples of such declarations are the attribute declaration "private CashSale theCashSale” 2924 shown in Fig. 29 as code in class "SaleUI” 2926, or the declaration "Product aProd” made as an argument parameter for the method "addItem(Product aProd)” 2008 in Fig. 20.
  • the software development tool also receives a request to display dependencies reflected by the selected single dependency link (step 2806).
  • the request to display dependencies may be received at the same time and be synonymous with the indication of a dependency link in step 2802.
  • the software development tool may receive the request via a developer selecting the option 2928 on a pull down menu.
  • any known programming input technique may be used to indicate the request to the software development tool.
  • the software development tool limits the dependency search to the identified dependent node, "Userlnterface" 2102.
  • the software development tool selects a dependent element from the dependent node (step 2808).
  • the software development tool also selects a declaration from the dependent element (step 2810).
  • the software development tool determines whether the selected declaration uses a defining element in the defining node (step 2812).
  • the software development tool invokes the TMM 200 to identify each declaration in the corresponding code of the dependent element.
  • the software development tool scans the code of the dependent element to find a declaration.
  • Fig. 30 depicts exemplary code corresponding to class "POSFrame" 3002.
  • Class "POSFrame” 2123 is depicted graphically in Fig. 21 in relation to the dependent node 2102, "Userlnterface.”
  • the software development tool identifies the declaration "ProductDesc[] products” 3004.
  • the software development tool determines that the declaration 3004 has an attribute type "ProductDescf]” 3006 that refers to the defining element, class "ProductDesc” 3102, shown in Fig. 31.
  • Class “ProductDesc” 2918 is depicted graphically in Fig. 29 in relation to the defining node "ProblemDomain" 2104.
  • the software development tool Having identified that the declaration 3004 refers to the defining element 3006 in the defining node 2104, the software development tool records the usage of the defining element in the selected declaration of the dependent element (step 2814). The software development tool then displays an indication that the dependent element uses the defining element (step 2816). The software development tool also displays the usage (step 2818). The software development tool then checks whether there are any more declarations (step 2820). The software development tool also checks for additional declarations if the selected declaration does not use a defining element in the defining node. If there are more declarations, processing continues at step 2810 with the next declaration from the dependent element.
  • the software development tool determines whether the type of dependency search is "all usages" (step 2822 in Fig. 28B). If the search is not for "all usages," the software development tool determines whether there are any more dependent elements (step 2824). If there are more dependent elements, processing continues at step 2808 with the next dependent element from the dependent node. If there are no more dependent elements, processing is complete.
  • the software development tool will also identify and display dependencies from a dependent element having a method that refers to a defining element.
  • the software development tool selects a method in the dependent element (step 2826 in Fig. 28C).
  • the software development tool selects a defining element from the defining node (step 2828).
  • the software development tool determines whether the selected method refers to the defining element (step 2830). In determining whether the corresponding code of the dependent element has a method that refers to the defining element, the software development tool may invoke the TMM 200 to identify a method associated with the dependent element.
  • the software development tool may scan the code of the dependent element to identify a method header and a method body that is in brackets (i.e., " ⁇ ⁇ ") following the method header. The software development tool may then search the body of the identified method for a usage of the defining element, such as in a local variable declaration, in a method invocation, or in a constructor.
  • the code for class "POSFrame" 3002 in Fig. 30 includes a method header 3010 for the method "setUpProducts" 3014.
  • the software development tool determines that the selected method refers to the defining element, the software development tool records the usage of the defining element in the selected method (step 2832).
  • the software development tool stores the dependent element, class "POSFrame” 3002, and the defining element, class "ProductDesc” 3102, as well as the actual usage of the defining element within the dependent element so that a developer is aware of a cause of the identified dependency.
  • the software development tool records the constructor in the local variable assignment 3016, in Fig. 30.
  • the software development tool displays an indication that the dependent element uses the defining element (step 2834).
  • the software development tool then displays the usage (step 2836).
  • the software development tool displays the indication that the dependent element in the dependent node uses the defining element in the defining node by displaying an expandable directory tree with a root name that corresponds to the name of the dependent node and the name of the dependent element.
  • the root name is "Userlnterface.POSFrame” 3202.
  • the software development tool also displays a dependent branch of the tree with a dependent branch name that corresponds to the name of the defining node and the name of the defining element.
  • the dependent branch name is "ProblemDomain.ProductDesc" 3204.
  • the software development tool displays each recorded usage as a respective name of a second branch off of the dependent branch.
  • a second branch 3206 off the dependent branch 3204 has a name corresponding to "ProductDesc[] products," which is the exemplary usage in the dependent element, class "POSFrame” 3002, recorded by the software development tool when the type of dependency search is "declarations only.”
  • the software development tool when the type of dependency search is "all usages," the software development tool also displays the recorded usage of the defining element in the method of the dependent element.
  • the software development tool displays the local variable assignment with the constructor 3016 in Fig. 30, as a recorded usage 3302 in Fig. 33.
  • the software development tool After displaying the usage, the software development tool checks whether there are any more defining elements (step 2838). The software development tool also checks whether there are any more defining elements if the selected method does not refer to defining elements. If there are more defining elements, processing continues at step 2828 with the next defining element from the defining node. Otherwise, the software development tool determines whether there are any more methods in the dependent element (step 2840). If so, processing continues at step 2826 with the next method in the dependent element. If there are no more methods, processing continues at step 2824.
  • the software development tool also identifies and records the indication that the dependent element, class "POSFrame” 3002, also uses another element, class “CashSale,” in the defining node 2104, "ProblemDomain.”
  • This indication is displayed as a dependent branch “ProblemDomainCashSale” 3208 of the expandable directory tree for "Userlnterface.POSFrame” 3202.
  • the recorded usage "CashSale currentSale” 3210 of the defining element, class "CashSale,” in the defining node 2104 is also displayed by the software development tool. In response to performing the process in Figs.
  • the software development tool identifies, records, and displays the multiple dependencies 3212, in Fig. 32, when the single dependency link 2510 is selected and when the type of dependency search is "declarations only.” Similarly, the software development tool identifies, records, and displays the multiple dependencies 3310, in Fig. 33, when the single dependency link 2510 is selected and when the type of dependency search is "all usages.”
  • Methods and systems consistent with the present invention also allow a developer to track the dependencies between object-oriented elements when the elements are removed from their corresponding packages. For example, the effect of removing class "POSFrame" 3002 from package "Userlnterface" 2102 and creating a new node for the removed class is depicted in Fig.
  • the dependencies represented by link 2510 include dependencies from class "POSFrame," as identified by branch “Userlnterface.POSFrame” 3202. If class POSFrame is removed from package Userlnterface and a new node 3404 is created for class POSFrame, the software development tool will distinguish the dependencies originating from package "Userlnterface" 2102 from those of class POSFrame 3404. Graphically, the dependencies from package Userlnterface are illustrated as hnk 3402, whereas the dependencies from class POSFrame are illustrated as link 3406.
  • Fig. 35 depicts an exemplary user interface displayed by the software development tool, where the exemplary user interface reflects a diagrammatic request 3504 received by the software development tool to form a dependency link between a selected dependent node 2102 and a selected defining node 2108.
  • the software development tool receives an indication to form a manual dependency link via an actuation of a button 3502 on the user interface screen 3500.
  • the developer may indicate the dependent node 2102 to the software development tool via a mouse click on the dependent node 2102.
  • the developer may then indicate the defining node 2108 to the software development tool by dragging and dropping a cursor on the defining node 2108 to complete the diagrammatic request 3504.
  • the software development tool forms the manual dependency link 3602 in response to the indication to form the manual dependency link 3502 and the diagrammatic request 3504.
  • the manual dependency link 3602 may not reflect any dependencies between the dependent node 2102 and the defining node 2108.
  • the dependency link may, however, serve as visual reminder to the developer to create a dependency between the two nodes as the developer incorporates changes into the code corresponding to the dependent node 2102.
  • the software development tool in response to performing the process in Figs. 28A, 28B and 28C when the identified single dependency link is the manual dependency link 3602, the software development tool displays a no dependencies message 3604 to indicate that no element in the dependent node 2102 uses or is dependent on any element in the defining node 2108.

Abstract

Methods and systems consistent with the present invention (FIG.2,200, 202, 204, 206, 208) provide an improved software development tool that represents multiple dependencies between a dependent node and a defining node (Fig. 22A, 2202, 2203, 2204, 2206, 2208, 2210, 2212, 2214, Fig. 22B, 2216, 2218, 2220, 2222) in a project as a single dependency link. Figs. 22A and 22B, depict a flow diagram illustrating an exemplary process performed by a software development tool to graphically represent multiple dependencies between two nodes in a project as a single dependency link, as disclosed on page 32 of the specification. Moreover, methods and systems consistent with the present invention also identify and display details regarding each dependency in a project upon request by the user (Fig. 28A, 2802, 2804, 2806, 2808, 2810, 2812, 2814, 2816, 2818, 2820, Fig. 28B, 2822, 2824, Fig. 28C, 2826, 2828, 2830, 2832, 2834, 2836, 2838, 2840). Figs. 28A, 28B, and 28C, depict a flow diagram illustrating an exemplary process performed by the software development tool to identify and display the specific elements and usage that result in each dependency between a dependent node and a defining node, as disclosed on page 38 of the specification.

Description

METHODS AND SYSTEMS FOR IDENTIFYING DEPENDENCIES BETWEEN
OBJECT-ORIENTED ELEMENTS
Cross-Reference To Related Applications
This application claims the benefit of the filing date of U.S. Provisional Application No. 60/199,046, entitled "Software Development Tool," filed on April 21, 2000, and is a continuation-in-part of U.S. Patent Application No. 09/680,063, entitled "Method and System for Developing Software," filed on October 4, 2000, which claims the benefit of the filing date of U.S. Provisional Application No. 60/157,826, entitled "Visual Unified Modeling Language Development Tool," filed on October 5, 1999, and U.S. Provisional Application No. 60/199,046, entitled "Software Development Tool," filed on April 21, 2000; all of which are incorporated herein by reference.
The following identified U.S. patent applications are also relied upon and are incorporated by reference in this application:
U.S. Patent Application No. 09/680,065, entitled "Method And System For Displaying Changes Of Source Code," filed on October 4, 2000;
U.S. Patent Application No. 09/680,030, entitled "Method And System For Generating, Applying, And Defining A Pattern," filed on October 4, 2000;
U.S. Patent Application No. 09/680,064, entitled "Method And System For Collapsing A Graphical Representation Of Related Elements," filed on October 4, 2000; U.S. Patent Application No. , entitled "Methods and Systems for
Generating Source Code for Object Oriented Elements," bearing attorney docket no. 30013630-0008, and filed on the same date herewith;
U.S. Patent Application No. , entitled "Methods and Systems for
Relating Data Structures and Object Oriented Elements for Distributed Computing," bearing attorney docket no. 30013630-0009, and filed on the same date herewith;
U.S. Patent Application No. , entitled "Methods and Systems for
Finding Specific Line Of Source Code," bearing attorney docket no. 30013630-0011, and filed on the same date herewith;
U.S. Patent Application No. , entitled "Methods and Systems for Finding and Displaying Linked Objects," bearing attorney docket no. 30013630-0012, and filed on the same date herewith; U.S. Patent Application No. , entitled "Methods and Systems for
Animating the Interaction of Objects in an Object Oriented Program," bearing attorney docket no. 30013630-0013, and filed on the same date herewith;
U.S. Patent Application No. , entitled "Methods and Systems for Supporting and Deploying Distributed Computing Components," bearing attorney docket no. 30013630-0014, and filed on the same date herewith;
U.S. Patent Application No. , entitled "Diagrammatic Control of a Software in a Version Control System," bearing attorney docket no. 30013630-0015, and filed on the same date herewith; U.S. Patent Application No. , entitled "Navigation Links in
Generated Documentation," bearing attorney docket no. 30013630-0016, and filed on the same date herewith; and
U.S. Patent Application No. , entitled "Methods and Systems for
Relating a Data Definition File and a Data Model for Distributed Computing," bearing attorney docket no. 30013630-0020, and filed on the same date herewith.
Field Of The Invention
The present invention relates to a method and system for developing software. More particularly, the invention relates to methods and systems for identifying dependencies between object-oriented elements in a project.
Background Of The Invention
Computer instructions are written in source code. Although a skilled programmer can understand source code to determine what the code is designed to accomplish, with highly complex software systems, a graphical representation or model of the source code is helpful to organize and visualize the structure and components of the system. Using models, the complex systems are easily identified, and the structural and behavioral patterns can be visualized and documented.
The well-known Unified Modeling Language (UML) is a general-purpose notational language for visualizing, specifying, constructing, and documenting complex software systems. UML is used to model systems ranging from business information systems to Web-based distributed systems, to real-time embedded systems. UML formalizes the notion that real-world objects are best modeled as self-contained entities that contain both data and functionality. UML is more clearly described in the following references, which are incorporated herein by reference: (1) Martin Fowler, UML Distilled Second Edition: Applying the Standard Object Modeling Language, Addison- Wesley (1999); (2) Booch, Rumbaugh, and Jacobson, The Unified Modeling Language User Guide. Addison- Wesley (1998); (3) Peter Coad, Jeff DeLuca, and Eric Lefebvre, Java Modeling in Color with UML: Enterprise Components and Process. Prentice Hall (1999); and (4) Peter Coad, Mark Mayfield, and Jonathan Kern, Java Design: Building Better Apps & Applets (2nd Ed.), Prentice Hall (1998). As shown in Fig. 1, conventional software development tools 100 allow a programmer to view UML 102 while viewing source code 104. The source code 104 is stored in a file, and a reverse engineering module 106 converts the source code 104 into a representation of the software project in a database or repository 108. The software project comprises source code 104 in at least one file that, when compiled, forms a sequence of instructions to be run by the data processing system. The repository 108 generates the UML 102. If any changes are made to the UML 102, they are automatically reflected in the repository 108, and a code generator 110 converts the representation in the repository 108 into source code 104. Such software development tools 100, however, do not synchronize the displays of the UML 102 and the source code 104. Rather, the repository 108 stores the representation of the software project while the file stores the source code 104. A modification in the UML 102 does not appear in the source code 104 unless the code generator 110 re-generates the source code 104 from the data in the repository 108. When this occurs, the entire source code 104 is rewritten. Similarly, any modifications made to the source code 104 do not appear in the UML 102 unless the reverse engineering module 106 updates the repository 108. As a result, redundant information is stored in the repository 108 and the source code 104. In addition, rather than making incremental changes to the source code 104, conventional software development tools 100 rewrite the overall source code 104 when modifications are made to the UML 102, resulting in wasted processing time. This type of manual, large-grained synchronization requires either human intervention, or a "batch" style process to try to keep the two views (the UML 102 and the source code 104) in sync. Unfortunately, this approach, adopted by many tools, leads to many undesirable side- effects; such as desired changes to the source code being overwritten by the tool. A further disadvantage with conventional software development tools 100 is that they are designed to only work in a single programming language. Thus, a tool 100 that is designed for Java™ programs cannot be utilized to develop a program in C++. There is a need in the art for a tool that avoids the hmitations of these conventional software development tools.
Summary Of The Invention
Methods and systems consistent with the present invention provide an improved software development tool that overcomes the limitations of conventional software development tools. The improved software development tool of the present invention allows a developer to simultaneously view a graphical and a textual display of source code. The graphical and textual views are synchronized so that a modification in one view is automatically reflected in the other view. In addition, the software development tool is designed for use with more than one programming language. The software development tool consistent with the present invention provides a developer with a visual cue of multiple dependencies between two nodes in a project via a single dependency link between the nodes. Thus, the software development tool saves significant programming development time and aids in the production of error free code. The software development tool also identifies and displays the details for each dependency in a project to assist the developer in analyzing the code. Thus, the developer does not need to search the code to identify the particular dependencies that exist between various object-oriented elements in the project.
In accordance with methods consistent with the present invention, a method is provided in a data processing system. The data processing system has a dependent node, a defining node, and a plurality of dependencies between the dependent node and the defining node. The method comprises the steps of displaying a graphical representation of the dependent node, displaying a graphical representation of the defining node, receiving an indication to identify a dependency between the dependent node and the defining node, and in response to receiving the indication to identify the dependency, representing the plurality of dependencies as a number of links that is less than a number of the dependencies between the dependent node and the defining node. In accordance with methods consistent with the present invention, a method is provided in a data processing system. The data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code. The method comprises the steps of displaying a graphical representation of the plurality of nodes, determining whether the code corresponding to a first of the plurality of nodes contains a first use of a second of the plurality of nodes, and when it is determined that the code corresponding to the first node contains the first use of the second node, determining whether the code corresponding to the first node contains a second use of the second node, and when it is determined that the code corresponding to the first node contains the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
In accordance with methods consistent with the present invention, a method is provided in a data processing system. The data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code. The method comprises the steps of receiving an indication of a first of the plurality of nodes, receiving an indication of a second of the plurality of nodes, determining whether the code corresponding to the first node contains a first use and a second use of the second node, and when it is determined that the code corresponding to the first node contains the first use and the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
In accordance with methods consistent with the present invention, a method is provided in a data processing system. The data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code. The method comprises the steps of receiving an indication of a first of the plurality of nodes, receiving an indication of a second of the plurality of nodes, determining whether the code corresponding to the first node contains a use of the second node, and when it is determined that the code corresponding to the first node contains the use of the second node, displaying the usage of the second node by the first node. In accordance with articles of manufacture consistent with the present invention, a computer-readable medium is provided. The computer-readable medium contains instructions for controlling a data processing system to perform a method. The data processing system has a dependent node, a defining node, and a plurality of dependencies between the dependent node and the defining node. The method comprises the steps of displaying a graphical representation of the dependent node, displaying a graphical representation of the defining node, receiving an indication to identify a dependency between the dependent node and the defining node, and in response to receiving the indication to identify the dependency, representing the plurality of dependencies as a number of links that is less than a number of the dependencies between the dependent node and the defining node.
In accordance with articles of manufacture consistent with the present invention, a computer-readable medium is provided. The computer-readable medium contains instructions for controlling a data processing system to perform a method. The data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code. The method comprises the steps of displaying a graphical representation of the plurality of nodes, determining whether the code corresponding to a first of the plurality of nodes contains a first use of a second of the plurality of nodes, and when it is determined that the code corresponding to the first node contains the first use of the second node, determining whether the code corresponding to the first node contains a second use of the second node, and when it is determined that the code corresponding to the first node contains the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
In accordance with articles of manufacture consistent with the present invention, a computer-readable medium is provided. The computer-readable medium contains instructions for controlling a data processing system to perform a method. The data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code. The method comprises the steps of receiving an indication of a first of the plurality of nodes, receiving an indication of a second of the plurality of nodes, determining whether the code corresponding to the first node contains a first use and a second use of the second node, and when it is determined that the code corresponding to the first node contains the first use and the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node. In accordance with articles of manufacture consistent with the present invention, a computer-readable medium is provided. The computer-readable medium contains instructions for controlling a data processing system to perform a method. The data processing system has a plurality of nodes, and each of the plurality of nodes has corresponding code. The method comprises the steps of receiving an indication of a first of the plurality of nodes, receiving an indication of a second of the plurality of nodes, determining whether the code corresponding to the first node contains a use of the second node, and when it is determined that the code corresponding to the first node contains the use of the second node, displaying the usage of the second node by the first node.
Other systems, methods, features and advantages of the invention will be or will become apparent to one with skill in the art upon examination of the following figures and detailed description. It is intended that all such additional systems, methods, features and advantages be included within this description, be within the scope of the invention, and be protected by the accompanying claims.
Brief Description Of The Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an implementation of the invention and, together with the description, serve to explain the advantages and principles of the invention. In the drawings,
Fig. 1 depicts a conventional software development tool;
Fig. 2 depicts an overview of a software development tool in accordance with methods and systems consistent with the present invention;
Fig. 3 depicts a data structure of the language-neutral representation created by the software development tool of Fig. 2;
Fig. 4 depicts representative source code;
Fig. 5 depicts the data structure of the language-neutral representation of the source code of Fig. 4;
Fig. 6 depicts a data processing system suitable for practicing the present invention; Fig. 7 depicts an architectural overview of the software development tool of Fig. 2;
Fig. 8A depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a list of predefined criteria which the software development tool checks in the source code;
Fig. 8B depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays the definition of the criteria which the software development tool checks in the source code, and an example of source code which does not conform to the criteria; Fig. 8C depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays an example of source code which conforms to the criteria which the software development tool checks in the source code;
Fig. 9 depicts a flow diagram of the steps performed by the software development tool depicted in Fig. 2; Figs. 10A and 10B depict a flow diagram illustrating the update model step of
Fig. 9;
Fig. 11 depicts a flow diagram of the steps performed by the software development tool in Fig. 2 when creating a class;
Fig. 12 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a use case diagram of source code;
Fig. 13 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays both a class diagram and a textual view of source code;
Fig. 14 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a sequence diagram of source code;
Fig. 15 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a collaboration diagram of source code;
Fig. 16 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a statechart diagram of source code;
Fig. 17 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays an activity diagram of source code; Fig. 18 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a component diagram of source code;
Fig. 19 depicts a user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a deployment diagram of source code;
Fig. 20 depicts exemplary code corresponding to a dependent class that uses another defining class, resulting in a dependency between the dependent class and the defining class; Fig. 21 depicts an exemplary user interface displayed by the software development tool in response to a request to open a project containing a group of object- oriented elements, where the exemplary user interface shows a group of nodes that graphically represent the group of object-oriented elements in the project;
Figs. 22A and 22B depict a flow diagram illustrating an exemplary process performed by the software development tool in Fig. 2 to identify one or more dependencies between two nodes in a project;
Fig. 23 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the user interface displays a list of dependency search types that the software development tool may perform; Fig. 24 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2 for requesting the software development tool to identify a dependency between packages;
Fig. 25 depicts an exemplary screen showing a single dependency link between two packages displayed by the software development tool in Fig. 2 to reflect at least one dependency identified in code corresponding to a class in one of the two packages;
Fig. 26 depicts an exemplary screen showing a single dependency link between a class and a package displayed by the software development tool in Fig. 2 to reflect at least one dependency identified in code corresponding the class or to a different class in the package; Figs. 27A and 27B depict a flow diagram illustrating a second embodiment of a process performed by the software development tool in Fig. 2 to identify one or more dependencies between two nodes in a project; Fig. 28A-C depict a flow diagram illustrating an exemplary process performed by the software development tool in Fig. 2 to identify and display all dependencies reflected by a single dependency link between a dependent node and a defining node;
Fig. 29 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2 for requesting the software development tool to show all dependencies reflected by a single dependency link between a dependent package and a defining package;
Fig. 30 depicts exemplary code corresponding to a class associated with the dependent package, where the exemplary code reflects a dependency on a second class associated with the defining package;
Fig. 31 depicts exemplary code corresponding to a class associated with the dependent package, where the exemplary code reflects a dependency on a second class associated with the defining package;
Fig. 32 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows all the dependencies reflected by the single dependency link between the dependent node and the defining node when the dependency search type is declarations;
Fig. 33 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows all the dependencies reflected by the single dependency link between the dependent node and the defining node when the dependency search type is all usages;
Fig. 34 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows the effect of removing an element having a dependency to a second node from a package; Fig. 35 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows a request from a developer to display a dependency link between an interface and a package without identifying if a dependency exists between the interface and the package; and
Fig. 36 depicts an exemplary user interface displayed by the software development tool depicted in Fig. 2, where the exemplary user interface shows the lack of dependencies reflected by the single dependency link requested by the developer between the interface and the package. Detailed Description Of The Invention
Methods and systems consistent with the present invention provide an improved software development tool that creates a graphical representation of source code regardless of the programming language in which the code is written. In addition, the software development tool simultaneously reflects any modifications to the source code to both the display of the graphical representation as well as the textual display of the source code.
As depicted in Fig. 2, source code 202 is being displayed in both a graphical form 204 and a textual form 206. In accordance with methods and systems consistent with the present invention, the improved software development tool generates a transient meta model (TMM) 200 which stores a language-neutral representation of the source code 202. The graphical 204 and textual 206 representations of the source code 202 are generated from the language-neutral representation in the TMM 200. Although modifications made on the displays 204 and 206 may appear to modify the displays 204 and 206, in actuality all modifications are made directly to the source code 202 via an incremental code editor (ICE) 208, and the TMM 200 is used to generate the modifications in both the graphical 204 and the textual 206 views from the modifications to the source code 202.
The improved software development tool provides simultaneous round-trip engineering, i.e., the graphical representation 204 is synchronized with the textual representation 206. Thus, if a change is made to the source code 202 via the graphical representation 204, the textual representation 206 is updated automatically. Similarly, if a change is made to the source code 202 via the textual representation 206, the graphical representation 204 is updated to remain synchronized. There is no repository, no batch code generation, and no risk of losing code.
The data structure 300 of the language-neutral representation is depicted in Fig. 3. The data structure 300 comprises a Source Code Interface (SCI) model 302, an SCI package 304, an SCI class 306, and an SCI member 308. The SCI model 302 is the source code organized into packages. The SCI model 302 corresponds to a directory for a software project being developed by the user, and the SCI package 304 corresponds to a subdirectory. The software project comprises the source code in at least one file that is compiled to form a sequence of instructions to be run by a data processing system. The data processing system is discussed in detail below. As is well known in object-oriented programming, the class 306 is a category of objects which describes a group of objects with similar properties (attributes), common behavior (operations or methods), common relationships to other objects, and common semantics. The members 308 comprise attributes and/or operations.
For example, the data structure 500 for the source code 400 depicted in Fig. 4 is depicted in Fig. 5. Userlnterface 402 is defined as a package 404. Accordingly, Userlnterface 402 is contained in SCI package 502. Similarly, Bank 406, which is defined as a class 408, is contained in SCI class 504, and Name 410 and Assets 412, which are defined as attributes (strings 414), are contained in SCI members 506. Since these elements are in the same project, all are linked. The data structure 500 also identifies the language in which the source code is written 508, e.g., the Java™ language.
Fig. 6 depicts a data processing system 600 suitable for practicing methods and systems consistent with the present invention. Data processing system 600 comprises a memory 602, a secondary storage device 604, an I/O device 606, and a processor 608. Memory 602 includes the improved software development tool 610. The software development tool 610 is used to develop a software project 612, and create the TMM 200 in the memory 602. The project 612 is stored in the secondary storage device 604 of the data processing system 600. One skilled in the art will recognize that data processing system 600 may contain additional or different components.
Although aspects of the present invention are described as being stored in memory, one skilled in the art will appreciate that these aspects can also be stored on or read from other types of computer-readable media, such as secondary storage devices, like hard disks, floppy disks or CD-ROM; a carrier wave from a network, such as Internet; or other forms of RAM or ROM either currently known or later developed.
Fig. 7 illustrates an architectural overview of the improved software development tool 610. The tool 610 comprises a core 700, an open application program interface (API) 702, and modules 704. The core 700 includes a parser 706 and an ICE 208. The parser 706 converts the source code into the language-neutral representation in the TMM, and the ICE 208 converts the text from the displays into source code. There are three main packages composing the API 702: Integrated Development Environment (IDE) 708; Read-Write Interface (RWI) 710; and Source Code Interface (SCI) 712. Each package includes corresponding subpackages. As is well known in the art, a package is a collection of attributes, notifications, operations, or behaviors that are treated as a single module or program unit.
IDE 708 is the API 702 needed to generate custom outputs based on information contained in a model. It is a read-only interface, i.e., the user can extract information from the model, but not change the model. IDE 708 provides the functionality related to the model's representation in IDE 708 and interaction with the user. Each package composing the IDE group has a description highlighting the areas of applicability of this concrete package. RWI 710 enables the user to go deeper into the architecture. Using RWI 710, information can be extracted from and written to the models. RWI not only represents packages, classes and members, but it may also represent different diagrams (class diagrams, use case diagrams, sequence diagrams and others), links, notes, use cases, actors, states, etc. SCI 712 is at the source code level, and allows the user to work with the source code almost independently of the language being used.
There are a variety of modules 704 in the software development tool 610 of the present invention. Some of the modules 704 access information to generate graphical and code documentation in custom formats, export to different file formats, or develop patterns. The software development tool also includes a quahty assurance (QA) module which monitors the modifications to the source code and calculates the complexity metrics, i.e., the measurement of the program's performance or efficiency, to support quahty assurance. The types of metrics calculated by the software development tool include basic metrics, cohesion metrics, complexity metrics, coupling metrics, Halstead metrics, inheritance metrics, maximum metrics, polymorphism metrics, and ratio metrics. Examples of these metrics with their respective definitions are identified in Tables 1-9 below.
Figure imgf000015_0001
Table 1 - Basic Metrics
Figure imgf000015_0002
Table 2 - Cohesion Metrics
Figure imgf000016_0001
Table 3 - Complexity Metrics
Figure imgf000017_0001
Table 4 - Coupling Metrics
Figure imgf000018_0001
Table 5 - Halstead Metrics
Figure imgf000018_0002
Table 6 - Inheritance Metrics
Figure imgf000019_0001
Table 7 - Maximum Metrics
Figure imgf000019_0002
Table 8 - Polymorphism Metrics
Figure imgf000020_0001
Table 9 - Ratio Metrics
The QA module also provides audits, i.e., the module checks for conformance to predefined or user-defined styles. The types of audits provided by the module include coding style, critical errors, declaration style, documentation, naming style, performance, possible errors and superfluous content. Examples of these audits with their respective definitions are identified in Tables 10-17 below.
Figure imgf000021_0001
Table 10 - Coding Style Audits
Figure imgf000022_0001
Table 11 - Critical Errors Audits
Figure imgf000023_0001
Table 12 - Declaration Style Audits
Figure imgf000023_0002
Table 13 - Documentation Audits
Figure imgf000024_0001
Table 15 - Performance Audits
Figure imgf000025_0001
Table 16 - Possible Error Audits
Figure imgf000026_0001
Table 17 - Superfluous Content Audits
If the QA module determines that the source code does not conform, an error message is provided to the developer. For example, as depicted in Fig. 8A, the software development tool checks for a variety of coding styles 800. If the software development tool were to check for "Access Of Static Members Through Objects" 802, it would verify whether static members are referenced through class names rather than through objects 804. Further, as depicted in Fig. 8B, if the software development tool were to check for "Complex Assignment" 806, the software development tool would check for the occurrence of multiple assignments and assignments to variables within the same expression to avoid complex assignments since these decrease program readability 808. An example of source code having a complex assignment 810 and source code having a non-complex assignment 812 are depicted in Figs. 8B and 8C, respectively. The QA module of the software development tool scans the source code for other syntax errors well known in the art, as described above, and provides an error message if any such errors are detected.
The improved software development tool of the present invention is used to develop source code in a project. The project comprises a plurality of files and the source code of a chosen one of the plurality of files is written in a given language. The software development tool determines the language of the source code of the chosen file, converts the source code from the language into a language-neutral representation, uses the language-neutral representation to textually display the source code of the chosen file in the language, and uses the language-neutral representation to display a graphical representation of at least a portion of the project. The source code and the graphical representation are displayed simultaneously.
The improved software development tool of the present invention is also used to develop source code. The software development tool receives an indication of a selected language for the source code, creates a file to store the source code in the selected language, converts the source code from the selected language into a language-neutral representation, uses the language-neutral representation to display the source code of the file, and uses the language-neutral representation to display a graphical representation of the file. Again, the source code and the graphical representation are displayed simultaneously. Moreover, if the source code in the file is modified, the modified source code and a graphical representation of at least a portion of the modified source code are displayed simultaneously. The QA module of the software development tool provides an error message if the modification does not conform to predefined or user-defined styles, as described above. The modification to the source code may be received from the display of the source code, the display of the graphical representation of the project, or via some other independent software to modify the code. The graphical representation of the project may be in Unified Modeling Language; however, one skihed in the art will recognize that other graphical representations of the source code may be displayed. Further, although the present invention is described and shown using the various views of the UML, one of ordinary skill in the art will recognize that other views may be displayed. Fig. 9 depicts a flow diagram of the steps performed by the software development tool to develop a project in accordance with methods and systems consistent with the present invention. As previously stated, the project comprises a plurality of files. The developer either uses the software development tool to open a file that contains existing source code, or to create a file in which the source code will be developed. If the software development tool is used to open the file, determined in step 900, the software development tool initially determines the programming language in which the code is written (step 902). The language is identified by the extension of the file, e.g., ".Java" identifies source code written in the Java™ language, while ".cpp" identifies source code written in C++. The software development tool then obtains a template for the current programming language, i.e., a collection of generalized definitions for the particular language that can be used to build the data structure (step 904). For example, the definition of a new Java™ class contains a default name, e.g., "Classl," and the default code, "public class Classl {}." Such templates are well known in the art. For example, the "Microsoft Foundation Class Library" and the "Microsoft Word Template For Business Use Case Modehng" are examples of standard template libraries from which programmers can choose individual template classes. The software development tool uses the template to parse the source code (step 906), and create the data structure (step 908). After creating the data structure or if there is no existing code, the software development tool awaits an event, i.e., a modification or addition to the source code by the developer (step 910). If an event is received and the event is to close the file (step 912), the file is saved (step 914) and closed (step 916). Otherwise, the software development tool performs the event (step 918), i.e., the tool makes the modification. The software development tool then updates the TMM or model (step 920), as discussed in detail below, and updates both the graphical and the textual views (step 922). Figs. 10A and 10B depict a flow diagram illustrating the update model step of
Fig. 9. The software development tool selects a file from the project (step 1000), and determines whether the file is new (step 1002), whether the file has been updated (step 1004), or whether the file has been deleted (step 1006). If the file is new, the software development tool adds the additional symbols from the file to the TMM (step 1008). To add the symbol to the TMM, the software development tool uses the template to parse the symbol to the TMM. If the file has been updated, the software development tool updates the symbols in the TMM (step 1010). Similar to the addition of a symbol to the TMM, the software development tool uses the template to parse the symbol to the TMM. If the file has been deleted, the software development tool deletes the symbols in the TMM (step 1012). The software development tool continues this analysis for all files in the project. After all files are analyzed (step 1014), any obsolete symbols in the TMM (step 1016) are deleted (step 1018).
Fig. 11 depicts a flow diagram illustrating the performance of an event, specifically the creation of a class, in accordance with methods and systems consistent with the present invention. After identifying the programming language (step 1100), the software development tool obtains a template for the language (step 1102), creates a source code file in the project directory (step 1104), and pastes the template onto the TMM (step 1106). The project directory corresponds to the SCI model 302 of Fig. 3. Additional events which a developer may perform using the software development tool include the creation, modification or deletion of packages, projects, attributes, interfaces, links, operations, and the closing of a file. The software development tool is collectively broken into three views of the application: the static view, the dynamic view, and the functional view. The static view is modeled using the use-case and class diagrams. A use case diagram 1200, depicted in Fig. 12, shows the relationship among actors 1202 and use cases 1204 within the system 1206. A class diagram 1300, depicted in Fig. 13 with its associated source code 1302, on the other hand, includes classes 1304, interfaces, packages and their relationships connected as a graph to each other and to their contents.
The dynamic view is modeled using the sequence, collaboration and statechart diagrams. As depicted in Fig. 14, a sequence diagram 1400 represents an interaction, which is a set of messages 1402 exchanged among objects 1404 within a collaboration to effect a desired operation or result. In a sequence diagram 1400, the vertical dimension represents time and the horizontal dimension represents different objects. A collaboration diagram 1500, depicted in Fig. 15, is also an interaction with messages 1502 exchanged among objects 1504, but it is also a collab oration, which is a set of objects 1504 related in a particular context. Contrary to sequence diagrams 1400 (Fig. 14), which emphasize the time ordering of messages along the vertical axis, collaboration diagrams 1500 (Fig. 15) emphasize the structural organization of objects. A statechart diagram 1600 is depicted in Fig. 16. The statechart diagram 1600 includes the sequences of states 1602 that an object or interaction goes through during its life in response to stimuli, together with its responses and actions. It uses a graphic notation that shows states of an object, the events that cause a transition from one state to another, and the actions that result from the transition. The functional view can be represented by activity diagrams 1700 and more traditional descriptive narratives such as pseudocode and minispecifications. An activity diagram 1700 is depicted in Fig. 17, and is a special case of a state diagram where most, if not all, of the states are action states 1702 and where most, if not all, of the transitions are triggered by completion of the actions in the source states. Activity diagrams 1700 are used in situations where all or most of the events represent the completion of internally generated actions.
There is also a fourth view mingled with the static view called the architectural view. This view is modeled using package, component and deployment diagrams. Package diagrams show packages of classes and the dependencies among them. Component diagrams 1800, depicted in Fig. 18, are graphical representations of a system or its component parts. Component diagrams 1800 show the dependencies among software components, including source code components, binary code components and executable components. As depicted in Fig. 19, Deployment diagrams 1900 are used to show the distribution strategy for a distributed object system. Deployment diagrams 1900 show the configuration of run-time processing elements and the software components, processes and objects that live on them.
Although discussed in terms of class diagrams, one skilled in the art will recognize that the software development tool of the present invention may support these and other graphical views. Representing Multiple Dependencies Between Nodes With A Single Link
In addition to the functionality described above, the software development tool 610 saves significant programming development time and aids in the production of error free code by providing a developer with a visual cue of multiple dependencies between two nodes in a project via a single dependency link between the nodes. Each node in the project may be a package, a class, or an interface. If the node is a package, the classes and/or interfaces within the package are referred to as the "elements" in the node. If the node is a class or an interface, the class or the interface is the "element" in the node. A dependency exists between the two nodes if changes to a defining element, i.e., a class or an interface in one node, may impact a dependent element, i.e., a class or an interface in another node. The node containing the defining element is referred to as the "defining node," and the node containing the dependent element is referred to as the "dependent node." Changes to the defining element may impact the dependent element because the dependent element uses the defining element, such as in a declaration, a local variable definition, a method invocation, or a constructor (i.e., a special type of method invocation that initializes every data field when a new object is created from a class). For example, as shown in Fig. 20, class "Sale" 2002 uses the class "Product" 2004 by declaring "aProd" 2006 (an argument parameter for the method "addltem" 2008) to be of the type "Product," resulting in one dependency. In addition, the class "Sale" 2002 uses the class "Product" 2010 in a method invocation "Product.lookup(barCode)" 2012, resulting in a second dependency. Conventional tools display the two dependencies separately. In accordance with methods and systems consistent with the present invention, the software development tool 610 allows a developer to display the two dependencies between the class "sale" 2002 and the class "product" 2004 as a single dependency link. By displaying multiple dependencies as a single dependency link and allowing the developer to selectively choose to identify the multiple dependencies reflected by the single dependency link, the software development tool visually apprises the developer of which nodes may be impacted by a code change without displaying a spider web of dependencies between the two nodes. In another embodiment, the software development tool may alter the appearance of the link depending on the number of dependencies between the nodes. For example, the thickness of the link may be proportional to the number of dependencies between the nodes, or the color of the link may change depending on the number of dependencies between the nodes.
Fig. 21 depicts an exemplary user interface 2100 displayed by the software development tool in response to a request to open a project containing a group of object- oriented elements. Each object-oriented element may be a class or an interface. The exemplary user interface 2100 shows a group of nodes 2102, 2104, 2106, and 2108 that graphically represent the group of object-oriented elements in the project. As discussed above, a node may be a graphical representation of a package, a class, or an interface. As shown in Fig. 21, the software development tool displays a group of packages (depicted graphically as 2102, 2104, and 2106) and an interface (depicted graphically as 2108) as nodes in the project "CashSales" 2101. Each package 2102, 2104, and 2106 represents a directory 2136, 2134, and 2132 that contains a portion of the object-oriented elements in the project. Each object-oriented element in the project has corresponding code stored in a respective file within the project. For example, in Fig. 21, class "SaleDM' 2109 in package "DataManagement" 2106 has corresponding code stored in file "SaleDM.java" 2110. Similarly, in package "ProblemDomain" 2104, class "CashSale" 2111, class "CashSaleDetail" 2113, interface "IMakeCashSale" 2115, class "ProductDesc" 2117, and class "ProductPrice" 2119 have corresponding code stored in files "CashSale.java" 2112, "CashSaleDetail.java" 2114, "IMakeCashSale.java" 2116, "ProductDesc.java" 2118, and "ProductPrice.java" 2120, respectively. Also in package "Userlnterface" 2102, class "CashSalesApp" 2131, class "POSFrame" 2123, class "POSFrame AboutBox" 2125, and class "SaleUI" 2127 have corresponding code stored in files "CashSalesApp.java" 2132, "POSFrame.java" 2124,
"POSFrame_AboutBox.java" 2126, and "SaleUI.java" 2128, respectively. According to methods and systems consistent with the present invention, when a developer prompts the software development tool to open the project "CashSales" 2101, the software development tool parses code corresponding to each object-oriented element (i.e., a class or an interface having corresponding code) in each package into a respective data structure 300 of TMM 200 as discussed previously. The software development tool then generates the graphical representation of the code corresponding to each element in TMM 200 on the graphical pane 2138. In one implementation, when viewing the root directory of the project, such as indicated by "default" tab 2140, the software development tool displays a graphical representation of each package 2102, 2104, and 2106 as a node. Each node includes an indication of the object-oriented elements contained in each respective package. The graphical representation of the code corresponding to each element, however, is hidden from view in order to provide a developer with a more abstract perspective view of the project. For example, Userlnterface package 2102 includes an indication of class CashSalesApp 2131, however the graphical representation of the code corresponding to CashSalesApp is hidden from view.
Figs. 22A and 22B depict a flow diagram illustrating an exemplary process performed by the software development tool to graphically represent multiple dependencies between two nodes in a project as a single dependency link. The steps are performed after the source code has been parsed and the graphical representation of the object-oriented elements in the source code has been displayed. Initially, the software development tool receives an indication of a type of dependency search (step 2202). In one implementation shown in Fig. 23, the software development tool receives the indication of the type of dependency search from a pull down menu selection 2302. Although the software development tool is depicted with a pull-down menu 2302, other known input techniques, such as a keyboard input or an icon selection, may also be used to convey the indication of the type of dependency search to the software development tool. In the implementation shown in Fig. 23, the type of declaration search is "declarations only" 2304 or "all usages" 2306. If the type of dependency search is "declarations only" 2304, the software development tool searches the element(s) in the dependent node for a declaration, a return value of methods, or an argument parameter for a reference to an element in the defining node. If the developer chooses "all usages" 2306 as the type of dependency search, the software development tool will also analyze the element(s) in the dependent node for a use of the defining element. Thus, the software development tool allows the developer to obtain a broad perspective of dependencies between nodes by limiting the analysis to "declarations only" 2304. However, the software development tool allows the developer to view all sources of dependencies to take corrective measures in the design of the code or determine potential impact to a change in the code by expanding the analysis performed by the software development tool to "all usages" 2306. After receiving an indication of the type of dependency search, the software development tool receives a request to identify a dependency (step 2203). As shown in the exemplary user interface 2400 depicted in Fig. 24, the software development tool may receive the request 2402 to identify a dependency via the developer making a selection from a pull down menu. However, any known data input technique, such as a keyboard input or an icon selection, may be used to convey the same information to the software development tool.
The next step performed by the software development tool is to select a dependent node (step 2204). The software development tool also selects a defining node (step 2206). The software development tool then selects an element from the dependent node (step 2208). After selecting the element from the dependent node, the software development tool determines whether a declaration in the selected element refers to any element in the defining node, also known as the defining element (step 2210). As previously noted, a node may be a package, class, or interface that is graphically represented by the software development tool. For example, in Fig. 21, the software development tool displays nodes 2102, 2104, 2106, and 2108 in the project "CashSales" 2101, which graphically represent packages "Userlnterface" 2136, "ProblemDomain" 2134, and "DataManagement" 2132 as well as interface "IMakeCashSale" 2130, respectively. To determine whether a declaration in the code corresponding to the selected element refers to any defining element, the software development tool searches the source code of the selected element by invoking the TMM 200 to provide a declaration associated with the defining element. In another implementation, the software development tool may scan the file associated with the selected element to find a declaration in the code corresponding to the defining element. For example, in Fig. 25, if class "POSFrame" 2512 in node 2102 (i.e., package "Userlnterface") is the selected element, the software development tool searches the source code of class "POSFrame" 2502 to find the declaration "CashSale currentSale" 2504. The declaration 2504 refers to a defining element, "CashSale" 2506, that is in a different node, "ProblemDomain" 2104, i.e., the defining node. If no declaration in the selected element refers to any element in the defining node, the software development tool determines whether the type of dependency search is "all usages" (step 2212). If the developer chose to search "all usages," the software development tool determines whether a method in the selected element in the dependent node refers to any element in the defining node (step 2214). Thus, the software development tool determines whether the developer has requested a more extensive analysis. To determine whether a method in the selected element refers to an element in the defining node, the software development tool searches the source code of the selected element by invoking the TMM 200 to provide a method associated with the selected element. In another implementation, the software development tool scans the file associated with the selected element for a method header construct that includes an access specifier, a return type, a method name, and an argument field between parenthesis. For example, if the software development tool is searching the class "POSFrame" 2502 as the selected element, the software development tool will find the method header "private void setUpProducts( )" (not shown in Fig. 25) which identifies a method in code corresponding to class "POSFrame" 2502. In this implementation, the software development tool then searches the method body, i.e., the code that is in brackets "{ }" following the method header, to identify if the second class is used in a local variable definition, method invocation, or a constructor. As discussed above, a constructor is a special type of method invocation for initializing data fields in a newly created object of a class. For example, the constructor "new ProductDesc[10]" (not shown in Fig. 25) creates and initializes an object of the defining element, "ProductDesc" (graphically depicted as 2526) in the defining node, "ProblemDomain" 2104. Thus, in this instance, the software development tool would identify a dependency as the method in the class "POSFrame" 2512 in the node "Userlnterface" 2102 using the class "ProductDesc" 2526 in the node "ProblemDomain" 2104. In the event that the type of dependency search is not "all usages," the software development would not perform step 2214, thus hmiting the search to declarations in the selected element that refer to an element in the defining node.
If no method in the selected element refers to any element in the defining node, or if the type of dependency search is not "all usages," the software development tool determines whether there are more elements in the dependent node (step 2218 in Fig. 22B). If there are more elements, processing continues with the next element at step 2208. For example, as shown in Fig. 25, if the software development tool completed its analysis of the code corresponding to "POSFrame" 2512 as the selected element, the software development tool recognizes that the associated dependent node, "User Interface" 2102, has three other elements "CashSalesApp" 2514, "POSFrame AboutBox" 2516 and "SaleUI" 2518. Thus, the software development tool will proceed to check the next element associated with the dependent node, "User Interface" 2102, when it is determined that each element in the dependent node has not been checked. Moreover, since the software development tool draws one dependent link regardless of how many dependencies exist between two nodes, the software development tool need not check all elements in each node. Once a dependency is found, the software development tool may proceed to the next node. If all elements in the dependent node have been analyzed, the software development tool determines whether there are any more defining nodes (step 2220). If there are more defining nodes, processing continues with the next defining node at step 2206. If all defining nodes have been analyzed, the software development tool determines whether there are any more dependent nodes (step 2222). If there are more dependent nodes, processing continues with the next dependent node at step 2204. If all dependent nodes have been analyzed, processing ends. If at step 2210 or 2214, the software development tool determines that a dependency exists between the dependent node and the defining node, the software development tool displays a single dependency link from the dependent node to the defining node (step 2216). Processing then continues at step 2220. For example, as shown in Fig. 25, the software development tool displays the dependency link 2510 in response to identifying that the class "POSFrame" 2512 in the dependent node "Userlnterface" 2102 refers to the class "ProductDesc" 2526 in the defining node, "ProblemDomain" 2104. The dependency link 2510 is displayed as a broken arrow pointing from the dependent node 2102 to the defining node 2104 to visually signify that the package "Userlnterface" has a dependent element that uses a defining element contained in the package "ProblemDomain."
If the user were to display the object-oriented elements within package 2102, the software development tool would display exemplary user interface 2600 depicted in Fig. 26. As discussed above, class "POSFrame" 2512 within package "Userlnterface" 2102 refers to class "ProdDesc" 2526. In Fig. 26, package "Userlnterface" is represented by tab 2602, class "POSFrame" is represented by node 2608, and "ProdDesc" 2526 is an element in package "ProblemDomain.ProductDesc" represented by node 2606. In response to determining that a method in class "POSFrame" 2608 refers to class "ProductDesc" 2526 in package "ProblemDomain.ProductDesc," the software development tool displays the dependency link 2604 between class "POSFrame" 2608 and package "ProblemDomainProductDesc" 2606. In the example depicted in Fig. 25, the software development tool identifies a single dependency link 2520 when the dependent node is "ProblemDomain" 2104 and the defining node is "DataManagement" 2106. The software development tool also identifies a single dependency link 2524 when the dependent node is "DataManagement" 2106 and the defining node is "ProblemDomain" 2104. Thus, in one implementation, the software development tool displays two dependency links between two nodes in opposite directions to represent dependencies in both directions. In an alternative embodiment, a single link (not shown) may be used to represent the dependency links in opposite directions.
In an alternative implementation, the software development tool identifies at least two dependencies between the dependent node and the defining node before displaying a single dependency link between the two nodes. Figs. 27A and 27B depict a flow diagram illustrating this embodiment. As with the previous embodiment, the steps are performed after the source code has been parsed and the graphical representation of the object-oriented elements in the source code has been displayed. Moreover, the initial steps performed by the software development tool are the same as with the previous embodiment. Thus, the software development tool initially receives an indication of a type of dependency search (step 2702). After receiving an indication of the type of dependency search, the software development tool receives a request to identify a dependency (step 2703). The next step performed by the software development tool is to select a dependent node (step 2704). The software development tool also selects a defining node (step 2706). The software development tool then selects an element from the dependent node (step 2708). After selecting the element from the dependent node, the software development tool determines whether a declaration in the selected element refers to any element in the defining node, also known as the defining element (step 2710). If no declaration in the selected element refers to any element in the defining node, the software development tool determines whether the type of dependency search is "all usages" (step 2712). If the developer chose to search "all usages," the software development tool determines whether a method in the selected element refers to any element in the defining node (step 2714).
If the software development tool determines that a dependency exists between the selected element and the defining node, i.e., if a method in the selected element refers to any element in the defining node or if a declaration in the selected element refers to an element in the defining node, the software development tool determines whether the second declaration in the selected element refers to any element in the defining node (step 2716 in Fig. 27B). If the second declaration refers to any element in the defining node, i.e., if a second dependency between the dependent node and the defining node is found, then the software development tool displays the dependency link from the dependent node to the defining node (step 2722). If the second declaration does not refer to any element in the defining node, then the software development tool determines whether the type of dependency search is "all usages" (step 2718). If the type of dependency search is "all usages," then the software development tool determines whether a second method in the selected element refers to any element in the defining node (step 2720). If the second method refers to an element in the defining node, then the software development tool displays the dependency link (step 2722).
If the second dependency is not identified at steps 2716 or 2720, the software development tool determines whether there are more elements in the dependent node (step 2724). Also, if the type of dependency search in step 2712 is not "all usages," the software development tool determines whether there are more elements in the dependent node (step 2724). If there are more elements, processing continues with the next element at step 2708. If all elements in the dependent node have been analyzed, the software development tool determines whether there are any more defining nodes (step 2726). If there are more defining nodes, processing continues with the next defining node at step 2706. If ah defining nodes have been analyzed, the software development tool determines whether there are any more dependent nodes (step 2728). If there are more dependent nodes, processing continues with the next dependent node at step 2704. If all dependent nodes have been analyzed, processing ends. Identifying and Displaying Details Regarding Dependencies
Methods and systems consistent with the present invention identify and display details for each dependency in a project to assist the developer in analyzing the code. Conventional tools identify the existence of dependencies between object-oriented elements, but fail to provide the developer with details regarding the types of dependencies between nodes and the elements within the nodes between which the dependencies exist. Thus, the developer must search the code to identify the particular dependencies that exist between the nodes. Methods and systems consistent with the present invention provide the developer with a list identifying the defining element, the dependent element, and the usage that results in the dependency. With this information, the developer can modify the code to reduce the number of dependencies between the nodes. With fewer dependencies, any further changes to the code are less likely to affect other parts of the code.
Figs. 28A, 28B, and 28C depict a flow diagram illustrating an exemplary process performed by the software development tool to identify and display the specific elements and usage that result in each dependency between a dependent node and a defining node. The software development tool initially receives an indication of a dependency link from a dependent node to a defining node (step 2802). In one implementation, the software development tool searches the code or the TMM, as described above, to identify the dependencies. Alternatively, if dependency links are already drawn, for example as displayed on the graphical pane 2904 in Fig. 29, the software development tool receives the display coordinates for the single dependency link 2902 when a developer uses a mouse or stylus to click on the single dependency link 2902. The TMM 200 identifies the symbol associated with the received display coordinates and provides this information to the software development tool, which correlates and stores the display coordinates of the single dependency link 2902 with the associated dependent node 2102, "Userlnterface." In another implementation, the software development tool may store the display coordinates of the single dependency link 2902 with the associated defining node "ProblemDomain" 2104. The identified single dependency link 2902 limits the scope of a subsequent dependency search or analysis by the software development tool to the object-oriented elements in the dependent node "Userlnterface" 2102, i.e., it hmits the search to class "CashSalesApp" 2906, class "POSFrame" 2908, class "POSFrame AboutBox" 2910, and class "SaleUI" 2912. In addition, the identified single dependency link limits the search or analysis to identifying the use of the object-oriented elements in the defining node "ProblemDomain" 2104, i.e., it limits the search to class "CashSale" 2914, class "CashSaleDetail" 2916, class "ProductDesc" 2918, class "ProductPrice" 2220, and class "InsuffPaymentException" 2922.
The software development tool also receives an indication of a type of dependency search (step 2804). A developer may indicate to the software development tool the type of dependency search by any known programming input technique, such as selection of an option on a pull down menu, or a keyboard input. In another implementation, the software development tool may receive the indication of the type of dependency search from a system variable, such as a dependency check system variable 2302 shown in Fig. 23. In this implementation, the type of dependency search may be "declarations only" 2304 or "all usages" 2306. This allows the software development tool to limit the dependencies reflected by a single dependency link to only declarations. Examples of such declarations are the attribute declaration "private CashSale theCashSale" 2924 shown in Fig. 29 as code in class "SaleUI" 2926, or the declaration "Product aProd" made as an argument parameter for the method "addItem(Product aProd)" 2008 in Fig. 20.
The software development tool also receives a request to display dependencies reflected by the selected single dependency link (step 2806). In one implementation, the request to display dependencies may be received at the same time and be synonymous with the indication of a dependency link in step 2802. In another implementation shown in Fig. 29, the software development tool may receive the request via a developer selecting the option 2928 on a pull down menu. However, any known programming input technique may be used to indicate the request to the software development tool.
Having received the request to display dependencies, the software development tool limits the dependency search to the identified dependent node, "Userlnterface" 2102. The software development tool then selects a dependent element from the dependent node (step 2808). The software development tool also selects a declaration from the dependent element (step 2810). The software development tool determines whether the selected declaration uses a defining element in the defining node (step 2812). In one implementation, the software development tool invokes the TMM 200 to identify each declaration in the corresponding code of the dependent element. In another implementation, the software development tool scans the code of the dependent element to find a declaration. For example, Fig. 30 depicts exemplary code corresponding to class "POSFrame" 3002. Class "POSFrame" 2123 is depicted graphically in Fig. 21 in relation to the dependent node 2102, "Userlnterface." By invoking the TMM 200 or by scanning the file 2124, the software development tool identifies the declaration "ProductDesc[] products" 3004. The software development tool then determines that the declaration 3004 has an attribute type "ProductDescf]" 3006 that refers to the defining element, class "ProductDesc" 3102, shown in Fig. 31. Class "ProductDesc" 2918 is depicted graphically in Fig. 29 in relation to the defining node "ProblemDomain" 2104.
Having identified that the declaration 3004 refers to the defining element 3006 in the defining node 2104, the software development tool records the usage of the defining element in the selected declaration of the dependent element (step 2814). The software development tool then displays an indication that the dependent element uses the defining element (step 2816). The software development tool also displays the usage (step 2818). The software development tool then checks whether there are any more declarations (step 2820). The software development tool also checks for additional declarations if the selected declaration does not use a defining element in the defining node. If there are more declarations, processing continues at step 2810 with the next declaration from the dependent element. If there are no more declarations in the dependent element, the software development tool determines whether the type of dependency search is "all usages" (step 2822 in Fig. 28B). If the search is not for "all usages," the software development tool determines whether there are any more dependent elements (step 2824). If there are more dependent elements, processing continues at step 2808 with the next dependent element from the dependent node. If there are no more dependent elements, processing is complete.
If the type of dependency search is "all usages," the software development tool will also identify and display dependencies from a dependent element having a method that refers to a defining element. The software development tool selects a method in the dependent element (step 2826 in Fig. 28C). The software development tool then selects a defining element from the defining node (step 2828). The software development tool determines whether the selected method refers to the defining element (step 2830). In determining whether the corresponding code of the dependent element has a method that refers to the defining element, the software development tool may invoke the TMM 200 to identify a method associated with the dependent element. In another implementation, the software development tool may scan the code of the dependent element to identify a method header and a method body that is in brackets (i.e., "{ }") following the method header. The software development tool may then search the body of the identified method for a usage of the defining element, such as in a local variable declaration, in a method invocation, or in a constructor. For example, the code for class "POSFrame" 3002 in Fig. 30 includes a method header 3010 for the method "setUpProducts" 3014. When analyzing the body 3012 of the method "setUpProducts" 3014 in the class "POSFrame" 3002, the software development tool identifies a constructor used in a local variable assignment (i.e., "products = new ProductDesc [10]" 3016). The software development tool determines that the constructor in the local variable assignment 3016 refers to "ProductDesc( )" 3104 defined in the defining element, class "ProductDesc" 3102 in Fig. 31.
If the software development tool determines that the selected method refers to the defining element, the software development tool records the usage of the defining element in the selected method (step 2832). Thus, the software development tool stores the dependent element, class "POSFrame" 3002, and the defining element, class "ProductDesc" 3102, as well as the actual usage of the defining element within the dependent element so that a developer is aware of a cause of the identified dependency. Thus, the software development tool records the constructor in the local variable assignment 3016, in Fig. 30. The software development tool displays an indication that the dependent element uses the defining element (step 2834). The software development tool then displays the usage (step 2836).
In one implementation, as shown in Fig. 32, the software development tool displays the indication that the dependent element in the dependent node uses the defining element in the defining node by displaying an expandable directory tree with a root name that corresponds to the name of the dependent node and the name of the dependent element. Thus, for dependent node "Userlnterface" and dependent element "POSFrame," the root name is "Userlnterface.POSFrame" 3202. The software development tool also displays a dependent branch of the tree with a dependent branch name that corresponds to the name of the defining node and the name of the defining element. Thus for defining node "ProblemDomain" and defining element "ProductDesc," the dependent branch name is "ProblemDomain.ProductDesc" 3204. In this implementation, the software development tool displays each recorded usage as a respective name of a second branch off of the dependent branch. For example, a second branch 3206 off the dependent branch 3204 has a name corresponding to "ProductDesc[] products," which is the exemplary usage in the dependent element, class "POSFrame" 3002, recorded by the software development tool when the type of dependency search is "declarations only." In the example shown in Fig. 33, when the type of dependency search is "all usages," the software development tool also displays the recorded usage of the defining element in the method of the dependent element. For example, the software development tool displays the local variable assignment with the constructor 3016 in Fig. 30, as a recorded usage 3302 in Fig. 33.
After displaying the usage, the software development tool checks whether there are any more defining elements (step 2838). The software development tool also checks whether there are any more defining elements if the selected method does not refer to defining elements. If there are more defining elements, processing continues at step 2828 with the next defining element from the defining node. Otherwise, the software development tool determines whether there are any more methods in the dependent element (step 2840). If so, processing continues at step 2826 with the next method in the dependent element. If there are no more methods, processing continues at step 2824.
Returning to the example shown in Fig. 32, the software development tool also identifies and records the indication that the dependent element, class "POSFrame" 3002, also uses another element, class "CashSale," in the defining node 2104, "ProblemDomain." This indication is displayed as a dependent branch "ProblemDomainCashSale" 3208 of the expandable directory tree for "Userlnterface.POSFrame" 3202. The recorded usage "CashSale currentSale" 3210 of the defining element, class "CashSale," in the defining node 2104 is also displayed by the software development tool. In response to performing the process in Figs. 28 A, 28B and 28C, the software development tool identifies, records, and displays the multiple dependencies 3212, in Fig. 32, when the single dependency link 2510 is selected and when the type of dependency search is "declarations only." Similarly, the software development tool identifies, records, and displays the multiple dependencies 3310, in Fig. 33, when the single dependency link 2510 is selected and when the type of dependency search is "all usages." Methods and systems consistent with the present invention also allow a developer to track the dependencies between object-oriented elements when the elements are removed from their corresponding packages. For example, the effect of removing class "POSFrame" 3002 from package "Userlnterface" 2102 and creating a new node for the removed class is depicted in Fig. 34. As depicted in Figs. 32 and 33, the dependencies represented by link 2510 include dependencies from class "POSFrame," as identified by branch "Userlnterface.POSFrame" 3202. If class POSFrame is removed from package Userlnterface and a new node 3404 is created for class POSFrame, the software development tool will distinguish the dependencies originating from package "Userlnterface" 2102 from those of class POSFrame 3404. Graphically, the dependencies from package Userlnterface are illustrated as hnk 3402, whereas the dependencies from class POSFrame are illustrated as link 3406.
The software development tool, in accordance with methods and systems consistent with the present invention, also allow a developer to manually draw a dependency between two nodes to determine whether any dependencies exist between those specific nodes. For example, Fig. 35 depicts an exemplary user interface displayed by the software development tool, where the exemplary user interface reflects a diagrammatic request 3504 received by the software development tool to form a dependency link between a selected dependent node 2102 and a selected defining node 2108. In the implementation shown in Fig. 35, the software development tool receives an indication to form a manual dependency link via an actuation of a button 3502 on the user interface screen 3500. In this implementation, the developer may indicate the dependent node 2102 to the software development tool via a mouse click on the dependent node 2102. The developer may then indicate the defining node 2108 to the software development tool by dragging and dropping a cursor on the defining node 2108 to complete the diagrammatic request 3504.
As shown in Fig. 36, the software development tool forms the manual dependency link 3602 in response to the indication to form the manual dependency link 3502 and the diagrammatic request 3504. The manual dependency link 3602 may not reflect any dependencies between the dependent node 2102 and the defining node 2108. The dependency link may, however, serve as visual reminder to the developer to create a dependency between the two nodes as the developer incorporates changes into the code corresponding to the dependent node 2102. Also, as shown in Fig. 36, in response to performing the process in Figs. 28A, 28B and 28C when the identified single dependency link is the manual dependency link 3602, the software development tool displays a no dependencies message 3604 to indicate that no element in the dependent node 2102 uses or is dependent on any element in the defining node 2108. While various embodiments of the application have been described, it will be apparent to those of ordinary skill in the art that many more embodiments and implementations are possible that are within the scope of this invention. Accordingly, the invention is not to be restricted except in hght of the attached claims and their equivalents.

Claims

CLAIMS What is claimed is:
1. A method in a data processing system having a dependent node, a defining node, and a plurahty of dependencies between the dependent node and the defining node, the method comprising the steps of: displaying a graphical representation of the dependent node; displaying a graphical representation of the defining node; receiving an indication to identify a dependency between the dependent node and the defining node; and in response to receiving the indication to identify the dependency, representing the plurality of dependencies as a number of links that is less than a number of the dependencies between the dependent node and the defining node.
2. The method of claim 1, wherein the plurality of dependencies is represented as a single link.
3. The method of claim 1 , wherein each node comprises an element.
4. The method of claim 3, wherein one of the plurality of dependencies comprises a use of the defining node element by the dependent node element.
5. The method of claim 3, wherein one of the plurality of dependencies comprises a declaration of the defining node element by the dependent node element.
6. The method of claim 3, wherein one of the plurality of dependencies comprises a call to a method of the defining node element by the dependent node element.
7. The method of claim 3, wherein one of the plurality of dependencies comprises a local variable definition using the defining node element in a method of the dependent node element.
8. The method of claim 3, wherein the dependent node element comprises a class.
9. The method of claim 3, wherein the dependent node element comprises an interface.
10. The method of claim 3, wherein the defining node element comprises a class.
11. The method of claim 3, wherein the defining node element comprises an interface.
12. The method of claim 1, wherein the dependent node comprises a class.
13. The method of claim 1, wherein the dependent node comprises an interface.
14. The method of claim 1, wherein the dependent node comprises a package.
15. The method of claim 14, wherein the package comprises a plurality of elements.
16. The method of claim 15, wherein one of the plurality of elements comprises a class.
17. The method of claim 15, wherein one of the plurality of elements comprises an interface.
18. The method of claim 1, wherein the defining node comprises a class.
19. The method of claim 1, wherein the defining node comprises an interface.
20. The method of claim 1, wherein the defining node comprises a package.
21. The method of claim 20, wherein the package comprises a plurality of elements.
22. The method of claim 21, wherein one of the plurality of elements comprises a class.
23. The method of claim 21, wherein one of the plurality of elements comprises an interface.
24. A method in a data processing system having a plurahty of nodes, each of the plurahty of nodes having corresponding code, the method comprising the steps of: displaying a graphical representation of the plurality of nodes; determining whether the code corresponding to a first of the plurality of nodes contains a first use of a second of the plurahty of nodes; and when it is determined that the code corresponding to the first node contains the first use of the second node, determining whether the code corresponding to the first node contains a second use of the second node; and when it is determined that the code corresponding to the first node contains the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
25. The method of claim 24, wherein the first use comprises a declaration.
26. The method of claim 25, wherein the step of determining whether the code corresponding to the first node contains the first use of the second node comprises the step of searching the code corresponding to the first node for an attribute declaration that uses the second node.
27. The method of claim 25, wherein the step of determining whether the code corresponding to the first node contains the first use of the second node comprises the step of searching the code corresponding to the first node for an initializer of an attribute declaration that uses the second node.
28. The method of claim 25, wherem the step of determining whether the code corresponding to the first node contams the first use of the second node comprises the step of searching the code corresponding to the first node for an argument parameter of a method that uses the second node.
29. The method of claim 24, wherein the first use comprises a method call.
30. The method of claim 24, wherein the first use of the second node comprises a local variable definition using the second node in a method of the first node.
31. The method of claim 24, wherein the first node comprises a class.
32. The method of claim 24, wherein the first node comprises an interface.
33. The method of claim 24, wherein the first node comprises a package.
34. The method of claim 24, wherein the second node comprises a class.
35. The method of claim 24, wherein the second node comprises an interface.
36. The method of claim 24, wherein the second node comprises a package.
37. A method in a data processing system having a plurahty of nodes, each of the plurahty of nodes having corresponding code, the method comprising the steps of: displaying a graphical representation of the plurality of nodes; determining whether the code corresponding to a first of the plurality of nodes contains a declaration of the second node; and when it is determined that the code corresponding to the first node contains the declaration of the second node, determining whether the code corresponding to the first node contains another declaration of the second node; and when it is determined that the code corresponding to the first node contains the other declaration of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
38. The method of claim 37, wherein when it is determined that the code corresponding to the first node does not contain the other declaration of the second node, determining whether the code corresponding to the first node contains a call to a method of the second node; and when it is determined that the code corresponding to the first node contains the call to the method of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
39. The method of claim 37, wherein when it is determined that the code corresponding to the first node does not contain the other declaration of the second node, determining whether the code corresponding to the first node comprises a method having a local variable definition using the second node; and when it is determined that the code corresponding to the first node comprises a method having the local variable definition using the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
40. The method of claim 37, wherein the first node comprises a class.
41. The method of claim 37, wherein the first node comprises an interface.
42. The method of claim 37, wherein the first node comprises a package.
43. The method of claim 37, wherein the second node comprises a class.
44. The method of claim 37, wherein the second node comprises an interface.
45. The method of claim 37, wherein the second node comprises a package.
46. A method in a data processing system having a first node and a second node, each of the nodes having corresponding code, the second node having a method, the method comprising the steps of: displaying a graphical representation of the first node and the second node; determining whether the code corresponding to the first node contains a call to the method of the second node; and when it is determined that the code corresponding to the first node contains the call to the method of the second node, determining whether the code corresponding of the first node contains another call to the method of the second node; and when it is determined that the code corresponding to the first node contains the other call to the method of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
47. The method of claim 46, wherein when it is determined that the code corresponding to the first node does not contain the other call to the method of the second node, determining whether the code corresponding to the first node comprises a method having a local variable definition using the second node; and when it is determined that the code corresponding to the first node comprises a method having the local variable definition using the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
48. The method of claim 46, wherein when it is determined that the code corresponding to the first node does not contain the other call to the method of the second node, determining whether the code corresponding to the first node contains a declaration of the second node; and when it is determined that the code corresponding to the first node contains the declaration of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
49. The method of claim 46, wherein the first node comprises a class.
50. The method of claim 46, wherein the first node comprises an interface.
51. The method of claim 46, wherein the first node comprises a package.
52. The method of claim 46, wherein the second node comprises a class.
53. The method of claim 46, wherein the second node comprises an interface.
54. The method of claim 46, wherein the second node comprises a package.
55. A method in a data processing system having a plurahty of nodes, each of the plurahty of nodes having corresponding code, the method comprising the steps of: receiving an indication of a first of the plurality of nodes; receiving an indication of a second of the plurality of nodes; determining whether the code corresponding to the first node contains a first use and a second use of the second node; and when it is determined that the code corresponding to the first node contains the first use and the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
56. The method of claim 55, wherein the first use comprises a declaration.
57. The method of claim 55, wherein the first use comprises a method call.
58. The method of claim 55, wherein the first use of the second node comprises a local variable definition using the second node in a method of the first node.
59. The method of claim 55, wherein the first node comprises a class.
60. The method of claim 55, wherein the first node comprises an interface.
61. The method of claim 55, wherein the first node comprises a package.
62. The method of claim 55, wherein the second node comprises a class.
63. The method of claim 55, wherein the second node comprises an interface.
64. The method of claim 55, wherein the second node comprises a package.
65. A method in a data processing system having a plurahty of nodes, each of the plurahty of nodes having corresponding code, the method comprising the steps of: receiving an indication of a first of the plurality of nodes; receiving an indication of a second of the plurality of nodes; determining whether the code corresponding to the first node contains a declaration of the second node; and when it is determined that the code corresponding to the first node contains the declaration of the second node, determining whether the code corresponding to the first node contains another declaration of the second node; and when it is determined that the code corresponding to the first node contains the other declaration of the second node, displaying a dependency hnk between the graphical representation of the first node and the graphical representation of the second node.
66. The method of claim 65, wherein the first node comprises a class.
67. The method of claim 65, wherein the first node comprises an interface.
68. The method of claim 65, wherein the first node comprises a package.
69. The method of claim 65, wherein the second node comprises a class.
70. The method of claim 65, wherein the second node comprises an interface.
71. The method of claim 65, wherein the second node comprises a package.
72. A method in a data processing system having a plurahty of nodes, each of the plurahty of nodes having corresponding code, the method comprising the steps of: receiving an indication of a first of the plurality of nodes; receiving an indication of a second of the plurality of nodes, wherein the second node has a method; determining whether the code corresponding to the first node contains a call to the method of the second node; and when it is determined that the code corresponding to the first node contains the call to the method of the second node, determining whether the code corresponding of the first node contains another call to the method of the second node; and when it is determined that the code corresponding to the first node contains another call to the method of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
73. The method of claim 72, wherein the first node comprises a class.
74. The method of claim 72, wherein the first node comprises an interface.
75. The method of claim 72, wherein the first node comprises a package.
76. The method of claim 72, wherein the second node comprises a class.
77. The method of claim 72, wherein the second node comprises an interface.
78. The method of claim 72, wherein the second node comprises a package.
79. A method in a data processing system having a plurahty of nodes, each of the plurahty of nodes having corresponding code, the method comprising the steps of: receiving an indication of a first of the plurality of nodes; receiving an indication of a second of the plurality of nodes; determining whether the code corresponding to the first node contains a use of the second node; and when it is determined that the code corresponding to the first node contains the use of the second node, displaying the usage of the second node by the first node.
80. The method of claim 79, wherein each node comprises an element.
81. The method of claim 79, wherein when it is determined that the code corresponding to the first node contains the use of the second node, the method further comprises the step of displaying the first node element.
82. The method of claim 81, further comprising the step of displaying the first node with the first node element and with the usage to visually indicate that the first node contains the usage of the second node.
83. The method of claim 79, wherein when it is determined that the code corresponding to the first node contains the use of the second node, the method further comprises the step of displaying the second node element.
84. The method of claim 83, further comprising the step of displaying the second node with the second node element and with the usage to visually indicate that the first node contains the usage of the second node.
85. The method of claim 79, wherein the first node comprises a class.
86. The method of claim 79, wherein the first node comprises an interface.
87. The method of claim 79, wherein the first node comprises a package.
88. The method of claim 79, wherein the second node comprises a class.
89. The method of claim 79, wherein the second node comprises an interface.
90. The method of claim 79, wherein the second node comprises a package.
91. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having a dependent node, a defining node, and a plurality of dependencies between the dependent node and the defining node, the method comprising the steps of: displaying a graphical representation of the dependent node; displaying a graphical representation of the defining node; receiving an indication to identify a dependency between the dependent node and the defining node; and in response to receiving the indication to identify the dependency, representing the plurality of dependencies as a number of links that is less than a number of the dependencies between the dependent node and the defining node.
92. The computer-readable medium of claim 91, wherein the plurality of dependencies is represented as a single link.
93. The computer-readable medium of claim 91, wherein each node comprises an element.
94. The computer-readable medium of claim 93, wherein one of the plurality of dependencies comprises a use of the defining node element by the dependent node element.
95. The computer-readable medium of claim 93, wherein one of the plurality of dependencies comprises a declaration of the defining node element by the dependent node element.
96. The computer-readable medium of claim 93, wherein one of the plurality of dependencies comprises a call to a method of the defining node element by the dependent node element.
97. The computer-readable medium of claim 93, wherein one of the plurality of dependencies comprises a local variable definition using the defining node element in a method of the dependent node element.
98. The computer-readable medium of claim 93, wherein the dependent node element comprises a class.
99. The computer-readable medium of claim 93, wherein the dependent node element comprises an interface.
100. The computer-readable medium of claim 93, wherein the defining node element comprises a class.
101. The computer-readable medium of claim 93, wherein the defining node element comprises an interface.
102. The computer-readable medium of claim 91, wherein the dependent node comprises a class.
103. The computer-readable medium of claim 91, wherein the dependent node comprises an interface.
104. The computer-readable medium of claim 91, wherein the dependent node comprises a package.
105. The computer-readable medium of claim 104, wherein the package comprises a plurahty of elements.
106. The computer-readable medium of claim 105, wherein one of the plurality of elements comprises a class.
107. The computer-readable medium of claim 105, wherein one of the plurality of elements comprises an interface.
108. The computer-readable medium of claim 91, wherein the defining node comprises a class.
109. The computer-readable medium of claim 91, wherein the defining node comprises an interface.
110. The computer-readable medium of claim 91, wherein the defining node comprises a package.
111. The computer-readable medium of claim 110, wherein the package comprises a plurahty of elements.
112. The computer-readable medium of claim 111, wherein one of the plurality of elements, comprises a class.
113. The computer-readable medium of claim 111, wherein one of the plurality of elements comprises an interface.
114. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having a plurality of nodes, each of the plurality of nodes having corresponding code, the method comprising the steps of: displaying a graphical representation of the plurality of nodes; determining whether the code corresponding to a first of the plurality of nodes contains a first use of a second of the plurahty of nodes; and when it is determined that the code corresponding to the first node, contains the first use of the second node, determining whether the code corresponding to the first node contains a second use of the second node; and when it is determined that the code corresponding to the first node contains the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
115. The computer-readable medium of claim 114, wherein the first use comprises a declaration.
116. The computer-readable medium of claim 115, wherein the step of determining whether the code corresponding to the first node contains the first use of the second node comprises the step of searching the code corresponding to the first node for an attribute declaration that uses the second node.
117. The computer-readable medium of claim 115, wherein the step of determining whether the code corresponding to the first node contains the first use of the second node comprises the step of searching the code corresponding to the first node for an initializer of an attribute declaration that uses the second node.
118. The computer-readable medium of claim 115, wherein the step of determining whether the code corresponding to the first node contains the first use of the second node comprises the step of searching the code corresponding to the first node for an argument parameter of a method that uses the second node.
119. The computer-readable medium of claim 114, wherein the first use comprises a method call.
120. The computer-readable medium of claim 114, wherein the first use of the second node comprises a local variable definition using the second node in a method of the first node.
121. The computer-readable medium of claim 114, wherein the first node comprises a class.
122. The computer-readable medium of claim 114, wherein the first node comprises an interface.
123. The computer-readable medium of claim 114, wherein the first node comprises a package.
124. The computer-readable medium of claim 114, wherein the second node comprises a class.
125. The computer-readable medium of claim 114, wherein the second node comprises an interface.
126. The computer-readable medium of claim 114, wherein the second node comprises a package.
127. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having a plurality of nodes, each of the plurality of nodes having corresponding code, the method comprising the steps of: displaying a graphical representation of the plurality of nodes; determining whether the code corresponding to a first of the plurahty of nodes contains a declaration of the second node; and when it is determined that the code corresponding to the first node contains the declaration of the second node, determining whether the code corresponding to the first node contains another declaration of the second node; and when it is determined that the code corresponding to the first node contains the other declaration of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
128. The computer-readable medium of claim 127, wherein when it is determined that the code corresponding to the first node does not contain the other declaration of the second node, the method further comprises the steps of: determining whether the code corresponding to the first node contains a call to a method of the second node; and when it is determined that the code corresponding to the first node contains the call to the method of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
129. The computer-readable medium of claim 127, wherein when it is determined that the code corresponding to the first node does not contain the other declaration of the second node, the method further comprises the steps of: determining whether the code corresponding to the first node comprises a method having a local variable definition using the second node; and when it is determined that the code corresponding to the first node comprises a method having the local variable definition using the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
130. The computer-readable medium of claim 127, wherein the first node comprises a class.
131. The computer-readable medium of claim 127, wherein the first node comprises an interface.
132. The computer-readable medium of claim 127, wherein the first node comprises a package.
133. The computer-readable medium of claim 127, wherein the second node comprises a class.
134. The computer-readable medium of claim 127, wherein the second node comprises an interface.
135. The computer-readable medium of claim 127, wherein the second node comprises a package.
136. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having a first node and a second node, each of the nodes having corresponding code, the second node having a method, the method comprising the steps of: displaying a graphical representation of the first node and the second node; determining whether the code corresponding to the first node contains a call to the method of the second node; and when it is determined that the code corresponding to the first node contains the call to the method of the second node, determining whether the code corresponding of the first node contains another call to the method of the second node; and when it is determined that the code corresponding to the first node contains the other call to the method of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
137. The computer-readable medium of claim 136, wherein when it is determined that the code corresponding to the first node does not contain the other call to the method of the second node, the method further comprises the steps of: determining whether the code corresponding to the first node comprises a method having a local variable definition using the second node; and when it is determined that the code corresponding to the first node comprises a method having the local variable definition using the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
138. The computer-readable medium of claim 136, wherein when it is determined that the code corresponding to the first node does not contain the other call to the method of the second node, the method further comprises the steps of: determining whether the code corresponding to the first node contains a declaration of the second node; and when it is determined that the code corresponding to the first node contains the declaration of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
139. The computer-readable medium of claim 136, wherein the first node comprises a class.
140. The computer-readable medium of claim 136, wherein the first node comprises an interface.
141. The computer-readable medium of claim 136, wherein the first node comprises a package.
142. The computer-readable medium of claim 136, wherein the second node comprises a class.
143. The computer-readable medium of claim 136, wherein the second node comprises an interface.
144. The computer-readable medium of claim 136, wherein the second node comprises a package.
145. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having a plurality of nodes, each of the plurality of nodes having corresponding code, the method comprising the steps of: receiving an indication of a first of the plurality of nodes; receiving an indication of a second of the plurality of nodes; determining whether the code corresponding to the first node contains a first use and a second use of the second node; and when it is determined that the code corresponding to the first node contains the first use and the second use of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
146. The computer-readable medium of claim 145, wherein the first use comprises a declaration.
147. The computer-readable medium of claim 145, wherein the first use comprises a method call.
148. The computer-readable medium of claim 145, wherein the first use of the second node comprises a local variable definition using the second node in a method of the first node.
149. The computer-readable medium of claim 145, wherein the first node comprises a class.
150. The computer-readable medium of claim 145, wherein the first node comprises an interface.
151. The computer-readable medium of claim 145, wherein the first node comprises a package.
152. The computer-readable medium of claim 145, wherein the second node comprises a class.
153. The computer-readable medium of claim 145, wherein the second node comprises an interface.
154. The computer-readable medium of claim 145, wherein the second node comprises a package.
155. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having a plurality of nodes, each of the plurality of nodes having corresponding code, the method comprising the steps of: receiving an indication of a first of the plurality of nodes; receiving an indication of a second of the plurality of nodes; determining whether the code corresponding to the first node contains a declaration of the second node; and when it is determined that the code corresponding to the first node contains the declaration of the second node, determining whether the code corresponding to the first node contains another declaration of the second node; and when it is determined that the code corresponding to the first node contains the other declaration of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
156. The computer-readable medium of claim 155, wherein the first node comprises a class.
157. The computer-readable medium of claim 155, wherein the first node comprises an interface.
158. The computer-readable medium of claim 155, wherein the first node comprises a package.
159. The computer-readable medium of claim 155, wherein the second node comprises a class.
160. The computer-readable medium of claim 155, wherein the second node comprises an interface.
161. The computer-readable medium of claim 155, wherein the second node comprises a package.
162. A computer-readable medium containing instructions for controUing a data processing system to perform a method, the data processing system having a plurality of nodes, each of the plurality of nodes having corresponding code, the method comprising the steps of: receiving an indication of a first of the plurality of nodes; receiving an indication of a second of the plurality of nodes, wherein the second node has a method; determining whether the code corresponding to the first node contains a call to the method of the second node; and when it is determined that the code corresponding to the first node contains the call to the method of the second node, determining whether the code corresponding of the first node contains another call to the method of the second node; and when it is determined that the code corresponding to the first node contains another call to the method of the second node, displaying a dependency link between the graphical representation of the first node and the graphical representation of the second node.
163. The computer-readable medium of claim 162, wherein the first node comprises a class.
164. The computer-readable medium of claim 162, wherein the first node comprises an interface.
165. The computer-readable medium of claim 162, wherein the first node comprises a package.
166. The computer-readable medium of claim 162, wherein the second node comprises a class.
167. The computer-readable medium of claim 162, wherein the second node comprises an interface.
168. The computer-readable medium of claim 162, wherein the second node comprises a package.
169. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having a plurality of nodes, each of the plurality of nodes having corresponding code, the method comprising the steps of: receiving an indication of a first of the plurality of nodes; receiving an indication of a second of the plurality of nodes; determining whether the code corresponding to the first node contains a use of the second node; and when it is determined that the code corresponding to the first node contains the use of the second node, displaying the usage of the second node by the first node.
170. The computer-readable medium of claim 169, wherein each node comprises an element.
171. The computer-readable medium of claim 169, wherein when it is determined that the code corresponding to the first node contains the use of the second node, the method further comprises the step of displaying the first node element.
172. The computer-readable medium of claim 171, wherein the method further comprises the step of displaying the first node with the first node element and with the usage to visually indicate that the first node contains the usage of the second node.
173. The computer-readable medium of claim 169, wherein when it is determined that the code corresponding to the first node contains the use of the second node, the method further comprises the step of displaying the second node element.
174. The computer-readable medium of claim 173, wherein the method further comprises the step of displaying the second node with the second node element and with the usage to visually indicate that the first node contains the usage of the second node.
175. The computer-readable medium of claim 169, wherein the first node comprises a class.
176. The computer-readable medium of claim 169, wherein the first node comprises an interface.
177. The computer-readable medium of claim 169, wherein the first node comprises a package.
178. The computer-readable medium of claim 169, wherein the second node comprises a class.
179. The computer-readable medium of claim 169, wherein the second node comprises an interface.
180. The computer-readable medium of claim 169, wherein the second node comprises a package.
181. A data processing system comprising: a secondary storage device further comprising a plurality of nodes, each of the plurahty of nodes having corresponding code; a memory device further comprising a program that displays a graphical representation of the plurality of nodes, that determines whether the code corresponding to a first of the plurality of nodes contains a declaration of the second node, and when it is determined that the code corresponding to the first node contains the declaration of the second node, the program determines whether the code corresponding to the first node contains another declaration of the second node, and when it is determined that the code corresponding to the first node contains the other declaration of the second node, the program displays a dependency link between the graphical representation of the first node and the graphical representation of the second node; and a processor for running the program.
182. The data processing system of claim 181, wherein when it is determined that the code corresponding to the first node does not contain the other declaration of the second node, the program determines whether the code corresponding to the first node contains a call to a method of the second node, and when it is determined that the code corresponding to the first node contains the call to the method of the second node, the program displays a dependency link between the graphical representation of the first node and the graphical representation of the second node.
183. The data processing system of claim 181, wherein when it is determined that the code corresponding to the first node does not contain the other declaration of the second node, the program determines whether the code corresponding to the first node comprises a method having a local variable definition using the second node, and when it is determined that the code corresponding to the first node comprises a method having the local variable definition using the second node, the program displays a dependency link between the graphical representation of the first node and the graphical representation of the second node.
184. The data processing system of claim 181, wherein the first node comprises a class.
185. The data processing system of claim 181, wherein the first node comprises an interface.
186. The data processing system of claim 181, wherein the first node comprises a package.
187. The data processing system of claim 181, wherein the second node comprises a class.
188. The data processing system of claim 181, wherein the second node comprises an interface.
189. The data processing system of claim 181, wherein the second node comprises a package.
190. A data processing system comprising: a secondary storage device further comprising a first node and a second node, each of the nodes having corresponding code, the second node having a method; a memory device further comprising a program that displays a graphical representation of the first node and the second node, that determines whether the code corresponding to the first node contains a call to the method of the second node, and when it is determined that the code corresponding to the first node contains the call to the method of the second node, the program determines whether the code corresponding of the first node contains another call to the method of the second node, and when it is determined that the code corresponding to the first node contains the other call to the method of the second node, the program displays a dependency link between the graphical representation of the first node and the graphical representation of the second node; and a processor for running the program.
191. The data processing system of claim 190, wherein when it is determined that the code corresponding to the first node does not contain the other call to the method of the second node, the program determines whether the code corresponding to the first node comprises a method having a local variable definition using the second node, and when it is determined that the code corresponding to the first node comprises a method having the local variable definition using the second node, the program displays a dependency link between the graphical representation of the first node and the graphical representation of the second node.
192. The data processing system of claim 190, wherein when it is determined that the code corresponding to the first node does not contain the other call to the method of the second node, the program determines whether the code corresponding to the first node contains a declaration of the second node, and when it is determined that the code corresponding to the first node contains the declaration of the second node, the program displays a dependency link between the graphical representation of the first node and the graphical representation of the second node.
193. The data processing system of claim 190, wherein the first node comprises a class.
194. The data processing system of claim 190, wherein the first node comprises an interface.
195. The data processing system of claim 190, wherein the first node comprises a package.
196. The data processing system of claim 190, wherein the second node comprises a class.
197. The data processing system of claim 190, wherein the second node comprises an interface.
198. The data processing system of claim 190, wherein the second node comprises a package.
199. A data processing system comprising: a secondary storage device further comprising a plurality of nodes, each of the plurahty of nodes having corresponding code; a memory device further comprising a program that receives an indication of a first of the plurahty of nodes, that receives an indication of a second of the plurahty of nodes, that determines whether the code corresponding to the first node contains a declaration of the second node, and when it is determined that the code corresponding to the first node contains the declaration of the second node, the program determines whether the code corresponding to the first node contains another declaration of the second node, and when it is determined that the code corresponding to the first node contains the other declaration of the second node, the program displays a dependency link between the graphical representation of the first node and the graphical representation of the second node; and a processor for running the program.
200. The data processing system of claim 199, wherein the first node comprises a class.
201. The data processing system of claim 199, wherein the first node comprises an interface.
202. The data processing system of claim 199, wherein the first node comprises a package.
203. The data processing system of claim 199, wherein the second node comprises a class.
204. The data processing system of claim 199, wherein the second node comprises an interface.
205. The data processing system of claim 199, wherein the second node comprises a package.
206. A data processing system comprising: a secondary storage device further comprising a plurality of nodes, each of the plurahty of nodes having corresponding code; a memory device further comprising a program that receives an indication of a first of the plurahty of nodes, that receives an indication of a second of the plurahty of nodes, wherein the second node has a method, that determines whether the code corresponding to the first node contains a call to the method of the second node, and when it is determined that the code corresponding to the first node contains the call to the method of the second node, the program determines whether the code corresponding of the first node contains another call to the method of the second node, and when it is determined that the code corresponding to the first node contains another call to the method of the second node, the program displays a dependency link between the graphical representation of the first node and the graphical representation of the second node; and a processor for running the program.
207. The data processing system of claim 206, wherein the first node comprises a class.
208. The data processing system of claim 206, wherein the first node comprises an interface.
209. The data processing system of claim 206, wherein the first node comprises a package.
210. The data processing system of claim 206, wherein the second node comprises a class.
211. The data processing system of claim 206, wherein the second node comprises an interface.
212. The data processing system of claim 206, wherein the second node comprises a package.
213. A data processing system comprising: a secondary storage device further comprising a plurality of nodes, each of the plurahty of nodes having corresponding code; a memory device further comprising a program that receives an indication of a first of the plurahty of nodes, that receives an indication of a second of the plurahty of nodes, that determines whether the code corresponding to the first node contains a use of the second node, and when it is determined that the code corresponding to the first node contains the use of the second node, the program displays the usage of the second node by the first node; and a processor for running the program.
214. The data processing system of claim 213, wherein each node comprises an element.
215. The data processing system of claim 213, wherein when it is determined that the code corresponding to the first node contains the use of the second node, the program further displays the first node element.
216. The data processing system of claim 215, wherein the program further displays the first node with the first node element and with the usage to visually indicate that the first node contains the usage of the second node.
217. The data processing system of claim 213, wherein when it is determined that the code corresponding to the first node contains the use of the second node, the program further displays the second node element.
218. The data processing system of claim 217, wherein the program further displays the second node with the second node element and with the usage to visually indicate that the first node contains the usage of the second node.
219. The data processing system of claim 213, wherein the first node comprises a class.
220. The data processing system of claim 213, wherein the first node comprises an interface.
221. The data processing system of claim 213, wherein the first node comprises a package.
222. The data processing system of claim 213, wherein the second node comprises a class.
223. The data processing system of claim 213, wherein the second node comprises an interface.
224. The data processing system of claim 213, wherein the second node comprises a package.
225. A system having a dependent node, a defining node, and a plurality of dependencies between the dependent node and the defining node, the system comprising: means for displaying a graphical representation of the dependent node; means for displaying a graphical representation of the defining node; means for receiving an indication to identify a dependency between the dependent node and the defining node; and means for representing the plurality of dependencies as a number of links that is less than a number of the dependencies between the dependent node and the defining node in response to receiving the indication to identify the dependency.
PCT/US2001/012820 2000-04-21 2001-04-20 Methods and systems for identifying dependencies between object-oriented elements WO2001082068A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU2001253712A AU2001253712A1 (en) 2000-04-21 2001-04-20 Methods and systems for identifying dependencies between object-oriented elements
EP01927238A EP1290552A1 (en) 2000-04-21 2001-04-20 Methods and systems for identifying dependencies between object-oriented elements

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US19904600P 2000-04-21 2000-04-21
US60/199,046 2000-04-21
US09/680,063 US6851107B1 (en) 1999-10-05 2000-10-04 Software development tool with instant updating and simultaneous view of graphical and a textual display of source code
US09/680,063 2000-10-04
US09/839,644 2001-04-20
US09/839,644 US7055130B2 (en) 1999-10-05 2001-04-20 Methods and systems for identifying dependencies between object-oriented elements

Publications (2)

Publication Number Publication Date
WO2001082068A1 true WO2001082068A1 (en) 2001-11-01
WO2001082068A8 WO2001082068A8 (en) 2002-02-21

Family

ID=27393971

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/012820 WO2001082068A1 (en) 2000-04-21 2001-04-20 Methods and systems for identifying dependencies between object-oriented elements

Country Status (4)

Country Link
US (1) US7055130B2 (en)
EP (1) EP1290552A1 (en)
AU (1) AU2001253712A1 (en)
WO (1) WO2001082068A1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008009629A2 (en) * 2006-07-18 2008-01-24 Robert Bosch Gmbh Method for producing a consistent state of a program component quantity of a computer program
US7620653B1 (en) * 2006-02-01 2009-11-17 Amazon Technologies, Inc. Service for retrieving and aggregating data used to generate web pages or other content items
WO2014052873A1 (en) * 2012-09-28 2014-04-03 Ab Initio Technology Llc Graphically representing programming attributes
WO2014067878A1 (en) * 2012-11-05 2014-05-08 Commissariat A L'energie Atomique Et Aux Energies Alternatives Method of aiding the design of a system modelled by a multi-view architecture, and device implementing such a method
US9116603B2 (en) 2012-12-26 2015-08-25 Ab Initio Technology Llc Managing interactions with data having membership in multiple groupings
US9767100B2 (en) 2008-12-02 2017-09-19 Ab Initio Technology Llc Visualizing relationships between data elements
US11741091B2 (en) 2016-12-01 2023-08-29 Ab Initio Technology Llc Generating, accessing, and displaying lineage metadata

Families Citing this family (77)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7110936B2 (en) * 2001-02-23 2006-09-19 Complementsoft Llc System and method for generating and maintaining software code
US20090254801A1 (en) * 2001-05-14 2009-10-08 The Mathworks, Inc. Model navigation
US8001523B1 (en) * 2001-07-05 2011-08-16 Microsoft Corporation System and methods for implementing an explicit interface member in a computer programming language
US6981250B1 (en) * 2001-07-05 2005-12-27 Microsoft Corporation System and methods for providing versioning of software components in a computer programming language
US7290007B2 (en) * 2002-05-10 2007-10-30 International Business Machines Corporation Method and apparatus for recording and managing data object relationship data
US7162712B2 (en) * 2002-06-26 2007-01-09 Sun Microsystems, Inc. Method and apparatus for creating string objects in a programming language
US7424702B1 (en) * 2002-08-19 2008-09-09 Sprint Communications Company L.P. Data integration techniques for use in enterprise architecture modeling
US7526347B2 (en) * 2003-02-18 2009-04-28 Fisher-Rosemount Systems, Inc. Security for objects in a process plant configuration system
US8244853B1 (en) 2003-03-03 2012-08-14 Vmware, Inc. Method and system for non intrusive application interaction and dependency mapping
US7577934B2 (en) * 2003-03-12 2009-08-18 Microsoft Corporation Framework for modeling and providing runtime behavior for business software applications
US7730446B2 (en) 2003-03-12 2010-06-01 Microsoft Corporation Software business process model
US7526734B2 (en) * 2004-04-30 2009-04-28 Sap Ag User interfaces for developing enterprise applications
US7765520B2 (en) * 2004-05-21 2010-07-27 Bea Systems, Inc. System and method for managing cross project dependencies at development time
US7757212B2 (en) * 2004-05-21 2010-07-13 Bea Systems, Inc. System and method for managing cross project dependencies at development time
US7831680B2 (en) * 2004-07-16 2010-11-09 National Instruments Corporation Deterministic communication between graphical programs executing on different computer systems
US7506320B2 (en) * 2004-09-09 2009-03-17 International Business Machines Corporation Generating sequence diagrams using call trees
US20060080644A1 (en) * 2004-10-07 2006-04-13 International Business Machines Corporation Parameterization of programming structures
US7895572B2 (en) * 2005-08-15 2011-02-22 Sap Aktiengesellschaft Systems and methods for enterprise software management
US7904892B2 (en) * 2006-01-06 2011-03-08 Northrop Grumman Corporation Systems and methods for identifying and displaying dependencies
US7631014B2 (en) * 2006-04-27 2009-12-08 International Business Machines Corporation Method and apparatus for fast deletion of physically clustered data
US20070288883A1 (en) * 2006-06-09 2007-12-13 International Business Machines Corporation Method for consolidated launching of multiple tasks
US8302073B2 (en) * 2006-06-15 2012-10-30 International Business Machines Corporation Moving and copying dependencies along with source code
US7870536B2 (en) * 2006-06-15 2011-01-11 International Business Machines Corporation Computer implemented method and system for sharing resources among hierarchical containers of resources
US8694953B2 (en) * 2006-08-14 2014-04-08 Payman Khodabandehloo Tool and methodology for enterprise software applications
US7644390B2 (en) * 2006-08-14 2010-01-05 Payman Khodabandehloo Design tool and methodology for enterprise software applications
US8037471B2 (en) * 2006-11-16 2011-10-11 International Business Machines Corporation Systems and methods for constructing relationship specifications from component interactions
US8229778B2 (en) 2006-11-16 2012-07-24 International Business Machines Corporation Constructing change plans from component interactions
US8332827B2 (en) 2006-12-01 2012-12-11 Murex S.A.S. Produce graph oriented programming framework with scenario support
US8307337B2 (en) * 2006-12-01 2012-11-06 Murex S.A.S. Parallelization and instrumentation in a producer graph oriented programming framework
US8191052B2 (en) * 2006-12-01 2012-05-29 Murex S.A.S. Producer graph oriented programming and execution
US20080201068A1 (en) * 2007-02-21 2008-08-21 Boyersmith Michael J Presentation of Sequence Diagrams With Focus Highlighting
US8627287B2 (en) * 2007-11-29 2014-01-07 Microsoft Corporation Prioritizing quality improvements to source code
US7949610B2 (en) * 2008-01-31 2011-05-24 International Business Machines Corporation Method and system for discovering dependencies in project plans of distributed system
US20090319993A1 (en) * 2008-06-24 2009-12-24 Microsoft Corporation, Generalized and extensible software architecture representation
US20100070949A1 (en) * 2008-09-15 2010-03-18 Infosys Technologies Limited Process and system for assessing modularity of an object-oriented program
US20100306010A1 (en) * 2009-06-01 2010-12-02 Microsoft Corporation Interactive map/diagram of erp code and model elements
WO2011005312A2 (en) * 2009-07-06 2011-01-13 Appsage, Inc. Software testing
US8527940B2 (en) * 2010-02-25 2013-09-03 Red Hat, Inc. Integrated development environment with automatic working sets
US8810576B2 (en) * 2010-04-13 2014-08-19 Microsoft Corporation Manipulation and management of links and nodes in large graphs
US9449405B2 (en) * 2010-11-30 2016-09-20 Sap Se Systems and methods to display dependencies within a graph of grouped elements
US8972895B2 (en) 2010-12-20 2015-03-03 Target Brands Inc. Actively and passively customizable navigation bars
US8606652B2 (en) 2010-12-20 2013-12-10 Target Brands, Inc. Topical page layout
US8630913B1 (en) 2010-12-20 2014-01-14 Target Brands, Inc. Online registry splash page
US8589242B2 (en) 2010-12-20 2013-11-19 Target Brands, Inc. Retail interface
US8606643B2 (en) 2010-12-20 2013-12-10 Target Brands, Inc. Linking a retail user profile to a social network user profile
US8756121B2 (en) 2011-01-21 2014-06-17 Target Brands, Inc. Retail website user interface
JP5284403B2 (en) * 2011-03-28 2013-09-11 株式会社東芝 Ontology update device, method, and system
US8271520B1 (en) * 2011-03-31 2012-09-18 Accenture Global Services Limited Expression editor tool
US9323418B2 (en) * 2011-04-29 2016-04-26 The United States Of America As Represented By Secretary Of The Navy Method for analyzing GUI design affordances
US8965788B2 (en) 2011-07-06 2015-02-24 Target Brands, Inc. Search page topology
USD705792S1 (en) 2011-12-28 2014-05-27 Target Brands, Inc. Display screen with graphical user interface
USD703686S1 (en) * 2011-12-28 2014-04-29 Target Brands, Inc. Display screen with graphical user interface
USD705791S1 (en) 2011-12-28 2014-05-27 Target Brands, Inc. Display screen with graphical user interface
USD711399S1 (en) 2011-12-28 2014-08-19 Target Brands, Inc. Display screen with graphical user interface
USD711400S1 (en) 2011-12-28 2014-08-19 Target Brands, Inc. Display screen with graphical user interface
USD703687S1 (en) * 2011-12-28 2014-04-29 Target Brands, Inc. Display screen with graphical user interface
USD712417S1 (en) * 2011-12-28 2014-09-02 Target Brands, Inc. Display screen with graphical user interface
US9024954B2 (en) 2011-12-28 2015-05-05 Target Brands, Inc. Displaying partial logos
USD703685S1 (en) * 2011-12-28 2014-04-29 Target Brands, Inc. Display screen with graphical user interface
USD706794S1 (en) 2011-12-28 2014-06-10 Target Brands, Inc. Display screen with graphical user interface
USD706793S1 (en) 2011-12-28 2014-06-10 Target Brands, Inc. Display screen with graphical user interface
USD715818S1 (en) 2011-12-28 2014-10-21 Target Brands, Inc. Display screen with graphical user interface
USD705790S1 (en) 2011-12-28 2014-05-27 Target Brands, Inc. Display screen with graphical user interface
USD701224S1 (en) 2011-12-28 2014-03-18 Target Brands, Inc. Display screen with graphical user interface
US9547505B2 (en) * 2013-06-04 2017-01-17 Sap Se Adaptive contextual graphical representation of development entities
US9830142B2 (en) 2013-09-13 2017-11-28 Microsoft Technology Licensing, Llc Automatic installation of selected updates in multiple environments
US9665359B2 (en) 2013-09-13 2017-05-30 Microsoft Technology Licensing, Llc Automatically resolving conflicts after installation of selected updates in a computer system
US10026064B2 (en) 2013-09-13 2018-07-17 Microsoft Technology Licensing, Llc Automatically recommending updates based on stored lifecycle information
US9626176B2 (en) 2013-09-13 2017-04-18 Microsoft Technology Licensing, Llc Update installer with technical impact analysis
US9503504B2 (en) * 2014-11-19 2016-11-22 Diemsk Jean System and method for generating visual identifiers from user input associated with perceived stimuli
US10001975B2 (en) * 2015-09-21 2018-06-19 Shridhar V. Bharthulwar Integrated system for software application development
US9367425B1 (en) * 2015-09-30 2016-06-14 Semmle Limited Disjoint-or trees for caching aggregated dependencies
US10579350B2 (en) * 2016-02-18 2020-03-03 International Business Machines Corporation Heterogeneous computer system optimization
US9977725B2 (en) * 2016-08-26 2018-05-22 Cisco Technology, Inc. Automatic classification and parallel processing of untested code in a protected runtime environment
US10437815B2 (en) * 2016-09-02 2019-10-08 Accenture Global Solutions Limited Identification of code object dependencies
US10248387B2 (en) * 2016-09-21 2019-04-02 Shridhar V. Bharthulwar Integrated system for software application development
US10365641B2 (en) * 2017-06-19 2019-07-30 Fisher-Rosemount Systems, Inc. Synchronization of configuration changes in a process plant

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3765949B2 (en) 1999-02-17 2006-04-12 富士通株式会社 Object-oriented software development support apparatus and development support method
US6611844B1 (en) 1999-02-19 2003-08-26 Sun Microsystems, Inc. Method and system for java program storing database object entries in an intermediate form between textual form and an object-oriented form
US6601233B1 (en) * 1999-07-30 2003-07-29 Accenture Llp Business components framework
US6031747A (en) * 1999-08-02 2000-02-29 Lockheed Martin Missiles & Space Company Interleaved synchronous flyback converter with high efficiency over a wide operating load range
US6550057B1 (en) * 1999-08-31 2003-04-15 Accenture Llp Piecemeal retrieval in an information services patterns environment

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"Unified modeling language (UML) UML BOOCH & OMT quick reference for rational rose 4.0", 1996, RATIONAL SOFTWARE CORPORATION, XP002941831 *
"Using retional rose 4.0", November 1996, RATIONAL SOFTWARE CORPORATION, XP002941832 *
JACOBSON IVAR: "Object-oriented software engineering a use case driven approach", 1996, ADDISON-WESLEY, XP002941833 *
MARTIN FOWLER AND KENDALL SCOTT: "UML distilled applying the standard object modeling language", 1997, ADDISON-WESLEY, XP002941834 *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7620653B1 (en) * 2006-02-01 2009-11-17 Amazon Technologies, Inc. Service for retrieving and aggregating data used to generate web pages or other content items
WO2008009629A3 (en) * 2006-07-18 2008-03-20 Bosch Gmbh Robert Method for producing a consistent state of a program component quantity of a computer program
WO2008009629A2 (en) * 2006-07-18 2008-01-24 Robert Bosch Gmbh Method for producing a consistent state of a program component quantity of a computer program
US10860635B2 (en) 2008-12-02 2020-12-08 Ab Initio Technology Llc Visualizing relationships between data elements
US10191904B2 (en) 2008-12-02 2019-01-29 Ab Initio Technology Llc Visualizing relationships between data elements and graphical representations of data element attributes
US11354346B2 (en) 2008-12-02 2022-06-07 Ab Initio Technology Llc Visualizing relationships between data elements and graphical representations of data element attributes
US9875241B2 (en) 2008-12-02 2018-01-23 Ab Initio Technology Llc Visualizing relationships between data elements and graphical representations of data element attributes
US9767100B2 (en) 2008-12-02 2017-09-19 Ab Initio Technology Llc Visualizing relationships between data elements
CN104685467A (en) * 2012-09-28 2015-06-03 起元技术有限责任公司 Graphically representing programming attributes
JP2015535370A (en) * 2012-09-28 2015-12-10 アビニシオ テクノロジー エルエルシー Graphical representation of programming attributes
KR20150063409A (en) * 2012-09-28 2015-06-09 아브 이니티오 테크놀로지 엘엘시 Graphically representing programming attributes
US9852153B2 (en) 2012-09-28 2017-12-26 Ab Initio Technology Llc Graphically representing programming attributes
KR102021915B1 (en) 2012-09-28 2019-09-17 아브 이니티오 테크놀로지 엘엘시 Graphically representing programming attributes
WO2014052873A1 (en) * 2012-09-28 2014-04-03 Ab Initio Technology Llc Graphically representing programming attributes
WO2014067878A1 (en) * 2012-11-05 2014-05-08 Commissariat A L'energie Atomique Et Aux Energies Alternatives Method of aiding the design of a system modelled by a multi-view architecture, and device implementing such a method
FR2997777A1 (en) * 2012-11-05 2014-05-09 Commissariat Energie Atomique METHOD FOR DESIGNING A SYSTEM MODELED BY A MULTI-VIEW ARCHITECTURE
US9116603B2 (en) 2012-12-26 2015-08-25 Ab Initio Technology Llc Managing interactions with data having membership in multiple groupings
US11741091B2 (en) 2016-12-01 2023-08-29 Ab Initio Technology Llc Generating, accessing, and displaying lineage metadata

Also Published As

Publication number Publication date
EP1290552A1 (en) 2003-03-12
WO2001082068A8 (en) 2002-02-21
US7055130B2 (en) 2006-05-30
AU2001253712A1 (en) 2001-11-07
US20020097253A1 (en) 2002-07-25

Similar Documents

Publication Publication Date Title
EP1290552A1 (en) Methods and systems for identifying dependencies between object-oriented elements
US7114149B2 (en) Navigation links in generated documentation
US7171646B2 (en) Generating source code for object oriented elements with language neutral transient meta model and correlating display of names, symbols and code
US6993759B2 (en) Diagrammatic control of software in a version control system
EP1224541A1 (en) Method and system for developing software
US7055131B2 (en) Methods and systems for animating the interaction of objects in an object oriented program
US6993710B1 (en) Method and system for displaying changes of source code
US6976243B2 (en) Method and system for developing source code and displaying linked elements found within the source code
US7188332B2 (en) Methods and systems for relating a data definition file and a data model for distributed computing
US9916134B2 (en) Methods and systems for accessing distributed computing components through the internet
US7810069B2 (en) Methods and systems for relating data structures and object-oriented elements for distributed computing
JP4195479B2 (en) Incremental generation system
US7793256B2 (en) Methods and systems for supporting and deploying distributed computing components
US20070256053A1 (en) Dynamic generation of formatted user interfaces in software environments
US20030067481A1 (en) System and method for computer-aided graph-based dependency analysis with integrated documentation
US20080127040A1 (en) Enterprise-Scale Application Development Framework Utilizing Code Generation
EP1290550A1 (en) Diagrammatic control of software in a version control system
WO2001025915A1 (en) Method and system for displaying changes of source code
WO2001082070A1 (en) Methods and systems for finding and displaying linked objects
Rumbaugh OO CASE Marketing Research

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
AK Designated states

Kind code of ref document: C1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: C1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

CFP Corrected version of a pamphlet front page

Free format text: REVISED ABSTRACT RECEIVED BY THE INTERNATIONAL BUREAU AFTER COMPLETION OF THE TECHNICAL PREPARATIONS FOR INTERNATIONAL PUBLICATION

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWE Wipo information: entry into national phase

Ref document number: 2001927238

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2001927238

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Ref document number: 2001927238

Country of ref document: EP