Skip to content
Commit 616c0ec3 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

Optmization in JavaImport: Skip object creation for method "void" return

umbrello/codeimport/javaimport.cpp
- In function parseStmt(), on parsing a type name (of a member of class
  or interface, or return type an operation), call resolveClass only if
  typeName is not "void".

CCBUG:416178
parent 372b1e02
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment