Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.2.1.Final
-
Fix Version/s: None
-
Labels: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
-