Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Line 6615: The code of method doGetType(String) is exceeding the 65535 bytes limit

    Hi ,


    I am getting exception "Line 6615: The code of method doGetType(String) is exceeding the 65535 bytes limit"
    Kindly help to resolve.

    Line 6615: The code of method doGetType(String) is exceeding the 65535 bytes limit
    [INFO] See snapshot: \AppData\Local\Temp\com.gwtent.reflection.client.TypeOracle_Visitor6070783911507081421.java
    [INFO] Tracing compile failure path for type 'com.gwtent.reflection.client.TypeOracle_Visitor'

    #2
    This is a Java limit, not something specific to our products. If it's your method, you should refactor it. If it comes from a third-party library, contact the creator.

    https://stackoverflow.com/questions/...limit/12257425

    Comment

    Working...
    X