1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
now checks in show() if BeansView was created More... over 20 years ago
removed check for non-abstract root bean which has no class and no parent because Spring's DTD (comment for bean attribute "classname") states that it it's allowed More... over 20 years ago
added missing methods to override the ones from AbstractResource More... over 20 years ago
now BeansView.show() supports instances of IBeansModelElement as ShowInContext's input object or first selection element More... over 20 years ago
now show() checks ShowInContext's input object at first (instance of BeansViewLocation) and selection object (instance of IResource) at last More... over 20 years ago
fixed validation of child beans (classes of child beans are checked first and then their parent beans' ones) More... over 20 years ago
now class names are supported for child beans too More... over 20 years ago
now non-existent files are supported too More... over 20 years ago
now non-existent config files are supported too More... over 20 years ago
now invalid config files are supported too More... over 20 years ago
Fixes problem with renaming config files without updating the config file list More... over 20 years ago
added new method to show the specified node in the beans view More... over 20 years ago
now uses project node to access IProject instead of config file More... over 20 years ago
refactored code from private method (3 lines only) back into calling method (1 method) More... over 20 years ago
added null check to skip dummy beans node which are holding an error message only More... over 20 years ago
start line is already initialized in beanNode.setBean() More... over 20 years ago
now start line is initialized in constructor More... over 20 years ago
removed unused field More... over 20 years ago
removed unused import More... over 20 years ago
now end line is initialized with -1 More... over 20 years ago
added missing Spring IDE UI plugin needed for decorator test More... over 20 years ago
now uses BeansUIUtils.getPropertySource() to create an instance of IPropertySource in getAdapter() More... over 20 years ago
added a new method which returns an instance of IPropertySource for a given IBeansModelElement More... over 20 years ago
refactored internally used models to leverage the core model More... over 20 years ago
refactored internally used models to leverage the core model More... over 20 years ago
refactored ShowInBeansViews support to use the newly introduced BeansViewLocation which holds the information to locate a specific node in the BeansView More... almost 21 years ago
added suffix "Action" to bean view's action "OpenProperties" More... almost 21 years ago
added new entry 'Open Bean Class' to bean view's context menu More... almost 21 years ago
moved to package *.ui.view.actions More... almost 21 years ago
now graph's margin is recognized in bend points for references More... almost 21 years ago