Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8521917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:57:43+00:00 2026-06-11T06:57:43+00:00

I have a gwt aplication, during compilation I get the error: Scanning for additional

  • 0

I have a gwt aplication, during compilation I get the error:

Scanning for additional dependencies: file:/D:/projects/healthplanel_trunk/clinics-gwt-client/src/com/clinics/gwt/shared/UserServiceAsync.java
Computing all possible rebind results for ‘com.clinics.gwt.shared.UserService’
Rebinding com.clinics.gwt.shared.UserService
Invoking generator com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
Generating client proxy for remote service interface ‘com.clinics.gwt.shared.UserService’
Analyzing ‘com.clinics.gwt.shared.UserService’ for serializable types
Analyzing methods:
public abstract com.clinics.gwt.shared.query.GQueryResult listAdmins(com.clinics.gwt.shared.query.GQueryParams queryParams)
Parameter: com.clinics.gwt.shared.query.GQueryParams queryParams
com.clinics.gwt.shared.query.GQueryParams
Verifying instantiability
com.clinics.gwt.shared.query.GQueryParams
Analyzing the fields of type ‘com.clinics.gwt.shared.query.GQueryParams’ that qualify for serialization
private java.util.List> filters
java.util.List>
Verifying instantiability
java.util.Vector>
Checking parameters of ‘java.util.Vector>’
Checking type argument 0 of type ‘java.util.Vector’ because it is directly exposed in this type or in one of its subtypes
com.clinics.gwt.shared.query.GFilterBy
Verifying instantiability
com.clinics.gwt.shared.query.GFilterBy
Checking parameters of ‘com.clinics.gwt.shared.query.GFilterBy’
Checking type argument 0 of type ‘com.clinics.gwt.shared.query.GFilterBy’ because it is directly exposed in this type or in one of its subtypes
java.io.Serializable
Verifying instantiability
java.util.HashMap
[WARN] Checking all subtypes of Object which qualify for serialization

My code is:

public class GQueryParams implements IsSerializable {
private static final long serialVersionUID = 1L;
private int offset = 0;
private int maxCount = -1; // -1 means all
private ArrayList<GOrderBy> orders = new ArrayList<GOrderBy>();
private ArrayList<NoSqlOrderBy> noSqlOrders = new ArrayList<NoSqlOrderBy>();
private ArrayList<GFilterBy<?>> filters = new ArrayList<GFilterBy<?>>();

And:

public class GFilterBy<T extends Serializable> implements Serializable {
private static final long serialVersionUID = 1L;
private String id;
private GFilterOperation operation;
private T value;

What’s wrong, could you please help me with it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T06:57:44+00:00Added an answer on June 11, 2026 at 6:57 am

    GFilterBy<?> basically accepts everything (everything that implements Serializable), so the generator has to scan the whole classpath for every applicable class and generate the appropriate ser/deserialization code for each of them.

    This is generally not what you want, hence the warning.

    The rule of thumb is to always be as specific as possible in types sent over the wire with GWT-RPC; and ? obviously violates that rule.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application which is packaged as a .war file. It has GWT
I have following architecture in my application. Client (GWT) <--calls--> Servlet <--calls--> Service <--calls-->
I have gwt web project, which must use application.properties (on client side) loaded as
I am facing this error while running my GWT application. I have these jar
I have a GWT application, which I deploy as a WAR file to a
I have a GWT application and I load a .json file on the server
I have a GWT application that features two frames (com.google.gwt.user.client.ui.Frame). Via Frame.setUrl(...) I can
I have a use case where my GWT application is running on a client
I am new to GWT. I have developed a GWT application in version-1.6.4 and
I have a grid in my GWT application there are columns and rows which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.