softwarevisualization

- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 50
-
softwarevisualization created a post, programmatic access to dependency matrix information?
Hi, The dependency matrix module first computes a lot of useful information, then it displays that information. I would like to write a plugin that uses the information that the dependency matrix c... -
softwarevisualization created a post, Extending Editor justification
: "In fact I don't understand what you want to achieve by overriding only those methods because they are coupled with the painting logic of the editor, and the users would see very weird results if... -
softwarevisualization created a post, Does intellij give notice of refactoring?
Does intelliJ provide for listeners who can be notified after a refactoring has happened?Message was edited by: softwarevisualization -
softwarevisualization created a post, What is the difference between getJDK and getModuleJDK
1) com.intellij.execution.configurations has these two methodsgetJDK and getModuleJDKboth return a ProjectJDK. I guess that one returns the module JDK and the other returns the JDK , but as a pract... -
softwarevisualization created a post, continual "checking" behavior
OK in the IDE, I've noticed that at the bottom of the frame I get a little notice - just the word "checking" followed by the path that's being checked in that instant - that my directory structure ... -
softwarevisualization created a post, Extending Editor (redux)
Since there's no way to re-mark a thread as a question and my new post was way at the bottom of the old one where perhaps no-one would notice it, I popped this new question into a new threadOK this... -
softwarevisualization created a post, DSM documentation available
Lots of stuff on interpreting and using a DSM here for those who are unfamiliar with it.http://www.dsmweb.org/content/section/4/26/ -
-
softwarevisualization created a post, javadoc warnings
Not that anyone claimed you could build javadoc from the OpenAPI source, (just to put that on the table), I tried to do it anyway- for a plugin ... So , OK the result on release 7.02::build 7590 is... -
softwarevisualization created a post, Will DSM be exposed to plugin developers?
In my mind, the DSM might be of interest to plugin developers if they had the ability to post a query and get results- there's a lot you can do with dependency analysis results!Is there any plan to...