Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » Parse Correctly when Eclipse first time open, Reparse fail with Exception(Reparse fail every time!)
icon4.gif  Parse Correctly when Eclipse first time open, Reparse fail with Exception [message #1736810] Sat, 02 July 2016 04:09
liu wenjing is currently offline liu wenjingFriend
Messages: 1
Registered: July 2016
Junior Member
used to use Visual Editor, new to Window Builder
Eclipse Mars.2 Release (4.5.2)
WindowBuilder Version: 1.8.0

now i am using WB to open VE made JPanel class
and using @wbp.factory to mark the factory function
and it works like magic
until it comes to our CustomerComboBox

with create the CustomerComboBox,it fetchs data from remote server using hessian proxy

when we set the @wbp.factory and open the JPanel class, it looks fine, and the server logs the data fatch and returns data correctly, like this:
index.php/fa/26334/0/
then reparse
index.php/fa/26335/0/
show stack trace.
index.php/fa/26336/0/

of course we try to debug this problem to the root of remote method invoke code and log the invoke exception:
index.php/fa/26337/0/

And we tried many time and found the pattern:
when we close the Eclipse, and open the JPanel class, and WB parse correctly, and then, close WB panel, clean project, rebuild project, can not fix the reparse fail

Only when we close Eclipse again, and reopen, and all is good, for the first parse, then reparse fail

I may somehow make the combobox load data later, or return a fake result when catch Specific exception

but before that, could somebody try to fix this problem for me?

thanks
  • Attachment: 1.png
    (Size: 54.67KB, Downloaded 585 times)
  • Attachment: 2.png
    (Size: 22.68KB, Downloaded 608 times)
  • Attachment: 2.5.png
    (Size: 37.89KB, Downloaded 571 times)
  • Attachment: 3.png
    (Size: 9.01KB, Downloaded 628 times)
Previous Topic:Window Builder not working fine ubuntu
Next Topic:Cannot find entrance to WindowBuilder in Eclipse Luna 2 (4.4.2) on OS X Yosemite 10.10.5
Goto Forum:
  


Current Time: Fri Apr 26 22:39:37 GMT 2024

Powered by FUDForum. Page generated in 0.03125 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top