update
This commit is contained in:
parent
2992f4f408
commit
4f46de8d00
3330 changed files with 394553 additions and 76939 deletions
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"keep": {
|
||||
"days": true,
|
||||
"amount": 2
|
||||
},
|
||||
"auditLog": "/home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/.b9535641d93ce33c26036b5c16a042f8eea658e7-audit.json",
|
||||
"files": [
|
||||
{
|
||||
"date": 1720762565150,
|
||||
"name": "/home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/client.log.2024-07-12",
|
||||
"hash": "e64b802380e77238cc1bbbb2b92899282af50d29fe62237e27de507996a59fe8"
|
||||
}
|
||||
],
|
||||
"hashType": "sha256"
|
||||
}
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,57 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="optional" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="test" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="test" value="true"/>
|
||||
<attribute name="optional" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" path="target/generated-sources/annotations">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="ignore_optional_problems" value="true"/>
|
||||
<attribute name="m2e-apt" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="ignore_optional_problems" value="true"/>
|
||||
<attribute name="m2e-apt" value="true"/>
|
||||
<attribute name="test" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>hcloudserver</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1720097965711</id>
|
||||
<name></name>
|
||||
<type>30</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
</projectDescription>
|
|
@ -0,0 +1,2 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.apt.aptEnabled=false
|
|
@ -0,0 +1,9 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
|
||||
org.eclipse.jdt.core.compiler.compliance=21
|
||||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
|
||||
org.eclipse.jdt.core.compiler.processAnnotations=disabled
|
||||
org.eclipse.jdt.core.compiler.release=disabled
|
||||
org.eclipse.jdt.core.compiler.source=21
|
|
@ -0,0 +1,4 @@
|
|||
activeProfiles=
|
||||
eclipse.preferences.version=1
|
||||
resolveWorkspaceProjects=true
|
||||
version=1
|
|
@ -0,0 +1 @@
|
|||
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
eclipse.preferences.version=1
|
||||
encoding=utf8
|
||||
version=1
|
|
@ -0,0 +1,20 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=
|
||||
org.eclipse.jdt.core.circularClasspath=warning
|
||||
org.eclipse.jdt.core.codeComplete.subwordMatch=disabled
|
||||
org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
|
||||
org.eclipse.jdt.core.compiler.compliance=21
|
||||
org.eclipse.jdt.core.compiler.ignoreUnnamedModuleForSplitPackage=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore
|
||||
org.eclipse.jdt.core.compiler.release=enabled
|
||||
org.eclipse.jdt.core.compiler.source=21
|
||||
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
|
||||
org.eclipse.jdt.core.formatter.join_lines_in_comments=false
|
||||
org.eclipse.jdt.core.formatter.join_wrapped_lines=false
|
||||
org.eclipse.jdt.core.formatter.tabulation.char=space
|
|
@ -0,0 +1,3 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.launching.PREF_DEFAULT_ENVIRONMENTS_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<defaultEnvironments>\n <defaultEnvironment environmentId\="JavaSE-1.8" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720584634196"/>\n <defaultEnvironment environmentId\="JavaSE-17" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720097964651"/>\n <defaultEnvironment environmentId\="JavaSE-21" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720097964620"/>\n <defaultEnvironment environmentId\="JavaSE-22" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720097964645"/>\n</defaultEnvironments>\n
|
||||
org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720097964620" defaultVMConnector\="">\n <vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n <vm id\="1720097964620" name\="JavaSE-21" path\="/usr/lib/jvm/java-21-openjdk"/>\n <vm id\="1720097964645" name\="JavaSE-22" path\="/usr/lib/jvm/java-22-openjdk"/>\n <vm id\="1720097964651" name\="JavaSE-17" path\="/usr/lib/jvm/java-17-openjdk"/>\n <vm id\="1720584634196" name\="JavaSE-1.8" path\="/usr/lib/jvm/java-8-openjdk/jre"/>\n </vmType>\n</vmSettings>\n
|
|
@ -0,0 +1,5 @@
|
|||
eclipse.preferences.version=1
|
||||
java.project.resourceFilters=node_modules\:\:\\.git
|
||||
org.eclipse.jdt.ui.importorder=\#;java;javax;org;com;
|
||||
org.eclipse.jdt.ui.typefilter.enabled=java.awt.*;com.sun.*;sun.*;jdk.*;org.graalvm.*;io.micrometer.shaded.*
|
||||
workspaceInitialized=true
|
|
@ -0,0 +1,5 @@
|
|||
eclipse.m2.downloadSources=false
|
||||
eclipse.m2.problem.notCoveredMojoExecution=warning
|
||||
eclipse.m2.problem.outofdateProjectConfig=warning
|
||||
eclipse.m2.unkownMojoExecutionAction=ignore
|
||||
eclipse.preferences.version=1
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
java
|
|
@ -0,0 +1,12 @@
|
|||
INDEX VERSION 1.134+/home/rafayahmad/dotfiles/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/jdt_ws/.metadata/.plugins/org.eclipse.jdt.core
|
||||
736847430.index
|
||||
3625032463.index
|
||||
1156914001.index
|
||||
4046206475.index
|
||||
3672224818.index
|
||||
993050864.index
|
||||
1865797976.index
|
||||
3869283380.index
|
||||
1410339880.index
|
||||
868652530.index
|
||||
2333984116.index
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<dirs>
|
||||
<entry loc="/usr/lib/jvm/java-21-openjdk" stamp="1718196840812"/>
|
||||
<entry loc="/usr/lib/jvm/java-22-openjdk" stamp="1713527005658"/>
|
||||
<entry loc="/usr/lib/jvm/java-17-openjdk" stamp="1713527006155"/>
|
||||
<entry loc="/usr/lib/jvm/java-8-openjdk/jre" stamp="1720538372173"/>
|
||||
</dirs>
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<libraryInfos>
|
||||
<libraryInfo home="/usr/lib/jvm/java-21-openjdk" version="21.0.3"/>
|
||||
<libraryInfo home="/usr/lib/jvm/java-22-openjdk" version="22"/>
|
||||
<libraryInfo home="/usr/lib/jvm/java-17-openjdk" version="17.0.11"/>
|
||||
<libraryInfo home="/usr/lib/jvm/java-8-openjdk/jre" version="1.8.0_412">
|
||||
<bootpath>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/resources.jar"/>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/rt.jar"/>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/sunrsasign.jar"/>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/jsse.jar"/>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/jce.jar"/>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/charsets.jar"/>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/jfr.jar"/>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/classes"/>
|
||||
</bootpath>
|
||||
<extensionDirs>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/ext"/>
|
||||
<entry path="/usr/java/packages/lib/ext"/>
|
||||
</extensionDirs>
|
||||
<endorsedDirs>
|
||||
<entry path="/usr/lib/jvm/java-8-openjdk/jre/lib/endorsed"/>
|
||||
</endorsedDirs>
|
||||
</libraryInfo>
|
||||
</libraryInfos>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
#Mon Jul 08 15:26:36 PKT 2024
|
||||
com.rutils\:hcloudserver\:jar\:\:1.0-SNAPSHOT=/home/rafayahmad/Stuff/Coding/Java/HCloud/hcloudclient/target/classes
|
||||
com.rutils\:hcloudserver\:jar\:tests\:1.0-SNAPSHOT=/home/rafayahmad/Stuff/Coding/Java/HCloud/hcloudclient/target/test-classes
|
||||
com.rutils\:hcloudserver\:pom\:\:1.0-SNAPSHOT=/home/rafayahmad/Stuff/Coding/Java/HCloud/hcloudclient/pom.xml
|
Binary file not shown.
|
@ -0,0 +1,948 @@
|
|||
!SESSION 2024-07-04 17:59:20.254 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-4b3583446e8fef552d62bce92b4e57d1.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-4b3583446e8fef552d62bce92b4e57d1.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.291
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.463
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.488
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.490
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.602
|
||||
!MESSAGE Setting /usr/lib/jvm/java-21-openjdk as 'JavaSE-21' environment (id:1720097962580)
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.608
|
||||
!MESSAGE Setting /usr/lib/jvm/java-22-openjdk as 'JavaSE-22' environment (id:1720097962604)
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.615
|
||||
!MESSAGE Setting /usr/lib/jvm/java-17-openjdk as 'JavaSE-17' environment (id:1720097962610)
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.617
|
||||
!MESSAGE JVM Runtimes changed, saving new configuration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:22.637
|
||||
!MESSAGE Workspace initialized in 6ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:23.658
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:23.663
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:23.664
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:23.666
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:23.668
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:26.217
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:26.228
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:26.272
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 17:59:26.278
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-04 18:09:24.833 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-20d23149a7e7901a42c9b8739ddf4273.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-20d23149a7e7901a42c9b8739ddf4273.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:26.504
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:26.668
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:27.688
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:27.690
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:27.733
|
||||
!MESSAGE Workspace initialized in 8ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:27.747
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:27.756
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:27.757
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:27.760
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:27.762
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:28.763
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:28.768
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:28.805
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-04 18:09:28.817
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-05 14:15:33.561 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-c1513a345c9f85732e8ffb2c3598615e.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-c1513a345c9f85732e8ffb2c3598615e.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:35.814
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:35.977
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.026
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.027
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.066
|
||||
!MESSAGE Workspace initialized in 5ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.081
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.088
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.089
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.092
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.094
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.099
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.100
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.101
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.114
|
||||
!MESSAGE Creating the Java project jdt.ls-java-project
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.115
|
||||
!MESSAGE Creating the Java project jdt.ls-java-project
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.116
|
||||
!MESSAGE Creating the Java project jdt.ls-java-project
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.116
|
||||
!MESSAGE Creating the Java project hcloudclient_4939bee3
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.265
|
||||
!MESSAGE Finished creating the Java project jdt.ls-java-project
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.270
|
||||
!MESSAGE Finished creating the Java project hcloudclient_4939bee3
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.334
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.335
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.940
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.948
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.950
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:36.953
|
||||
!MESSAGE User abort while collecting the document symbols.
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:37.346
|
||||
!MESSAGE Reconciled 1. Took 1 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:37.449
|
||||
!MESSAGE User abort while collecting the document symbols.
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:38.047
|
||||
!MESSAGE begin problem for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:38.050
|
||||
!MESSAGE 0 problems reported for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:38.054
|
||||
!MESSAGE Validated 1. Took 57 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:39.583
|
||||
!MESSAGE >> document/hover
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 4 0 2024-07-05 14:15:39.597
|
||||
!MESSAGE Error computing hover
|
||||
!STACK 1
|
||||
Java Model Exception: Error in Java Model (code 969): HClient.java [in com.rutils [in src [in jdt.ls-java-project]]] does not exist
|
||||
at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:572)
|
||||
at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:233)
|
||||
at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:585)
|
||||
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:308)
|
||||
at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:294)
|
||||
at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:275)
|
||||
at org.eclipse.jdt.ls.core.internal.JDTUtils.findElementsAtSelection(JDTUtils.java:1037)
|
||||
at org.eclipse.jdt.ls.core.internal.HoverInfoProvider.computeHover(HoverInfoProvider.java:101)
|
||||
at org.eclipse.jdt.ls.core.internal.handlers.HoverHandler.computeHover(HoverHandler.java:57)
|
||||
at org.eclipse.jdt.ls.core.internal.handlers.HoverHandler.hover(HoverHandler.java:43)
|
||||
at org.eclipse.jdt.ls.core.internal.syntaxserver.SyntaxLanguageServer.lambda$11(SyntaxLanguageServer.java:407)
|
||||
at org.eclipse.jdt.ls.core.internal.BaseJDTLanguageServer.lambda$0(BaseJDTLanguageServer.java:87)
|
||||
at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
|
||||
at java.base/java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:483)
|
||||
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
|
||||
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
|
||||
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
|
||||
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
|
||||
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
|
||||
!SUBENTRY 1 org.eclipse.jdt.core 4 969 2024-07-05 14:15:39.598
|
||||
!MESSAGE HClient.java [in com.rutils [in src [in jdt.ls-java-project]]] does not exist
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:41.053
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:41.179
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:41.221
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:41.232
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:41.277
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 14:15:41.290
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-05 15:16:08.867 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-1a8e9969200caf48bd5c7cdae02f9089.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-1a8e9969200caf48bd5c7cdae02f9089.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.549
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.711
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.749
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.751
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.790
|
||||
!MESSAGE Workspace initialized in 6ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.822
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.830
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.835
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.838
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.839
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:10.844
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:12.004
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:12.401
|
||||
!MESSAGE Reconciled 1. Took 0 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:12.860
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:12.866
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:12.875
|
||||
!MESSAGE >> document/documentHighlight
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:12.889
|
||||
!MESSAGE >> document/documentHighlight
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:13.025
|
||||
!MESSAGE >> document/documentHighlight
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:13.026
|
||||
!MESSAGE >> document/documentHighlight
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:13.027
|
||||
!MESSAGE >> document/documentHighlight
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:13.064
|
||||
!MESSAGE >> document/documentHighlight
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:13.415
|
||||
!MESSAGE begin problem for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:13.424
|
||||
!MESSAGE 0 problems reported for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:13.429
|
||||
!MESSAGE Validated 1. Took 425 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:15.716
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:15.717
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:15.769
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:15.779
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:15.917
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-05 15:16:15.932
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-08 14:56:37.925 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-1bcc24352fb70e589c7c528f0465a778.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-1bcc24352fb70e589c7c528f0465a778.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.206
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.415
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.451
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.453
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.496
|
||||
!MESSAGE Workspace initialized in 7ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.509
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.516
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.518
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.520
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.521
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.525
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:40.528
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:42.323
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:42.337
|
||||
!MESSAGE User abort while collecting the document symbols.
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:42.338
|
||||
!MESSAGE User abort while collecting the document symbols.
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:42.339
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:42.342
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:42.344
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:42.721
|
||||
!MESSAGE Reconciled 1. Took 0 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:43.452
|
||||
!MESSAGE begin problem for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:43.459
|
||||
!MESSAGE 0 problems reported for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:43.466
|
||||
!MESSAGE Validated 1. Took 93 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:44.389
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:44.396
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:44.449
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-08 14:56:44.463
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-10 09:10:27.036 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-dd12cae2a6f1b4c225b409d498144647.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-dd12cae2a6f1b4c225b409d498144647.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.005
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.271
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.309
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.311
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.350
|
||||
!MESSAGE Workspace initialized in 5ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.563
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.582
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.588
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.590
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.593
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:29.598
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:30.983
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:30.989
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:31.003
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:31.380
|
||||
!MESSAGE Reconciled 1. Took 0 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:32.236
|
||||
!MESSAGE begin problem for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:32.239
|
||||
!MESSAGE 0 problems reported for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:32.246
|
||||
!MESSAGE Validated 1. Took 214 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:34.885
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:34.886
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:35.280
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:35.322
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:35.396
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:10:35.413
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-10 09:11:10.837 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-f4041c5919c5e727216808b08be8ad9d.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-f4041c5919c5e727216808b08be8ad9d.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.541
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.709
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.745
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.747
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.797
|
||||
!MESSAGE Workspace initialized in 16ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.805
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.815
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.817
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.820
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.822
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:13.830
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:15.290
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:15.391
|
||||
!MESSAGE >> document/hover
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:15.400
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:15.402
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:15.746
|
||||
!MESSAGE Reconciled 1. Took 0 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:16.480
|
||||
!MESSAGE begin problem for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:16.482
|
||||
!MESSAGE 0 problems reported for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:16.487
|
||||
!MESSAGE Validated 1. Took 91 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:16.687
|
||||
!MESSAGE >> document/hover
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:17.550
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:17.628
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:17.690
|
||||
!MESSAGE Reconciled 1. Took 0 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:17.854
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:17.980
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:18.008
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-10 09:11:18.034
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
|
||||
!ENTRY org.eclipse.core.jobs 4 2 2024-07-10 09:11:18.098
|
||||
!MESSAGE An internal error occurred during: "Publish Diagnostics".
|
||||
!STACK 0
|
||||
java.lang.NullPointerException: Cannot read field "projectsManager" because "org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin.pluginInstance" is null
|
||||
at org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin.getProjectsManager(JavaLanguageServerPlugin.java:455)
|
||||
at org.eclipse.jdt.ls.core.internal.JDTUtils.isDefaultProject(JDTUtils.java:1240)
|
||||
at org.eclipse.jdt.ls.core.internal.handlers.BaseDiagnosticsHandler.<init>(BaseDiagnosticsHandler.java:61)
|
||||
at org.eclipse.jdt.ls.core.internal.syntaxserver.SyntaxDiagnosticsHandler.<init>(SyntaxDiagnosticsHandler.java:23)
|
||||
at org.eclipse.jdt.ls.core.internal.syntaxserver.SyntaxDocumentLifeCycleHandler.createDiagnosticsHandler(SyntaxDocumentLifeCycleHandler.java:64)
|
||||
at org.eclipse.jdt.ls.core.internal.handlers.BaseDocumentLifeCycleHandler.publishDiagnostics(BaseDocumentLifeCycleHandler.java:303)
|
||||
at org.eclipse.jdt.ls.core.internal.handlers.BaseDocumentLifeCycleHandler.publishDiagnostics(BaseDocumentLifeCycleHandler.java:295)
|
||||
at org.eclipse.jdt.ls.core.internal.handlers.BaseDocumentLifeCycleHandler$PublishDiagnosticJob.run(BaseDocumentLifeCycleHandler.java:777)
|
||||
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
|
||||
!SESSION 2024-07-12 10:36:05.577 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-4d7f6cbac61de5248ac9b8bbbcf62f15.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-4d7f6cbac61de5248ac9b8bbbcf62f15.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:07.934
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.142
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.241
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.243
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.289
|
||||
!MESSAGE Workspace initialized in 11ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.479
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.505
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.507
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.510
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.512
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:08.519
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:09.890
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:09.896
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:09.903
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:10.344
|
||||
!MESSAGE Reconciled 1. Took 0 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:11.122
|
||||
!MESSAGE begin problem for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:11.126
|
||||
!MESSAGE 0 problems reported for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:11.134
|
||||
!MESSAGE Validated 1. Took 139 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:11.293
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:12.378
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:12.391
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:12.473
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:36:12.486
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-12 10:41:41.141 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-afa0449152e97847a12ac89c3bf0a97d.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-afa0449152e97847a12ac89c3bf0a97d.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.323
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.563
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.608
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.611
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.665
|
||||
!MESSAGE Workspace initialized in 11ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.895
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.902
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.904
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.907
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.912
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:43.918
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.234
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.239
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.241
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.254
|
||||
!MESSAGE >> document/didClose
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.257
|
||||
!MESSAGE Clearing problems for /HClient.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.258
|
||||
!MESSAGE User abort while collecting the document symbols.
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.262
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.280
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.444
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.452
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:45.732
|
||||
!MESSAGE Reconciled 1. Took 0 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:46.566
|
||||
!MESSAGE begin problem for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:46.569
|
||||
!MESSAGE 0 problems reported for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:46.572
|
||||
!MESSAGE Validated 1. Took 189 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:46.831
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:47.529
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:47.540
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:47.626
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 10:41:47.646
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-12 12:25:44.958 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-331efe5a02f3a0e1d78daaa6dd0a94d3.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-331efe5a02f3a0e1d78daaa6dd0a94d3.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:48.553
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:48.966
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.053
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.067
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.179
|
||||
!MESSAGE Workspace initialized in 22ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.198
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.218
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.225
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.228
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.241
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:49.262
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:52.214
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:52.235
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:52.256
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:52.623
|
||||
!MESSAGE Reconciled 1. Took 0 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:53.627
|
||||
!MESSAGE begin problem for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:53.634
|
||||
!MESSAGE 0 problems reported for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:53.651
|
||||
!MESSAGE Validated 1. Took 420 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:54.220
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:54.893
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:56.039
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:56.404
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:56.412
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:56.568
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 12:25:56.590
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-07-12 13:50:19.167 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=21.0.3
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-b93087cd381a54dfddd46528e70e267d.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-b93087cd381a54dfddd46528e70e267d.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.045
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.225
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.246
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.248
|
||||
!MESSAGE Initializing Java Language Server 1.37.0.202406270241
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.289
|
||||
!MESSAGE Workspace initialized in 6ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.305
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.313
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.315
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.317
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.318
|
||||
!MESSAGE >> document/documentSymbol
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:21.322
|
||||
!MESSAGE >> document/didOpen
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:22.382
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:22.389
|
||||
!MESSAGE >> document/foldingRange
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:22.404
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:22.832
|
||||
!MESSAGE Reconciled 1. Took 1 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:23.543
|
||||
!MESSAGE begin problem for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:23.546
|
||||
!MESSAGE 0 problems reported for /HttpsUtil.java
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:23.550
|
||||
!MESSAGE Validated 1. Took 114 ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:23.583
|
||||
!MESSAGE >> textDocument/semanticTokens/full
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:24.357
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:24.364
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:24.410
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-07-12 13:50:24.432
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="src" path="_/src/main/java"/>
|
||||
<classpathentry kind="src" path="_/src/test/java"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
Binary file not shown.
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>hcloudclient_4939bee3</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>_</name>
|
||||
<type>2</type>
|
||||
<location>/home/rafayahmad/Stuff/Coding/Java/HCloud/hcloudclient/</location>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
|
@ -0,0 +1,2 @@
|
|||
eclipse.preferences.version=1
|
||||
encoding/<project>=utf8
|
|
@ -0,0 +1,2 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
|
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>jdt.ls-java-project</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -0,0 +1,2 @@
|
|||
eclipse.preferences.version=1
|
||||
encoding/<project>=utf8
|
|
@ -0,0 +1,2 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
eclipse.preferences.version=1
|
||||
encoding=utf8
|
||||
version=1
|
|
@ -0,0 +1,20 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=
|
||||
org.eclipse.jdt.core.circularClasspath=warning
|
||||
org.eclipse.jdt.core.codeComplete.subwordMatch=disabled
|
||||
org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
|
||||
org.eclipse.jdt.core.compiler.compliance=21
|
||||
org.eclipse.jdt.core.compiler.ignoreUnnamedModuleForSplitPackage=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore
|
||||
org.eclipse.jdt.core.compiler.release=enabled
|
||||
org.eclipse.jdt.core.compiler.source=21
|
||||
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
|
||||
org.eclipse.jdt.core.formatter.join_lines_in_comments=false
|
||||
org.eclipse.jdt.core.formatter.join_wrapped_lines=false
|
||||
org.eclipse.jdt.core.formatter.tabulation.char=space
|
|
@ -0,0 +1,3 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.launching.PREF_DEFAULT_ENVIRONMENTS_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<defaultEnvironments>\n <defaultEnvironment environmentId\="JavaSE-17" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720097962610"/>\n <defaultEnvironment environmentId\="JavaSE-21" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720097962580"/>\n <defaultEnvironment environmentId\="JavaSE-22" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720097962604"/>\n</defaultEnvironments>\n
|
||||
org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1720097962580" defaultVMConnector\="">\n <vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n <vm id\="1720097962580" name\="JavaSE-21" path\="/usr/lib/jvm/java-21-openjdk"/>\n <vm id\="1720097962604" name\="JavaSE-22" path\="/usr/lib/jvm/java-22-openjdk"/>\n <vm id\="1720097962610" name\="JavaSE-17" path\="/usr/lib/jvm/java-17-openjdk"/>\n </vmType>\n</vmSettings>\n
|
|
@ -0,0 +1,5 @@
|
|||
eclipse.preferences.version=1
|
||||
java.project.resourceFilters=node_modules\:\:\\.git
|
||||
org.eclipse.jdt.ui.importorder=\#;java;javax;org;com;
|
||||
org.eclipse.jdt.ui.typefilter.enabled=java.awt.*;com.sun.*;sun.*;jdk.*;org.graalvm.*;io.micrometer.shaded.*
|
||||
workspaceInitialized=true
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
java
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
INDEX VERSION 1.134+/home/rafayahmad/dotfiles/.config/Code/User/workspaceStorage/18652adf2aa2f9ea2717128a9afcdc8d/redhat.java/ss_ws/.metadata/.plugins/org.eclipse.jdt.core
|
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<dirs>
|
||||
<entry loc="/usr/lib/jvm/java-21-openjdk" stamp="1718196840812"/>
|
||||
<entry loc="/usr/lib/jvm/java-22-openjdk" stamp="1713527005658"/>
|
||||
<entry loc="/usr/lib/jvm/java-17-openjdk" stamp="1713527006155"/>
|
||||
</dirs>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<libraryInfos>
|
||||
<libraryInfo home="/usr/lib/jvm/java-21-openjdk" version="21.0.3"/>
|
||||
<libraryInfo home="/usr/lib/jvm/java-22-openjdk" version="22"/>
|
||||
<libraryInfo home="/usr/lib/jvm/java-17-openjdk" version="17.0.11"/>
|
||||
</libraryInfos>
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,729 @@
|
|||
/*
|
||||
*
|
||||
* Author: Antonio Pelusi
|
||||
* Website: https://www.antoniopelusi.com
|
||||
* Source code: https://github.com/antoniopelusi/JavaFX-Dark-Theme
|
||||
*
|
||||
*/
|
||||
|
||||
.root{
|
||||
-fx-background-color: #2D2D30;
|
||||
background-color: #2D2D30;
|
||||
}
|
||||
|
||||
|
||||
/* Label */
|
||||
.label{
|
||||
-fx-text-fill: #AFB1B3;
|
||||
}
|
||||
|
||||
|
||||
/* Pane */
|
||||
.pane-grid{
|
||||
-fx-background-color: #2D2D30;
|
||||
background-color: #2D2D30;
|
||||
}
|
||||
|
||||
|
||||
/* GridPane */
|
||||
.tab-pane-grid{
|
||||
/*
|
||||
* GridPane gridPane = new GridPane();
|
||||
* gridPane.getStyleClass().add("tab-pane-grid");
|
||||
* gridPane.setPadding(new Insets(3,0,0,0));
|
||||
*/
|
||||
-fx-background-color: #2D2D30;
|
||||
background-color: #2D2D30;
|
||||
-fx-background-insets: 3 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
/* TextField */
|
||||
.text-field{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-highlight-fill: #4e4e4e;
|
||||
}
|
||||
.text-field:hover{
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
}
|
||||
.text-field:focused{
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
|
||||
|
||||
/* ComboBox */
|
||||
.combo-box{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-insets: 0 0 -1 0;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-min-height: 25;
|
||||
min-height: 25;
|
||||
-fx-pref-height: 25;
|
||||
}
|
||||
.combo-box .list-cell:selected{
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.combo-box .list-cell:hover{
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
}
|
||||
.combo-box:hover{
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.combo-box:focused{
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.combo-box-base > .arrow-button {
|
||||
-fx-padding: 0 6;
|
||||
padding: 0 6;
|
||||
}
|
||||
.combo-box-base > .arrow-button > .arrow {
|
||||
-fx-background-color: #555555;
|
||||
background-color: #555555;
|
||||
-fx-background-insets: 0;
|
||||
-fx-padding: 2 4;
|
||||
padding: 2 4;
|
||||
-fx-shape: "M 0 0 H 7 L 3.5 4 z";
|
||||
}
|
||||
.combo-box .list-view{
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-padding: 1;
|
||||
padding: 1;
|
||||
}
|
||||
|
||||
/* ChoiceBox */
|
||||
.choice-box{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-insets: 0 0 -1 0;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-min-height: 25;
|
||||
min-height: 25;
|
||||
-fx-pref-height: 25;
|
||||
}
|
||||
.choice-box:hover{
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.choice-box:focused{
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
|
||||
/* ListCell */
|
||||
.list-cell{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-min-height: 18;
|
||||
min-height: 18;
|
||||
-fx-pref-height: 18;
|
||||
-fx-padding: 0 0 0 3;
|
||||
padding: 0 0 0 3;
|
||||
}
|
||||
.list-cell:hover{
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.list-cell:pressed{
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
}
|
||||
.list-cell:selected{
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
}
|
||||
|
||||
|
||||
/* ListView */
|
||||
.list-view{
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-padding: 1;
|
||||
padding: 1;
|
||||
}
|
||||
.list-view .scroll-bar{
|
||||
-fx-background-insets: 0 -1 0 0;
|
||||
}
|
||||
.list-view .scroll-bar .thumb{
|
||||
-fx-background-insets: 0 3 0 2;
|
||||
}
|
||||
.list-view:hover{
|
||||
-fx-border-color: #3E3E40;
|
||||
border-color: #3E3E40;
|
||||
-fx-padding: 0;
|
||||
padding: 0;
|
||||
-fx-background-insets: 1 1 0 1;
|
||||
}
|
||||
.list-view:focused{
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
-fx-padding: 0 0 1 0;
|
||||
padding: 0 0 1 0;
|
||||
-fx-background-insets: 1;
|
||||
}
|
||||
|
||||
|
||||
/* Button */
|
||||
.button{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-insets: 0 0 -1 0;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
}
|
||||
.button:focused{
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.button:hover{
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.button:pressed{
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
|
||||
|
||||
/* CheckBox */
|
||||
.check-box{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-insets: 0 0 0 -1;
|
||||
-fx-background-color: transparent;
|
||||
background-color: transparent;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-min-height: 25;
|
||||
min-height: 25;
|
||||
-fx-pref-height: 25;
|
||||
}
|
||||
.check-box > .box{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-insets: 0 0 -1 0;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.check-box:focused > .box{
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
}
|
||||
.check-box:hover > .box{
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-background-insets: 0 0 1 0;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.check-box > .box > .mark{
|
||||
-fx-background-color: transparent;
|
||||
background-color: transparent;
|
||||
-fx-shape: "M 9.97498 1.22334L 4.6983 9.09834 L 4.52164 9.09834 L 0 5.19331 L 1.27664 3.52165 L 4.255 6.08833 L 8.33331 1.52588e-005 L 9.97498 1.22334 Z " ;
|
||||
}
|
||||
.check-box:selected > .box > .mark{
|
||||
-fx-background-color: #AFB1B3;
|
||||
background-color: #AFB1B3;
|
||||
}
|
||||
.check-box:pressed > .box > .mark{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
|
||||
|
||||
/* TextArea */
|
||||
.text-area{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-highlight-fill: #4e4e4e;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.text-area:hover{
|
||||
-fx-border-color: #3E3E40;
|
||||
border-color: #3E3E40;
|
||||
}
|
||||
.text-area:focused{
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.text-area .content{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.text-area .scroll-bar{
|
||||
-fx-background-insets: 0 -0.5 0.5 0;
|
||||
}
|
||||
.text-area .scroll-bar .thumb{
|
||||
-fx-background-insets: 0 2 0 2;
|
||||
}
|
||||
|
||||
|
||||
/* ScrollBar */
|
||||
.scroll-bar{
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #2A2A2C;
|
||||
background-color: #2A2A2C;
|
||||
}
|
||||
.scroll-bar:vertical{
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #2A2A2C;
|
||||
background-color: #2A2A2C;
|
||||
}
|
||||
.scroll-bar > .decrement-button{
|
||||
-fx-background-color: #2A2A2C;
|
||||
background-color: #2A2A2C;
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.scroll-bar .decrement-button,
|
||||
.scroll-bar .increment-button{
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-background-radius: 0;
|
||||
}
|
||||
.scroll-bar .decrement-button:hover,
|
||||
.scroll-bar .increment-button:hover{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
.scroll-bar:vertical .increment-arrow,
|
||||
.scroll-bar:vertical .decrement-arrow,
|
||||
.scroll-bar:horizontal .increment-arrow,
|
||||
.scroll-bar:horizontal .decrement-arrow{
|
||||
-fx-shape : " ";
|
||||
}
|
||||
.scroll-bar:horizontal .thumb,
|
||||
.scroll-bar:vertical .thumb {
|
||||
-fx-background-color: #3D3D3D;
|
||||
background-color: #3D3D3D;
|
||||
-fx-background-radius : 0;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
|
||||
|
||||
/* Menu */
|
||||
.menu-bar {
|
||||
-fx-background-color: #2D2D30;
|
||||
background-color: #2D2D30;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
.menu-bar .menu-button{
|
||||
-fx-background: #4e4e4e;
|
||||
background: #4e4e4e;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-min-height: 20;
|
||||
min-height: 20;
|
||||
-fx-pref-height: 20;
|
||||
-fx-padding: 0 5 0 5;
|
||||
padding: 0 5 0 5;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.menu-item{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.menu-item:hover {
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.menu-item:pressed {
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.context-menu {
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-padding: 0 0 -1 0;
|
||||
padding: 0 0 -1 0;
|
||||
}
|
||||
|
||||
|
||||
/* ProgressBar */
|
||||
.progress-bar{
|
||||
-fx-background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
.progress-bar .bar{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
-fx-background-radius: 0;
|
||||
-fx-padding: 3;
|
||||
padding: 3;
|
||||
-fx-background-insets: 0;
|
||||
}
|
||||
.progress-bar .track {
|
||||
-fx-background-color: transparent;
|
||||
background-color: transparent;
|
||||
-fx-background-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Slider */
|
||||
.slider{
|
||||
-fx-text-fill: #AFB1B3;
|
||||
}
|
||||
.slider .track{
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-insets: 2 -2 1 0;
|
||||
}
|
||||
.slider .thumb{
|
||||
-fx-background-color: #B1B1B1;
|
||||
background-color: #B1B1B1;
|
||||
-fx-background-radius: 6;
|
||||
-fx-background-insets: 1 0 1 2;
|
||||
-fx-border-radius: 6;
|
||||
border-radius: 6;
|
||||
-fx-border-insets: 1 0 1 2;
|
||||
-fx-pref-width: 12;
|
||||
-fx-pref-height: 12;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.slider:focused .thumb{
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
}
|
||||
.slider .thumb:hover{
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
}
|
||||
.slider .thumb:pressed{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
|
||||
|
||||
/* TreeView */
|
||||
.tree-view .scroll-bar{
|
||||
-fx-background-insets: 0 -1 0 0;
|
||||
}
|
||||
.tree-view .scroll-bar .thumb{
|
||||
-fx-background-insets: 0 3 0 2;
|
||||
}
|
||||
.tree-view {
|
||||
-fx-background-insets: 2;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-padding: 0 0 1 0;
|
||||
padding: 0 0 1 0;
|
||||
}
|
||||
.tree-view:hover{
|
||||
-fx-border-color: #3E3E40;
|
||||
border-color: #3E3E40;
|
||||
}
|
||||
.tree-view:focused {
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
}
|
||||
.tree-cell{
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-pref-width: 20;
|
||||
-fx-pref-height: 20;
|
||||
-fx-padding: 1;
|
||||
padding: 1;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.tree-cell:hover{
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
}
|
||||
.tree-cell:selected{
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
}
|
||||
.tree-cell:pressed{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
.tree-cell > .tree-disclosure-node > .arrow
|
||||
{
|
||||
-fx-background-color: #555555;
|
||||
background-color: #555555;
|
||||
}
|
||||
.tree-cell:hover > .tree-disclosure-node > .arrow
|
||||
{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
|
||||
|
||||
/* Tab */
|
||||
.tab-pane{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-color: transparent;
|
||||
border-color: transparent;
|
||||
-fx-background-insets: 25.5 0 0 0;
|
||||
}
|
||||
.tab{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-min-height: 20;
|
||||
min-height: 20;
|
||||
-fx-pref-height: 20;
|
||||
}
|
||||
.tab:selected{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
.tab-pane:focused > .tab-header-area > .headers-region > .tab:selected .focus-indicator {
|
||||
-fx-border-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
.tab .tab-close-button {
|
||||
-fx-shape: "M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z";
|
||||
-fx-background-color: #AFB1B3;
|
||||
background-color: #AFB1B3;
|
||||
-fx-background-insets: 2;
|
||||
-fx-margin: 0 0 -5 2;
|
||||
margin: 0 0 -5 2;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.tab .tab-label {
|
||||
-fx-text-fill: #AFB1B3;
|
||||
}
|
||||
.tab-pane .tab-header-area .tab-header-background {
|
||||
-fx-opacity: 0.0;
|
||||
opacity: 0.0;
|
||||
}
|
||||
|
||||
|
||||
/* TitledPane */
|
||||
.titled-pane{
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-label-padding: 0 0 -7 0;
|
||||
-fx-background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
.titled-pane .title{
|
||||
-fx-background-color: #3E3E42;
|
||||
background-color: #3E3E42;
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-width: 0;
|
||||
border-width: 0;
|
||||
-fx-pref-height: 14;
|
||||
}
|
||||
.titled-pane .content{
|
||||
-fx-background-color: #2D2D30;
|
||||
background-color: #2D2D30;
|
||||
-fx-border-color: #3E3E42;
|
||||
border-color: #3E3E42;
|
||||
-fx-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-fx-border-width: 3 2 2 2;
|
||||
border-width: 3 2 2 2;
|
||||
}
|
||||
|
||||
|
||||
/* TableView */
|
||||
.table-view{
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-table-cell-border-color: #222222;
|
||||
}
|
||||
.table-view:focused{
|
||||
-fx-border-width: 1;
|
||||
border-width: 1;
|
||||
-fx-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-fx-border-color: #4e4e4e;
|
||||
border-color: #4e4e4e;
|
||||
-fx-background-insets: 1;
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
.table-view .column-header-background{
|
||||
-fx-border-width: 0 0 1 0;
|
||||
border-width: 0 0 1 0;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
}
|
||||
.table-view .column-header {
|
||||
-fx-background-color: transparent;
|
||||
background-color: transparent;
|
||||
-fx-border-color: #222222;
|
||||
border-color: #222222;
|
||||
}
|
||||
.table-view .column-resize-line {
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
-fx-pref-width: 1;
|
||||
}
|
||||
.table-row-cell{
|
||||
-fx-background-color: #1A1A1A;
|
||||
background-color: #1A1A1A;
|
||||
-fx-text-background-color: #AFB1B3;
|
||||
-fx-margin: 1;
|
||||
margin: 1;
|
||||
}
|
||||
.table-row-cell:hover {
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-background-insets: 0;
|
||||
-fx-background-radius: 0;
|
||||
}
|
||||
.table-row-cell:selected {
|
||||
-fx-table-cell-border-color: #222222;
|
||||
-fx-background-color: #3E3E40;
|
||||
background-color: #3E3E40;
|
||||
-fx-background-insets: 0;
|
||||
-fx-background-radius: 0;
|
||||
}
|
||||
.table-row-cell:pressed {
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
-fx-background-insets: 0;
|
||||
-fx-background-radius: 0;
|
||||
}
|
||||
.table-view .column-header .label {
|
||||
-fx-alignment: center-left;
|
||||
-fx-cursor: HAND;
|
||||
cursor: HAND;
|
||||
}
|
||||
.table-view .filler {
|
||||
-fx-background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
.table-view .column-drag-header{
|
||||
-fx-background-color: #4e4e4e;
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
|
||||
|
||||
/* Tooltip */
|
||||
.tooltip{
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-fx-text-fill: #AFB1B3;
|
||||
-fx-padding: 5;
|
||||
padding: 5;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue