test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,22 @@
|
|||
make --dry-run --always-make --keep-going --print-directory
|
||||
make: Entering directory '/home/rafayahmad/Stuff/OOP/Project'
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o util.o util.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o game.o game.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Ball.o Ball.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Paddle.o Paddle.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Brick.o Brick.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o GameLevel.o GameLevel.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Level1.o Level1.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Level2.o Level2.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Level3.o Level3.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Food.o Food.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o PinkFood.o PinkFood.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o GreenFood.o GreenFood.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o RedFood.o RedFood.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o BlueFood.o BlueFood.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o YellowFood.o YellowFood.cpp
|
||||
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o BrickBreaker.o BrickBreaker.cpp
|
||||
g++ -o game util.o game.o Ball.o Paddle.o Brick.o GameLevel.o Level1.o Level2.o Level3.o Food.o PinkFood.o GreenFood.o RedFood.o BlueFood.o YellowFood.o BrickBreaker.o -L/usr/X11R6/lib -L/sw/lib -L/usr/sww/lib -L/usr/sww/bin -L/usr/sww/pkg/Mesa/lib -lglut -lGLU -lGL -lX11 -lfreeimage -pthread
|
||||
make: Leaving directory '/home/rafayahmad/Stuff/OOP/Project'
|
||||
|
|
@ -0,0 +1,391 @@
|
|||
make all --print-data-base --no-builtin-variables --no-builtin-rules --question
|
||||
# GNU Make 4.4.1
|
||||
# Built for x86_64-pc-linux-gnu
|
||||
# Copyright (C) 1988-2023 Free Software Foundation, Inc.
|
||||
# License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
|
||||
# This is free software: you are free to change and redistribute it.
|
||||
# There is NO WARRANTY, to the extent permitted by law.
|
||||
|
||||
# Make data base, printed on Sun May 12 13:19:07 2024
|
||||
|
||||
# Variables
|
||||
|
||||
# environment
|
||||
GDK_BACKEND = x11
|
||||
# environment
|
||||
LC_ALL = C
|
||||
# environment
|
||||
NO_AT_BRIDGE = 1
|
||||
# environment
|
||||
VSCODE_CRASH_REPORTER_PROCESS_TYPE = extensionHost
|
||||
# environment
|
||||
VSCODE_CWD = /home/rafayahmad
|
||||
# makefile (from 'Makefile', line 5)
|
||||
LIBS = -L/usr/X11R6/lib -L/sw/lib -L/usr/sww/lib -L/usr/sww/bin -L/usr/sww/pkg/Mesa/lib -lglut -lGLU -lGL -lX11 -lfreeimage -pthread
|
||||
# default
|
||||
MAKE_COMMAND := make
|
||||
# automatic
|
||||
@D = $(patsubst %/,%,$(dir $@))
|
||||
# environment
|
||||
GTK_THEME = Adwaita-dark
|
||||
# environment
|
||||
VSCODE_HANDLES_UNCAUGHT_ERRORS = true
|
||||
# default
|
||||
.VARIABLES :=
|
||||
# environment
|
||||
PWD = /home/rafayahmad/Stuff/OOP/Project
|
||||
# automatic
|
||||
%D = $(patsubst %/,%,$(dir $%))
|
||||
# environment
|
||||
MAIL = /var/spool/mail/rafayahmad
|
||||
# automatic
|
||||
^D = $(patsubst %/,%,$(dir $^))
|
||||
# automatic
|
||||
%F = $(notdir $%)
|
||||
# environment
|
||||
|
||||
VSCODE_CODE_CACHE_PATH = /home/rafayahmad/.config/Code/CachedData/b58957e67ee1e712cebf466b995adf4c5307b2bd
|
||||
# environment
|
||||
XDG_SESSION_PATH = /org/freedesktop/DisplayManager/Session1
|
||||
# environment
|
||||
LANG = C
|
||||
# default
|
||||
.LOADED :=
|
||||
# default
|
||||
.INCLUDE_DIRS := /usr/local/include /usr/include
|
||||
# makefile
|
||||
MAKEFLAGS = pqrR
|
||||
# environment
|
||||
HYPRLAND_INSTANCE_SIGNATURE = fe7b748eb668136dd0558b7c8279bfcd7ab4d759_1715501939
|
||||
# makefile
|
||||
CURDIR := /home/rafayahmad/Stuff/OOP/Project
|
||||
# environment
|
||||
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = 1
|
||||
# automatic
|
||||
*D = $(patsubst %/,%,$(dir $*))
|
||||
# environment
|
||||
MFLAGS = -pqrR
|
||||
# default
|
||||
.SHELLFLAGS := -c
|
||||
# environment
|
||||
WAYLAND_DISPLAY = wayland-1
|
||||
# automatic
|
||||
+D = $(patsubst %/,%,$(dir $+))
|
||||
# makefile (from 'Makefile', line 1)
|
||||
MAKEFILE_LIST := Makefile
|
||||
# automatic
|
||||
@F = $(notdir $@)
|
||||
# environment
|
||||
VSCODE_PID = 852
|
||||
# environment
|
||||
MOZ_ENABLE_WAYLAND = 1
|
||||
# environment
|
||||
XDG_SESSION_TYPE = wayland
|
||||
# automatic
|
||||
?D = $(patsubst %/,%,$(dir $?))
|
||||
# automatic
|
||||
*F = $(notdir $*)
|
||||
# environment
|
||||
QT_QPA_PLATFORMTHEME = qt5ct
|
||||
# environment
|
||||
CHROME_DESKTOP = code-url-handler.desktop
|
||||
# environment
|
||||
DBUS_SESSION_BUS_ADDRESS = unix:path=/run/user/1000/bus
|
||||
# automatic
|
||||
<D = $(patsubst %/,%,$(dir $<))
|
||||
# environment
|
||||
VSCODE_NLS_CONFIG = {"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}
|
||||
# default
|
||||
MAKE_HOST := x86_64-pc-linux-gnu
|
||||
# makefile (from 'Makefile', line 3)
|
||||
OBJS = util.o game.o Ball.o Paddle.o Brick.o GameLevel.o Level1.o Level2.o Level3.o Food.o PinkFood.o GreenFood.o RedFood.o BlueFood.o YellowFood.o BrickBreaker.o
|
||||
# makefile
|
||||
SHELL = /bin/sh
|
||||
# default
|
||||
MAKECMDGOALS := all
|
||||
# environment
|
||||
SHLVL = 1
|
||||
# environment
|
||||
MAKELEVEL := 0
|
||||
# default
|
||||
MAKE = $(MAKE_COMMAND)
|
||||
# environment
|
||||
PATH = /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
|
||||
# default
|
||||
MAKEFILES :=
|
||||
# environment
|
||||
MOTD_SHOWN = pam
|
||||
# automatic
|
||||
^F = $(notdir $^)
|
||||
# environment
|
||||
XDG_BACKEND = wayland
|
||||
# environment
|
||||
_JAVA_AWT_WM_NONREPARENTING = 1
|
||||
# automatic
|
||||
?F = $(notdir $?)
|
||||
# environment
|
||||
XDG_SEAT = seat0
|
||||
# environment
|
||||
XDG_CURRENT_DESKTOP = Hyprland
|
||||
# automatic
|
||||
+F = $(notdir $+)
|
||||
# environment
|
||||
XDG_SEAT_PATH = /org/freedesktop/DisplayManager/Seat0
|
||||
# environment
|
||||
DESKTOP_SESSION = hyprland
|
||||
# environment
|
||||
ORIGINAL_XDG_CURRENT_DESKTOP = Hyprland
|
||||
# 'override' directive
|
||||
GNUMAKEFLAGS :=
|
||||
# environment
|
||||
LOGNAME = rafayahmad
|
||||
# environment
|
||||
HYPRLAND_CMD = Hyprland
|
||||
# environment
|
||||
XDG_VTNR = 1
|
||||
# makefile
|
||||
.DEFAULT_GOAL := game
|
||||
# environment
|
||||
DISPLAY = :1
|
||||
# environment
|
||||
USER = rafayahmad
|
||||
# default
|
||||
MAKE_VERSION := 4.4.1
|
||||
# environment
|
||||
DEBUGINFOD_URLS = https://debuginfod.archlinux.org
|
||||
# environment
|
||||
_ = /usr/bin/make
|
||||
# environment
|
||||
XDG_RUNTIME_DIR = /run/user/1000
|
||||
# environment
|
||||
XDG_SESSION_CLASS = user
|
||||
# environment
|
||||
VSCODE_AMD_ENTRYPOINT = vs/workbench/api/node/extensionHostProcess
|
||||
# environment
|
||||
HOME = /home/rafayahmad
|
||||
# environment
|
||||
ELECTRON_RUN_AS_NODE = 1
|
||||
# environment
|
||||
VSCODE_IPC_HOOK = /run/user/1000/vscode-01d48513-1.89-main.sock
|
||||
# environment
|
||||
XDG_SESSION_ID = 2
|
||||
# environment
|
||||
XCURSOR_SIZE = 24
|
||||
# default
|
||||
.RECIPEPREFIX :=
|
||||
# automatic
|
||||
<F = $(notdir $<)
|
||||
# default
|
||||
SUFFIXES :=
|
||||
# makefile (from 'Makefile', line 9)
|
||||
TARGET = game
|
||||
# environment
|
||||
VSCODE_CLI = 1
|
||||
# environment
|
||||
ELECTRON_NO_ATTACH_CONSOLE = 1
|
||||
# makefile (from 'Makefile', line 1)
|
||||
CXXFLAGS = -g3 -Wall -fmessage-length=0
|
||||
# default
|
||||
.FEATURES := target-specific order-only second-expansion else-if shortest-stem undefine oneshell nocomment grouped-target extra-prereqs notintermediate shell-export archives jobserver jobserver-fifo output-sync check-symlink guile load
|
||||
# variable set hash-table stats:
|
||||
# Load=88/1024=9%, Rehash=0, Collisions=1/120=1%
|
||||
|
||||
# Pattern-specific Variable Values
|
||||
|
||||
# No pattern-specific variable values.
|
||||
|
||||
# Directories
|
||||
|
||||
# . (device 2051, inode 3278466): 50 files, no impossibilities.
|
||||
|
||||
# 50 files, no impossibilities in 1 directories.
|
||||
|
||||
# Implicit Rules
|
||||
|
||||
# No implicit rules.
|
||||
|
||||
# Files
|
||||
|
||||
game: util.o game.o Ball.o Paddle.o Brick.o GameLevel.o Level1.o Level2.o Level3.o Food.o PinkFood.o GreenFood.o RedFood.o BlueFood.o YellowFood.o BrickBreaker.o
|
||||
# Implicit rule search has not been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:52.418703319
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
# recipe to execute (from 'Makefile', line 13):
|
||||
$(CXX) -o $(TARGET) $(OBJS) $(LIBS)
|
||||
|
||||
# Not a target:
|
||||
PinkFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:40.008753669
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Makefile:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:17:22.230067871
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
util.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:23.082155587
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
clean:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# recipe to execute (from 'Makefile', line 18):
|
||||
rm -f $(OBJS) $(TARGET)
|
||||
|
||||
# Not a target:
|
||||
GreenFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:42.422077215
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
RedFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:44.842067399
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
.DEFAULT:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
Paddle.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:30.252126548
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
all: game
|
||||
# Command line target.
|
||||
# Implicit rule search has been done.
|
||||
# File does not exist.
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
YellowFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:49.755380797
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Brick.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:32.658783463
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Food.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:37.59876344
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
|
||||
# Not a target:
|
||||
BrickBreaker.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:52.258703969
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
BlueFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:47.258724261
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Level3.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:37.578763521
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Level2.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:35.145440052
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Level1.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:35.132106773
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
GameLevel.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:35.122106814
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
game.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:25.45881263
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Ball.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:27.832136352
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# files hash-table stats:
|
||||
# Load=22/1024=2%, Rehash=0, Collisions=0/51=0%
|
||||
# VPATH Search Paths
|
||||
|
||||
# No 'vpath' search paths.
|
||||
|
||||
# No general ('VPATH' variable) search path.
|
||||
|
||||
# strcache buffers: 1 (0) / strings = 57 / storage = 573 B / avg = 10 B
|
||||
# current buf: size = 8162 B / used = 573 B / count = 57 / avg = 10 B
|
||||
|
||||
# strcache performance: lookups = 82 / hit rate = 30%
|
||||
# hash-table stats:
|
||||
# Load=57/8192=1%, Rehash=0, Collisions=1/82=1%
|
||||
# Finished Make data base on Sun May 12 13:19:07 2024
|
||||
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"keep": {
|
||||
"days": true,
|
||||
"amount": 2
|
||||
},
|
||||
"auditLog": "/home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/.20aa0ee6ae66d87090476abd298bd27d7ed57c05-audit.json",
|
||||
"files": [
|
||||
{
|
||||
"date": 1714971437604,
|
||||
"name": "/home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/client.log.2024-05-06",
|
||||
"hash": "9b43c08cde28d22dae4ed4a34babdf5bb9eb0a4b9d5d27319f38d0d2156d4c4a"
|
||||
}
|
||||
],
|
||||
"hashType": "sha256"
|
||||
}
|
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
message: "Use the JDK from 'java.jdt.ls.java.home' setting as the initial default project JDK.",
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 09:57:17.738'
|
||||
}
|
||||
{
|
||||
message: 'Starting Java server with: /usr/lib/jvm/java-17-openjdk/bin/java --add-modules=ALL-SYSTEM --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -Xlog:disable -javaagent:/home/rafayahmad/.vscode/extensions/redhat.java-1.30.0-linux-x64/lombok/lombok-1.18.32.jar -jar /home/rafayahmad/.vscode/extensions/redhat.java-1.30.0-linux-x64/server/plugins/org.eclipse.equinox.launcher_1.6.800.v20240330-1250.jar -configuration /home/rafayahmad/.config/Code/User/globalStorage/redhat.java/1.30.0/config_ss_linux -data /home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/ss_ws',
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 09:57:17.804'
|
||||
}
|
||||
{
|
||||
message: 'Starting Java server with: /usr/lib/jvm/java-17-openjdk/bin/java --add-modules=ALL-SYSTEM --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -Xlog:disable -javaagent:/home/rafayahmad/.vscode/extensions/redhat.java-1.30.0-linux-x64/lombok/lombok-1.18.32.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java -Daether.dependencyCollector.impl=bf -jar /home/rafayahmad/.vscode/extensions/redhat.java-1.30.0-linux-x64/server/plugins/org.eclipse.equinox.launcher_1.6.800.v20240330-1250.jar -configuration /home/rafayahmad/.config/Code/User/globalStorage/redhat.java/1.30.0/config_linux -data /home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/jdt_ws',
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 09:57:17.893'
|
||||
}
|
||||
{
|
||||
message: 'WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign\n',
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 09:57:17.923'
|
||||
}
|
||||
{
|
||||
message: 'WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector\n',
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 09:57:18.071'
|
||||
}
|
||||
{
|
||||
message: 'May 06, 2024 9:57:18 AM org.apache.aries.spifly.BaseActivator log\n' +
|
||||
'INFO: Registered provider ch.qos.logback.classic.servlet.LogbackServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle ch.qos.logback.classic\n',
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 09:57:18.904'
|
||||
}
|
||||
{
|
||||
message: 'May 06, 2024 9:57:18 AM org.apache.aries.spifly.BaseActivator log\n' +
|
||||
'INFO: Registered provider ch.qos.logback.classic.spi.LogbackServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle ch.qos.logback.classic\n',
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 09:57:18.907'
|
||||
}
|
||||
{
|
||||
message: 'May 06, 2024 11:05:40 AM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint notify\n' +
|
||||
'WARNING: Failed to send notification message.\n' +
|
||||
'org.eclipse.lsp4j.jsonrpc.JsonRpcException: java.io.IOException: Broken pipe\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.json.StreamMessageConsumer.consume(StreamMessageConsumer.java:72)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.ParentProcessWatcher.lambda$1(ParentProcessWatcher.java:144)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.notify(RemoteEndpoint.java:135)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.services.EndpointProxy.invoke(EndpointProxy.java:88)\n' +
|
||||
'\tat jdk.proxy3/jdk.proxy3.$Proxy10.notifyProgress(Unknown Source)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.sendStatus(ProgressReporterManager.java:269)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.sendProgress(ProgressReporterManager.java:239)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.beginTask(ProgressReporterManager.java:200)\n' +
|
||||
'\tat org.eclipse.core.runtime.SubMonitor.convert(SubMonitor.java:557)\n' +
|
||||
'\tat org.eclipse.core.runtime.SubMonitor.convert(SubMonitor.java:512)\n' +
|
||||
'\tat org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:290)\n' +
|
||||
'\tat org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)\n' +
|
||||
'Caused by: java.io.IOException: Broken pipe\n' +
|
||||
'\tat java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)\n' +
|
||||
'\tat java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)\n' +
|
||||
'\tat java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.ConnectionStreamFactory$NamedPipeOutputStream.write(ConnectionStreamFactory.java:238)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.json.StreamMessageConsumer.consume(StreamMessageConsumer.java:67)\n' +
|
||||
'\t... 11 more\n' +
|
||||
'\n',
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 11:05:40.947'
|
||||
}
|
||||
{
|
||||
message: 'May 06, 2024 11:05:40 AM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint notify\n' +
|
||||
'WARNING: Failed to send notification message.\n' +
|
||||
'org.eclipse.lsp4j.jsonrpc.JsonRpcException: java.io.IOException: Broken pipe\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.json.StreamMessageConsumer.consume(StreamMessageConsumer.java:72)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.ParentProcessWatcher.lambda$1(ParentProcessWatcher.java:144)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.notify(RemoteEndpoint.java:135)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.services.EndpointProxy.invoke(EndpointProxy.java:88)\n' +
|
||||
'\tat jdk.proxy3/jdk.proxy3.$Proxy10.notifyProgress(Unknown Source)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.sendStatus(ProgressReporterManager.java:290)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.sendProgress(ProgressReporterManager.java:239)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.beginTask(ProgressReporterManager.java:200)\n' +
|
||||
'\tat org.eclipse.core.runtime.SubMonitor.convert(SubMonitor.java:557)\n' +
|
||||
'\tat org.eclipse.core.runtime.SubMonitor.convert(SubMonitor.java:512)\n' +
|
||||
'\tat org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:290)\n' +
|
||||
'\tat org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)\n' +
|
||||
'Caused by: java.io.IOException: Broken pipe\n' +
|
||||
'\tat java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)\n' +
|
||||
'\tat java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)\n' +
|
||||
'\tat java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.ConnectionStreamFactory$NamedPipeOutputStream.write(ConnectionStreamFactory.java:238)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.json.StreamMessageConsumer.consume(StreamMessageConsumer.java:67)\n' +
|
||||
'\t... 11 more\n' +
|
||||
'\n' +
|
||||
'May 06, 2024 11:05:40 AM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint notify\n' +
|
||||
'WARNING: Failed to send notification message.\n' +
|
||||
'org.eclipse.lsp4j.jsonrpc.JsonRpcException: java.io.IOException: Broken pipe\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.json.StreamMessageConsumer.consume(StreamMessageConsumer.java:72)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.ParentProcessWatcher.lambda$1(ParentProcessWatcher.java:144)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.notify(RemoteEndpoint.java:135)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.services.EndpointProxy.invoke(EndpointProxy.java:88)\n' +
|
||||
'\tat jdk.proxy3/jdk.proxy3.$Proxy10.notifyProgress(Unknown Source)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.sendStatus(ProgressReporterManager.java:290)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.sendProgress(ProgressReporterManager.java:239)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.handlers.ProgressReporterManager$ProgressReporter.done(ProgressReporterManager.java:222)\n' +
|
||||
'\tat org.eclipse.core.internal.jobs.Worker.run(Worker.java:74)\n' +
|
||||
'Caused by: java.io.IOException: Broken pipe\n' +
|
||||
'\tat java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)\n' +
|
||||
'\tat java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)\n' +
|
||||
'\tat java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)\n' +
|
||||
'\tat java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)\n' +
|
||||
'\tat org.eclipse.jdt.ls.core.internal.ConnectionStreamFactory$NamedPipeOutputStream.write(ConnectionStreamFactory.java:238)\n' +
|
||||
'\tat org.eclipse.lsp4j.jsonrpc.json.StreamMessageConsumer.consume(StreamMessageConsumer.java:67)\n' +
|
||||
'\t... 8 more\n' +
|
||||
'\n',
|
||||
level: 'info',
|
||||
timestamp: '2024-05-06 11:05:40.953'
|
||||
}
|
|
@ -0,0 +1,347 @@
|
|||
!SESSION 2024-04-27 08:43:44.516 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=17.0.11
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-b2052c212305d7a881be1ea403bf8746.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/jdt_ws --pipe=/run/user/1000/lsp-b2052c212305d7a881be1ea403bf8746.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.846
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.585
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.706
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.710
|
||||
!MESSAGE Initializing Java Language Server 1.35.0.202404250410
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.712
|
||||
!MESSAGE Started org.eclipse.m2e.core 0ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.807
|
||||
!MESSAGE ProjectRegistryRefreshJob finished 1094ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.839
|
||||
!MESSAGE Started org.eclipse.buildship.core 31ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.945
|
||||
!MESSAGE Setting /usr/lib/jvm/java-22-openjdk as 'JavaSE-22' environment (id:1714189430928)
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.950
|
||||
!MESSAGE Setting /usr/lib/jvm/java-17-openjdk as 'JavaSE-17' environment (id:1714189430905)
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.953
|
||||
!MESSAGE JVM Runtimes changed, saving new configuration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.967
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.3.1/dist/com.microsoft.jdtls.intellicode.core-0.7.1.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.972
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-gradle-3.13.5/server/com.microsoft.gradle.bs.importer-0.2.0.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.976
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-debug-0.57.0/server/com.microsoft.java.debug.plugin-0.52.0.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.980
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-dependency-0.23.6/server/com.microsoft.jdtls.ext.core-0.23.6.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.984
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-jupiter-api_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.988
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-jupiter-engine_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.991
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-jupiter-migrationsupport_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:50.996
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-jupiter-params_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.000
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-commons_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.003
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-engine_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.008
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-launcher_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.011
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-runner_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.014
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-suite-api_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.017
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-suite-commons_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.020
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-suite-engine_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.023
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-vintage-engine_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.025
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.apiguardian.api_1.1.2.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.027
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.030
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.032
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.opentest4j_1.2.0.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.035
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.jacoco.core_0.8.12.202403310830.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.038
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/com.microsoft.java.test.plugin-0.41.1.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.041
|
||||
!MESSAGE Installed reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-maven-0.44.0/jdtls.ext/com.microsoft.java.maven.plugin/target/com.microsoft.java.maven.plugin-0.39.0.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.059
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-jupiter-engine_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.060
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.opentest4j_1.2.0.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.071
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.072
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.apiguardian.api_1.1.2.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.073
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-engine_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.073
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-commons_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.082
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-jupiter-migrationsupport_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.089
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-suite-api_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.117
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-dependency-0.23.6/server/com.microsoft.jdtls.ext.core-0.23.6.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.126
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-suite-engine_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.138
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.166
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/com.microsoft.java.test.plugin-0.41.1.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.184
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-gradle-3.13.5/server/com.microsoft.gradle.bs.importer-0.2.0.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.185
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-jupiter-params_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.186
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/org.jacoco.core_0.8.12.202403310830.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.187
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-suite-commons_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.188
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-vintage-engine_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.206
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.3.1/dist/com.microsoft.jdtls.intellicode.core-0.7.1.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.225
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-debug-0.57.0/server/com.microsoft.java.debug.plugin-0.52.0.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.226
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-launcher_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.227
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-jupiter-api_5.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.228
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-java-test-0.41.1/server/junit-platform-runner_1.9.3.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.249
|
||||
!MESSAGE Started reference:file:/home/rafayahmad/.vscode/extensions/vscjava.vscode-maven-0.44.0/jdtls.ext/com.microsoft.java.maven.plugin/target/com.microsoft.java.maven.plugin-0.39.0.jar
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.255
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.255
|
||||
!MESSAGE Non-Static Commands: [java.project.import, java.project.changeImportedProjects, java.navigate.openTypeHierarchy, java.project.resolveStackTraceLocation, java.edit.handlePasteEvent, java.edit.stringFormatting, java.project.getSettings, java.project.resolveWorkspaceSymbol, java.project.upgradeGradle, java.project.createModuleInfo, java.vm.getAllInstalls, java.edit.organizeImports, java.project.refreshDiagnostics, java.project.removeFromSourcePath, java.project.listSourcePaths, java.project.getAll, java.reloadBundles, java.project.isTestFile, java.project.resolveText, java.project.getClasspaths, java.navigate.resolveTypeHierarchy, java.edit.smartSemicolonDetection, java.project.updateSourceAttachment, java.project.updateClassPaths, java.decompile, java.protobuf.generateSources, java.project.resolveSourceAttachment, java.project.updateJdk, java.project.addToSourcePath, java.completion.onDidSelect]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.256
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.256
|
||||
!MESSAGE Non-Static Commands: [java.project.refreshLib, java.project.checkImportStatus, java.project.list, java.project.generateJar, java.project.getMainClasses, java.getPackageData, java.resolvePath]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.256
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.257
|
||||
!MESSAGE Non-Static Commands: [vscode.java.test.jacoco.getCoverageDetail, vscode.java.test.findJavaProjects, vscode.java.test.findTestPackagesAndTypes, vscode.java.test.findTestTypesAndMethods, vscode.java.test.resolvePath, vscode.java.test.findTestLocation, vscode.java.test.get.testpath, vscode.java.test.findDirectTestChildrenForClass, vscode.java.test.navigateToTestOrTarget, vscode.java.test.junit.argument, vscode.java.test.generateTests]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.257
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.257
|
||||
!MESSAGE Non-Static Commands: [java.intellicode.enable]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.257
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.257
|
||||
!MESSAGE Non-Static Commands: [vscode.java.checkProjectSettings, vscode.java.isOnClasspath, vscode.java.fetchUsageData, vscode.java.validateLaunchConfig, vscode.java.resolveInlineVariables, vscode.java.resolveClassFilters, vscode.java.resolveMainMethod, vscode.java.resolveClasspath, vscode.java.resolveBuildFiles, vscode.java.resolveMainClass, vscode.java.updateDebugSettings, vscode.java.resolveSourceUri, vscode.java.fetchPlatformSettings, vscode.java.buildWorkspace, vscode.java.startDebugSession, vscode.java.inferLaunchCommandLength, vscode.java.resolveElementAtSelection, vscode.java.resolveJavaExecutable]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.258
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.258
|
||||
!MESSAGE Non-Static Commands: [java.maven.initializeSearcher, java.maven.searchArtifact, java.maven.addDependency, java.maven.controlContext]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.277
|
||||
!MESSAGE RepositoryRegistryUpdateJob finished 0ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.298
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.308
|
||||
!MESSAGE Creating the Java project jdt.ls-java-project
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:51.433
|
||||
!MESSAGE Finished creating the Java project jdt.ls-java-project
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.091
|
||||
!MESSAGE Workspace initialized in 814ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.173
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.178
|
||||
!MESSAGE >> registerWatchers'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.181
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.742
|
||||
!MESSAGE >> build jobs finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:51:01.989
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:51:01.995
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:51:02.014
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:51:02.023
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-05-06 09:57:18.366 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=17.0.11
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-986577593e2ab2c821cd65eabcaa4087.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/jdt_ws --pipe=/run/user/1000/lsp-986577593e2ab2c821cd65eabcaa4087.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.561
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.846
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.895
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.898
|
||||
!MESSAGE Initializing Java Language Server 1.35.0.202404250410
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.900
|
||||
!MESSAGE Started org.eclipse.m2e.core 0ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.911
|
||||
!MESSAGE ProjectRegistryRefreshJob finished 1010ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.929
|
||||
!MESSAGE Started org.eclipse.buildship.core 18ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.958
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.959
|
||||
!MESSAGE Non-Static Commands: [java.project.import, java.project.changeImportedProjects, java.navigate.openTypeHierarchy, java.project.resolveStackTraceLocation, java.edit.handlePasteEvent, java.edit.stringFormatting, java.project.getSettings, java.project.resolveWorkspaceSymbol, java.project.upgradeGradle, java.project.createModuleInfo, java.vm.getAllInstalls, java.edit.organizeImports, java.project.refreshDiagnostics, java.project.removeFromSourcePath, java.project.listSourcePaths, java.project.getAll, java.reloadBundles, java.project.isTestFile, java.project.resolveText, java.project.getClasspaths, java.navigate.resolveTypeHierarchy, java.edit.smartSemicolonDetection, java.project.updateSourceAttachment, java.project.updateClassPaths, java.decompile, java.protobuf.generateSources, java.project.resolveSourceAttachment, java.project.updateJdk, java.project.addToSourcePath, java.completion.onDidSelect]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.959
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.959
|
||||
!MESSAGE Non-Static Commands: [java.intellicode.enable]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.959
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.959
|
||||
!MESSAGE Non-Static Commands: [vscode.java.checkProjectSettings, vscode.java.isOnClasspath, vscode.java.fetchUsageData, vscode.java.validateLaunchConfig, vscode.java.resolveInlineVariables, vscode.java.resolveClassFilters, vscode.java.resolveMainMethod, vscode.java.resolveClasspath, vscode.java.resolveBuildFiles, vscode.java.resolveMainClass, vscode.java.updateDebugSettings, vscode.java.resolveSourceUri, vscode.java.fetchPlatformSettings, vscode.java.buildWorkspace, vscode.java.startDebugSession, vscode.java.inferLaunchCommandLength, vscode.java.resolveElementAtSelection, vscode.java.resolveJavaExecutable]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.960
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.960
|
||||
!MESSAGE Non-Static Commands: [java.project.refreshLib, java.project.checkImportStatus, java.project.list, java.project.generateJar, java.project.getMainClasses, java.getPackageData, java.resolvePath]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.960
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.960
|
||||
!MESSAGE Non-Static Commands: [vscode.java.test.jacoco.getCoverageDetail, vscode.java.test.findJavaProjects, vscode.java.test.findTestPackagesAndTypes, vscode.java.test.findTestTypesAndMethods, vscode.java.test.resolvePath, vscode.java.test.findTestLocation, vscode.java.test.get.testpath, vscode.java.test.findDirectTestChildrenForClass, vscode.java.test.navigateToTestOrTarget, vscode.java.test.junit.argument, vscode.java.test.generateTests]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.960
|
||||
!MESSAGE Static Commands: []
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.960
|
||||
!MESSAGE Non-Static Commands: [java.maven.initializeSearcher, java.maven.searchArtifact, java.maven.addDependency, java.maven.controlContext]
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.977
|
||||
!MESSAGE RepositoryRegistryUpdateJob finished 0ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.983
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.403
|
||||
!MESSAGE Workspace initialized in 426ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.422
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.425
|
||||
!MESSAGE >> registerWatchers'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.427
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.816
|
||||
!MESSAGE >> build jobs finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 11:05:40.817
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 11:05:40.828
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 11:05:40.843
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 11:05:40.853
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
|
@ -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
|
|
@ -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,19 @@
|
|||
eclipse.preferences.version=1
|
||||
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=17
|
||||
org.eclipse.jdt.core.compiler.compliance=17
|
||||
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=17
|
||||
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,1714189430905"/>\n <defaultEnvironment environmentId\="JavaSE-22" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1714189430928"/>\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,1714189430905" defaultVMConnector\="">\n <vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n <vm id\="1714189430905" name\="JavaSE-17" path\="/usr/lib/jvm/java-17-openjdk"/>\n <vm id\="1714189430928" name\="JavaSE-22" path\="/usr/lib/jvm/java-22-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
|
|
@ -0,0 +1,4 @@
|
|||
INDEX VERSION 1.134+/home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/jdt_ws/.metadata/.plugins/org.eclipse.jdt.core
|
||||
1865797976.index
|
||||
1597067313.index
|
||||
3842426239.index
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<dirs>
|
||||
<entry loc="/usr/lib/jvm/java-22-openjdk" stamp="1713527005658"/>
|
||||
<entry loc="/usr/lib/jvm/java-17-openjdk" stamp="1713527006155"/>
|
||||
</dirs>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<libraryInfos>
|
||||
<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.
|
@ -0,0 +1,113 @@
|
|||
!SESSION 2024-04-27 08:43:44.153 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=17.0.11
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-b56bab17616190495313243030c0b632.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-b56bab17616190495313243030c0b632.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:47.910
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.167
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.229
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.232
|
||||
!MESSAGE Initializing Java Language Server 1.35.0.202404250410
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.402
|
||||
!MESSAGE Setting /usr/lib/jvm/java-22-openjdk as 'JavaSE-22' environment (id:1714189428380)
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.409
|
||||
!MESSAGE Setting /usr/lib/jvm/java-17-openjdk as 'JavaSE-17' environment (id:1714189428352)
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.415
|
||||
!MESSAGE JVM Runtimes changed, saving new configuration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.441
|
||||
!MESSAGE Creating the Java project jdt.ls-java-project
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:48.600
|
||||
!MESSAGE Finished creating the Java project jdt.ls-java-project
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.444
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.657
|
||||
!MESSAGE Workspace initialized in 1215ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.738
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.745
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.748
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:49.762
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.457
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.497
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.580
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-04-27 08:43:52.590
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
||||
!SESSION 2024-05-06 09:57:18.204 -----------------------------------------------
|
||||
eclipse.buildId=unknown
|
||||
java.version=17.0.11
|
||||
java.vendor=N/A
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Framework arguments: --pipe=/run/user/1000/lsp-3e741f3321726173af1eedd5492b4a10.sock
|
||||
Command-line arguments: -data /home/rafayahmad/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/ss_ws --pipe=/run/user/1000/lsp-3e741f3321726173af1eedd5492b4a10.sock
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.288
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is started
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.519
|
||||
!MESSAGE Main thread is waiting
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.566
|
||||
!MESSAGE >> initialize
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.568
|
||||
!MESSAGE Initializing Java Language Server 1.35.0.202404250410
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:20.638
|
||||
!MESSAGE >> initialized
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.297
|
||||
!MESSAGE Workspace initialized in 682ms
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.313
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.314
|
||||
!MESSAGE >> registerFeature 'workspace/didChangeWatchedFiles'
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.318
|
||||
!MESSAGE >> initialization job finished
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:21.324
|
||||
!MESSAGE >> workspace/didChangeConfiguration
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.478
|
||||
!MESSAGE >> shutdown
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.489
|
||||
!MESSAGE >> exit
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.543
|
||||
!MESSAGE Shutdown received... waking up main thread
|
||||
|
||||
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-05-06 09:57:22.556
|
||||
!MESSAGE class org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin is stopping:
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
description.autobuilding=false
|
||||
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=17
|
||||
org.eclipse.jdt.core.compiler.compliance=17
|
||||
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=17
|
||||
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,1714189428352"/>\n <defaultEnvironment environmentId\="JavaSE-22" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1714189428380"/>\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,1714189428352" defaultVMConnector\="">\n <vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n <vm id\="1714189428352" name\="JavaSE-17" path\="/usr/lib/jvm/java-17-openjdk"/>\n <vm id\="1714189428380" name\="JavaSE-22" path\="/usr/lib/jvm/java-22-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/.config/Code/User/workspaceStorage/df97c742fc42fddbf76488c39937fd6d/redhat.java/ss_ws/.metadata/.plugins/org.eclipse.jdt.core
|
Binary file not shown.
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<dirs>
|
||||
<entry loc="/usr/lib/jvm/java-22-openjdk" stamp="1713527005658"/>
|
||||
<entry loc="/usr/lib/jvm/java-17-openjdk" stamp="1713527006155"/>
|
||||
</dirs>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<libraryInfos>
|
||||
<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,3 @@
|
|||
{
|
||||
"folder": "file:///home/rafayahmad/Stuff/OOP/Project"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue