You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a basic rector, capable of code analysis for JavaMail misusage. It's relevant for java projects only, although the whole plugin is language independent. So, we must ensure this is a separate component, which is gracefully disabled on PyCharm or RubyMine.
Implement one single inspection rule (e.g. unclised Transport) as a basis for further development
The text was updated successfully, but these errors were encountered:
Create a basic rector, capable of code analysis for JavaMail misusage. It's relevant for java projects only, although the whole plugin is language independent. So, we must ensure this is a separate component, which is gracefully disabled on PyCharm or RubyMine.
Implement one single inspection rule (e.g. unclised Transport) as a basis for further development
The text was updated successfully, but these errors were encountered: