GUI版を使用しているときは、次のように表示されます
Intent localIntent = new Intent(this, Someclass.class);
ただし、パラメーターを使用したコンソールモードでは
jad -o -r -b -f -sjava Someclass.class
として出力されます
Intent intent = new Intent(this, com/example/Someclass);
GUIモードで出力する方法はありますか?ドキュメントhttp://www.javadecompilers.com/jadに適切なパラメータがありません