View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org-netbeans-modules-php-refactoring-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.refactoring.php.rename
├─ org.netbeans.modules.refactoring.php.rename.Bundle.class - [JAR]
├─ org.netbeans.modules.refactoring.php.rename.FileRenamer.class - [JAR]
├─ org.netbeans.modules.refactoring.php.rename.PHPRenameFileRefactoringUI.class - [JAR]
├─ org.netbeans.modules.refactoring.php.rename.PhpRenameRefactoringPlugin.class - [JAR]
├─ org.netbeans.modules.refactoring.php.rename.PhpRenameRefactoringUI.class - [JAR]
├─ org.netbeans.modules.refactoring.php.rename.RenameDiffElement.class - [JAR]
├─ org.netbeans.modules.refactoring.php.rename.RenamePanel.class - [JAR]
org.netbeans.modules.refactoring.php.delete
├─ org.netbeans.modules.refactoring.php.delete.PhpDeleteRefactoringPlugin.class - [JAR]
├─ org.netbeans.modules.refactoring.php.delete.PhpDeleteRefactoringUI.class - [JAR]
├─ org.netbeans.modules.refactoring.php.delete.SafeDeletePanel.class - [JAR]
├─ org.netbeans.modules.refactoring.php.delete.SafeDeleteSupport.class - [JAR]
org.netbeans.modules.refactoring.php.ui.tree
├─ org.netbeans.modules.refactoring.php.ui.tree.FileTreeElement.class - [JAR]
├─ org.netbeans.modules.refactoring.php.ui.tree.FolderTreeElement.class - [JAR]
├─ org.netbeans.modules.refactoring.php.ui.tree.ProjectTreeElement.class - [JAR]
├─ org.netbeans.modules.refactoring.php.ui.tree.RefactoringTreeElement.class - [JAR]
├─ org.netbeans.modules.refactoring.php.ui.tree.TreeElementFactoryImpl.class - [JAR]
org.netbeans.modules.refactoring.php.findusages
├─ org.netbeans.modules.refactoring.php.findusages.PhpWhereUsedQueryPlugin.class - [JAR]
├─ org.netbeans.modules.refactoring.php.findusages.WarningFileElement.class - [JAR]
├─ org.netbeans.modules.refactoring.php.findusages.WhereUsedElement.class - [JAR]
├─ org.netbeans.modules.refactoring.php.findusages.WhereUsedPanel.class - [JAR]
├─ org.netbeans.modules.refactoring.php.findusages.WhereUsedQueryConstants.class - [JAR]
├─ org.netbeans.modules.refactoring.php.findusages.WhereUsedQueryUI.class - [JAR]
├─ org.netbeans.modules.refactoring.php.findusages.WhereUsedSupport.class - [JAR]
org.netbeans.modules.refactoring.php
├─ org.netbeans.modules.refactoring.php.Bundle.class - [JAR]
├─ org.netbeans.modules.refactoring.php.DiffElement.class - [JAR]
├─ org.netbeans.modules.refactoring.php.PhpRefactoringOptions.class - [JAR]
├─ org.netbeans.modules.refactoring.php.PhpRefactoringsFactory.class - [JAR]
├─ org.netbeans.modules.refactoring.php.RefactoringActionsProvider.class - [JAR]
├─ org.netbeans.modules.refactoring.php.RefactoringTask.class - [JAR]
├─ org.netbeans.modules.refactoring.php.RefactoringUtils.class - [JAR]