Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 3.8.2.RELEASE
-
Fix Version/s: 3.8.3.RELEASE
-
Labels:
-
Environment:windows 10
Description
steps to reproduce:-
1.create an interface (ex inf)
2.create a class(ex con) that implements interface.
3.create a class(ex con2).
4.Declare a reference(ex ref)of con in con2 without using autowire annotation.
5.use ref to call method of con
Expected result:-Complile time error should show when calling con class method using ref.
Actual result:- No Complile time error is showing when calling con class method using ref.