Closed rpau closed 8 years ago
Bug in computing the name of deeper embedded classes
"The referenced class xxx.pub.SearchModule.ExtendedSearchHandler$ESResult does not exist."
What exists is pub/SearchModule$ExtendedSearchHandler$ESResult.class
The import is
import nads.pixelbox.client.mod.search.pub.SearchModule.ExtendedSearchHandler.ESResult;
public class SearchModule { public static interface ExtendedSearchHandler { public static class ESResult {
Bug in computing the name of deeper embedded classes
"The referenced class xxx.pub.SearchModule.ExtendedSearchHandler$ESResult does not exist."
What exists is pub/SearchModule$ExtendedSearchHandler$ESResult.class
The import is
import nads.pixelbox.client.mod.search.pub.SearchModule.ExtendedSearchHandler.ESResult;
public class SearchModule { public static interface ExtendedSearchHandler { public static class ESResult {