Recompilation in debug mode causing error.
B4J v10.7
Library: jOkHttpUtils2
Version: 3.05
If Clean project, the project compiles.
Tested with/without JobName and TargetModule.
Currently I am working on server project using jOkHttpUtils2.
B4J v10.7
Library: jOkHttpUtils2
Version: 3.05
B4X:
B4J line: 93
j.Initialize
src\b4j\example\manager.java:421: error: method _initialize in class httpjob cannot be applied to given types;
_j._initialize /*String*/ (null,ba,"",manager.getObject());
^
required: BA,String,Object
found: <null>,BA,String,Class<CAP#1>
reason: actual and formal argument lists differ in length
where CAP#1 is a fresh type-variable:
CAP#1 extends Object from capture of ?
Tested with/without JobName and TargetModule.
Currently I am working on server project using jOkHttpUtils2.