eclipse - dynamically rectify error from java code using java program (Source Code analysis + error removal) -
i have been given task need convert c# library java library, use utility tool (c# java converter) convert c# code java. however, tool 60% efficent in converting code. need write program rest of rectification.
to achieve it, have used java compiler api locate errorneous code. error returned java compiler diagnostics generic, , not give lot of indication program error , how rectified?
i believe eclipse has quick fix (hint , solution given @ compile time) in practicality achieves same, there way can use eclipse api 'quick fix' out code, , if not ideal approach towards problem?
i did eclipse api unable locate quickfix api.
Comments
Post a Comment