Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
4.2.1.Final
-
None
-
None
Description
Given this:
class A { @PostConstruct public void doSomething() { //blah blah } } class B extends A { @Override @PostConstruct public void doSomething() { //blah blah } }
The doSomething() method is invoked twice when injecting B somewhere.
Attachments
Issue Links
- follows up on
-
DROOLS-3395 [DMN Designer] Two copies of node are created
-
- Resolved
-