History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18470
Type: New Feature New Feature
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Eugene Vigdorchik
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Allow the plugin to provide language-dependant class file decompiler

Created: 18 Jun 08 20:58   Updated: 26 Jul 08 15:15
Component/s: Plugin Support. API

Build: 8,471


 Description  « Hide
In scala types are class members. This does not have a direct mapping in class files, so a custom way of writing those is implemented with attributes. Scala plugin needs that information to perform correct analysis of user scala files, so it needs scala definitions decompiled instead of java cls api.

 All   Comments   Work Log   Change History      Sort Order:
Eugene Vigdorchik - 26 Jul 08 15:15
Any news on this? Scala code now is sometimes red due to no 'Pair' resolved, which is aliased to Tuple2 in scala.Predef