A system collecting & aggregating error messages from IDE's & suggesting solutions
Posted Sun, 24/07/2011 - 12:33 by udib
Mindmap:
http://www.mindmeister.com/113764886/fuze-day-sep-2011-python-team
This session will be adding features to the Had-it-before project, that Dmitri & me started - a service allowing developers to submit via Instant-Messaging (IM) error messages they receive during development, as well as their solution (see our screencast about the project).
The work in the suggested session would be on 3 features:
- An IDE plugin (initially for PyCharm) that automatically submits error messages to the service, & also queries the developer regarding the solution.
- Smart aggregation of the error messages, in order to link new error messages with existing ones.
- Automatic delivery of solution suggestions, immediately after the error message was submitted, via IM.
The technologies will be:
- Python, Django & AppEngine - server-side
- Java - IDE plugin
- NLP algorithms & libraries - for aggregating error messages
