File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed
java/com/mrf/javadecompiler Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2727import static java .io .File .separator ;
2828import static java .io .File .separatorChar ;
2929import static java .util .Objects .nonNull ;
30- import com .mrf .javadecompiler .openapi .ui .SourceWindowTopComponent ;
30+ import com .mrf .javadecompiler .openide .ui .SourceWindowTopComponent ;
3131import java .net .URL ;
3232import org .openide .filesystems .FileObject ;
3333import org .openide .filesystems .FileSystem ;
3434
3535/**
36- *
36+ * Actualy not used, maybe will be used again on the future.
37+ * Deprecated until we decide if we gonna still use Internal Editor to show
38+ * decompiled classes or will use a custom window.
3739 * @author Moacir da Roza Flores <moacirrf@gmail.com>
3840 */
41+ @ Deprecated
3942public final class SourceWindowBuilder {
4043
4144 public static SourceWindowTopComponent build (FileObject file , String decompiledSource ) {
Original file line number Diff line number Diff line change 1414 * You should have received a copy of the GNU General Public License
1515 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1616 */
17- package com .mrf .javadecompiler .openapi ;
17+ package com .mrf .javadecompiler .openide ;
1818
1919import com .machinezoo .noexception .Exceptions ;
2020import com .mrf .javadecompiler .constants .Constants ;
Original file line number Diff line number Diff line change 1414 * You should have received a copy of the GNU General Public License
1515 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1616 */
17- package com .mrf .javadecompiler .openapi .action ;
17+ package com .mrf .javadecompiler .openide .action ;
1818
1919import static com .machinezoo .noexception .Exceptions .wrap ;
2020import static com .mrf .javadecompiler .constants .Constants .HEADER_COMMENT ;
File renamed without changes.
Original file line number Diff line number Diff line change 1414 * You should have received a copy of the GNU General Public License
1515 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1616 */
17- package com .mrf .javadecompiler .openapi .ui ;
17+ package com .mrf .javadecompiler .openide .ui ;
1818
1919import javax .swing .Action ;
2020import org .netbeans .api .settings .ConvertAsProperties ;
4747 "CTL_SourceWindowAction=Java Decompiler"
4848})
4949@ Deprecated
50+
5051/**
5152 * Actualy not used, maybe will be used again on the future.
52- *
53+ * Deprecated until we decide if we gonna still use Internal Editor to show
54+ * decompiled classes or will use a custom window.
55+ * @author Moacir da Roza Flores <moacirrf@gmail.com>
5356 */
5457public final class SourceWindowTopComponent extends TopComponent {
5558
Original file line number Diff line number Diff line change 11Manifest-Version: 1.0
22OpenIDE-Module-Localizing-Bundle: com/mrf/javadecompiler/Bundle.properties
33OpenIDE-Module-Requires: org.openide.windows.WindowManager
4- OpenIDE-Module-Install: com/mrf/javadecompiler/openapi /Installer.class
4+ OpenIDE-Module-Install: com/mrf/javadecompiler/openide /Installer.class
55
You can’t perform that action at this time.
0 commit comments