30
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 17, 2024 — Nov 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
now cares about missing config file; getJavaType() is not part of IBeansProject anymore - moved to BeansModelUtil More... about 21 years ago
getJavaType() is not part of IBeansProject anymore - moved to BeansModelUtil More... about 21 years ago
now cares about missing config file More... about 21 years ago
now has a meaningful error message if a config file from an external Spring project is missing; added new method 'getProjectNode()'; getAdapter() now cares about a missing config file More... about 21 years ago
added null checks for missing wrapped bean More... about 21 years ago
removed BeansUIPlugin.beep() More... about 21 years ago
removed BeansGraphPlugin.beep() More... about 21 years ago
added new changes More... about 21 years ago
core model's IBean doesn't expose BeanDefinition anymore More... about 21 years ago
now use project resource directly instead of asking for it's project More... about 21 years ago
internal resource change event handler did wrong check for 'isSpringProject()' event More... about 21 years ago
added null check More... about 21 years ago
don't expose BeanDefinition anymore; added 'isAbstract()' and 'isLazyInit()' More... about 21 years ago
now uses open arrow for bean references instead of filled one (JIRA issue #IDE-4) More... about 21 years ago
added margin border (JIRA issue #IDE-4) More... about 21 years ago
updated to Spring 1.1 More... about 21 years ago
updated comments only More... about 21 years ago
removed commons-logging.jar More... about 21 years ago
now uses short description for editor title and long description for editor tool tip (JIRA issue #IDE-4) More... about 21 years ago
removed BeansUIPlugin.beep() More... about 21 years ago
changed text for graph editor title More... about 21 years ago
removed BeansUIPlugin.beep() More... about 21 years ago
Added a helper method to determine if a config set with a given name already exists in the project. More... about 21 years ago
Changed to non-abstract class as adding during the add nature processing a default no-arg instance needs to be created. If the class is declared abstract an InstantiationException occurs. More... about 21 years ago
Added a utility method to support the config file refactoring participant. Also clarified the javadoc on hasConfig(IFile) as it took me a while to figure out what why my code wasn't working! More... about 21 years ago
relaxed the constraint on the setConfigNames parameter. This brings it in line with the rest of the Core API. More... about 21 years ago
Added a utility method to support the config file refactoring participant More... about 21 years ago
Fixed ConcurrentModificationException when the config list gets something removed from it. It now creates a list of items to remove and then removes them in a second pass thus preserving the integrity of the iterator. More... about 21 years ago
Support for storing the ending line number of elements, useful to limit the scope of refactoring participants etc. More... about 21 years ago
added .classpath More... about 21 years ago