Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Error messages in eclipse are verbose

Name: Anonymous 2009-07-18 21:34

Actual error message i just got:
    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 
svn: Can't connect to host '192.168.1.40': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Name: Anonymous 2009-07-18 21:38

People complain when they're short, and people complain when they're verbose. Why care? Those messages are there to help you figure what's going wrong, the more info the better.

Name: Anonymous 2009-07-18 21:43

And why are you posting on /prog/ at school/work?

Name: Anonymous 2009-07-18 21:44

>>2
the more info the better
And yet, I still refuse to program in Sepples

Name: Anonymous 2009-07-18 21:54

>>4
I never said anything about code verbosity! Error messages can be as detailed as they need to be, on the other hand, I prefer my code to be compact and properly abstracted.

Name: Anonymous 2009-07-18 21:57

>>2
Non-repetitive and helpful error messages are whats wanted, for example it could have simply said:
svn: Connection timed out to '192.168.1.40'

Name: Anonymous 2009-07-18 22:59

>>5
You've obviously never seen the compiler spit ten or so error messages per actual errors when there are templates involved.

Name: Anonymous 2009-07-18 23:42

>>7
That's because I don't write much code SEPPLES.

Name: Anonymous 2009-07-19 8:44

>>2
That's not simply verbosity, that's terminal memory wastage.

Name: Anonymous 2009-07-19 21:40

>>1
The problem is not Eclipse™; it is the svn plug-in you have installed into your Eclipse™ environment. Please contact the maintainers of that plug-in and file a bug report.

Name: Anonymous 2009-07-19 22:51

Traceback (most recent call last):
  File "./progscrape.py", line 101, in <module>
    page = urllib.urlopen(read_url + thread[0] + '/1-').read().decode('utf-8')
  File "/usr/lib/python2.5/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.5/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.5/urllib.py", line 325, in open_http
    h.endheaders()
  File "/usr/lib/python2.5/httplib.py", line 860, in endheaders
    self._send_output()
  File "/usr/lib/python2.5/httplib.py", line 732, in _send_output
    self.send(msg)
  File "/usr/lib/python2.5/httplib.py", line 699, in send
    self.connect()
  File "/usr/lib/python2.5/httplib.py", line 683, in connect
    raise socket.error, msg
IOError: [Errno socket error] (116, 'Connection timed out')

Name: Anonymous 2009-07-20 6:41

Try SQLAlchemy

Name: Anonymous 2010-12-22 1:31

Name: Anonymous 2011-02-03 3:25

Don't change these.
Name: Email:
Entire Thread Thread List