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-spi-editor-hints-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.editor.hints
├─ org.netbeans.modules.editor.hints.AnnotationHolder.class - [JAR]
├─ org.netbeans.modules.editor.hints.ContextAccessor.class - [JAR]
├─ org.netbeans.modules.editor.hints.FixAction.class - [JAR]
├─ org.netbeans.modules.editor.hints.FixData.class - [JAR]
├─ org.netbeans.modules.editor.hints.HighlightsLayerFactoryImpl.class - [JAR]
├─ org.netbeans.modules.editor.hints.HintsControllerImpl.class - [JAR]
├─ org.netbeans.modules.editor.hints.HintsModule.class - [JAR]
├─ org.netbeans.modules.editor.hints.HintsUI.class - [JAR]
├─ org.netbeans.modules.editor.hints.NextErrorAction.class - [JAR]
├─ org.netbeans.modules.editor.hints.ParseErrorAnnotation.class - [JAR]
├─ org.netbeans.modules.editor.hints.StaticFixList.class - [JAR]
org.netbeans.modules.editor.hints.borrowed
├─ org.netbeans.modules.editor.hints.borrowed.ListCompletionView.class - [JAR]
├─ org.netbeans.modules.editor.hints.borrowed.ScrollCompletionPane.class - [JAR]
org.netbeans.modules.editor.hints.settings.friend
├─ org.netbeans.modules.editor.hints.settings.friend.FileHintPreferencesProvider.class - [JAR]
├─ org.netbeans.modules.editor.hints.settings.friend.OpenGlobalPreferences.class - [JAR]
org.netbeans.modules.editor.hints.lsp
├─ org.netbeans.modules.editor.hints.lsp.HintsDiagnosticsProvider.class - [JAR]
org.netbeans.spi.editor.hints.settings
├─ org.netbeans.spi.editor.hints.settings.FileHintPreferences.class - [JAR]
org.netbeans.spi.editor.hints
├─ org.netbeans.spi.editor.hints.ChangeInfo.class - [JAR]
├─ org.netbeans.spi.editor.hints.Context.class - [JAR]
├─ org.netbeans.spi.editor.hints.EnhancedFix.class - [JAR]
├─ org.netbeans.spi.editor.hints.ErrorDescription.class - [JAR]
├─ org.netbeans.spi.editor.hints.ErrorDescriptionFactory.class - [JAR]
├─ org.netbeans.spi.editor.hints.Fix.class - [JAR]
├─ org.netbeans.spi.editor.hints.HintsController.class - [JAR]
├─ org.netbeans.spi.editor.hints.LazyFixList.class - [JAR]
├─ org.netbeans.spi.editor.hints.PositionRefresher.class - [JAR]
├─ org.netbeans.spi.editor.hints.Severity.class - [JAR]