Re: [Pydev-users] PyLint Messages don't get parsed
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2011-08-17 23:55:19
|
This was just fixed... in a couple of hours the nightly build version will have that fix incorporated (so, please get it to fix that). Cheers, Fabio On Wed, Aug 17, 2011 at 7:32 PM, Nikolaus Rath <Nik...@ra...> wrote: > Hello, > > PyDev is not showing PyLint messages in the Problems view and Editor > pane for me. > > In the Console view, I can see that pylint gets executed: > > PyLint: Executing command line:' /usr/share/pyshared/pylint/lint.py --include-ids=y /home/nikratio/projekte/s3ql/src/s3ql/block_cache.py 'PyLint: The stdout of the command line is: ************* Module block_cache > I0011:364,0: Locally disabling E1103 > C0301:222,0: Line too long (85/80) > C0301:223,0: Line too long (115/80) > [...] > E1101:425,67:BlockCache.remove: Instance of 'BlockCache' has no 'bucket' member > [...] > PyLint: The stderr of the command line is: /usr/share/pyshared/pylint/lint.py:387: DeprecationWarning: disable-msg is deprecated, replace it by disable (/home/nikratio/projekte/s3ql/src/s3ql/block_cache.py, line #pylint: disable-msg=E1103 > ) > DeprecationWarning) > > > In the Errors view, I can see errors like this: > > java.lang.NumberFormatException: For input string: "425,67" > at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) > at java.lang.Integer.parseInt(Integer.java:458) > at java.lang.Integer.parseInt(Integer.java:499) > at org.python.pydev.builder.pylint.PyLintVisitor$PyLintThread.passPyLint(PyLintVisitor.java:301) > at org.python.pydev.builder.pylint.PyLintVisitor$PyLintThread.run(PyLintVisitor.java:107) > > > PyDev 2.2.1.2011071313 > > pylint 0.24.0, > astng 0.22.0, common 0.56.0 > Python 2.6.7 (r267:88850, Jul 10 2011, 08:11:54) > > > Thanks, > > -Nikolaus > > -- > »Time flies like an arrow, fruit flies like a Banana.« > > PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C > > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > |