diff --git a/Brouillon/Diagramme_sequences/diag_sequence b/Brouillon/Diagramme_sequences/diag_sequence new file mode 100644 index 0000000..9a6629a --- /dev/null +++ b/Brouillon/Diagramme_sequences/diag_sequence @@ -0,0 +1,42 @@ +SequenceDiagram { + actor parieur + lifeline siteweb + lifeline serveur autoactivate + entity "Base de donnée" as bdd autoactivate + parieur --> siteweb "login" + activate siteweb + siteweb --> serveur "transferer données de input" + serveur --> bdd "rechercher données de user" + + + fragment alt "[Bon mdp et user]" { + bdd -r-> serveur "Charger user données " + serveur -r-> siteweb "login réussi" + siteweb -r-> parieur "Bienvenue au FDJ" + parieur --> siteweb "Parier" + siteweb --> serveur "Le client veut parier" + serveur -r-> siteweb "Demande événement" + siteweb -r-> parieur "Choissiez un événement" + parieur --> siteweb "Donner information" + siteweb --> serveur "Evenement choisi" + serveur -r-> siteweb "Demande montant" + siteweb -r-> parieur "Combien vous voulez parier?" + parieur --> siteweb "Donner le montant" + siteweb --> serveur "L'agrent que clien a parié" + serveur --> serveur "Débiter" + serveur -r-> siteweb " Afficher nouveau montant" + siteweb -r-> parieur "Mis à jour le portefeuille" + + fragment alt "[Gagné]" { + serveur --> serveur "Nouveau montant pour client" + serveur -r-> siteweb "Motant gagné" + siteweb -r-> parieur "Félicitation" + case "[Perdu]" + serveur -r-> siteweb "Motant perdu" + siteweb -r-> parieur "Dommage" + } + case "[Mdp ou nom est faux]" + serveur -r-> siteweb "login incorrect" + siteweb -r-> parieur "Faux mdp ou user" + } +} diff --git a/Brouillon/Diagramme_sequences/dotuml.png b/Brouillon/Diagramme_sequences/dotuml.png new file mode 100644 index 0000000..fb6942e Binary files /dev/null and b/Brouillon/Diagramme_sequences/dotuml.png differ diff --git a/DotUML/Diagramme_class/dotuml.png b/DotUML/Diagramme_class/dotuml.png new file mode 100644 index 0000000..e9b6546 Binary files /dev/null and b/DotUML/Diagramme_class/dotuml.png differ diff --git a/DotUML/diag_states/diag_states b/DotUML/Diagramme_etats/diag_states similarity index 100% rename from DotUML/diag_states/diag_states rename to DotUML/Diagramme_etats/diag_states diff --git a/DotUML/Diagramme_etats/dotuml.png b/DotUML/Diagramme_etats/dotuml.png new file mode 100644 index 0000000..605ba80 Binary files /dev/null and b/DotUML/Diagramme_etats/dotuml.png differ diff --git a/DotUML/Diagramme_cas/diagramme_sequence/.gitkeep b/DotUML/diagramme_sequence/.gitkeep similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/.gitkeep rename to DotUML/diagramme_sequence/.gitkeep diff --git a/DotUML/Diagramme_cas/diagramme_sequence/connexion/.gitkeep b/DotUML/diagramme_sequence/connexion/.gitkeep similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/connexion/.gitkeep rename to DotUML/diagramme_sequence/connexion/.gitkeep diff --git a/DotUML/Diagramme_cas/diagramme_sequence/connexion/conexion_nouvelle.png b/DotUML/diagramme_sequence/connexion/conexion_nouvelle.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/connexion/conexion_nouvelle.png rename to DotUML/diagramme_sequence/connexion/conexion_nouvelle.png diff --git a/DotUML/Diagramme_cas/diagramme_sequence/connexion/connexion_erronnee.png b/DotUML/diagramme_sequence/connexion/connexion_erronnee.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/connexion/connexion_erronnee.png rename to DotUML/diagramme_sequence/connexion/connexion_erronnee.png diff --git a/DotUML/Diagramme_cas/diagramme_sequence/connexion/connexion_nominale.png b/DotUML/diagramme_sequence/connexion/connexion_nominale.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/connexion/connexion_nominale.png rename to DotUML/diagramme_sequence/connexion/connexion_nominale.png diff --git a/DotUML/Diagramme_cas/diagramme_sequence/connexion/diagramme_connexion b/DotUML/diagramme_sequence/connexion/diagramme_connexion similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/connexion/diagramme_connexion rename to DotUML/diagramme_sequence/connexion/diagramme_connexion diff --git a/DotUML/Diagramme_cas/diagramme_sequence/def_event/.gitkeep b/DotUML/diagramme_sequence/def_event/.gitkeep similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/def_event/.gitkeep rename to DotUML/diagramme_sequence/def_event/.gitkeep diff --git a/DotUML/Diagramme_cas/diagramme_sequence/def_event/event_end.png b/DotUML/diagramme_sequence/def_event/event_end.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/def_event/event_end.png rename to DotUML/diagramme_sequence/def_event/event_end.png diff --git a/DotUML/Diagramme_cas/diagramme_sequence/def_event/make_event b/DotUML/diagramme_sequence/def_event/make_event similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/def_event/make_event rename to DotUML/diagramme_sequence/def_event/make_event diff --git a/DotUML/Diagramme_cas/diagramme_sequence/def_event/make_event.png b/DotUML/diagramme_sequence/def_event/make_event.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/def_event/make_event.png rename to DotUML/diagramme_sequence/def_event/make_event.png diff --git a/DotUML/Diagramme_cas/diagramme_sequence/miseàjour/.gitkeep b/DotUML/diagramme_sequence/miseàjour/.gitkeep similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/miseàjour/.gitkeep rename to DotUML/diagramme_sequence/miseàjour/.gitkeep diff --git a/DotUML/Diagramme_cas/diagramme_sequence/miseàjour/event_introuvable.png b/DotUML/diagramme_sequence/miseàjour/event_introuvable.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/miseàjour/event_introuvable.png rename to DotUML/diagramme_sequence/miseàjour/event_introuvable.png diff --git a/DotUML/Diagramme_cas/diagramme_sequence/miseàjour/maj_event.png b/DotUML/diagramme_sequence/miseàjour/maj_event.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/miseàjour/maj_event.png rename to DotUML/diagramme_sequence/miseàjour/maj_event.png diff --git a/DotUML/Diagramme_cas/diagramme_sequence/miseàjour/misesàjour b/DotUML/diagramme_sequence/miseàjour/misesàjour similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/miseàjour/misesàjour rename to DotUML/diagramme_sequence/miseàjour/misesàjour diff --git a/DotUML/Diagramme_cas/diagramme_sequence/pari/.gitkeep b/DotUML/diagramme_sequence/pari/.gitkeep similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/pari/.gitkeep rename to DotUML/diagramme_sequence/pari/.gitkeep diff --git a/DotUML/Diagramme_cas/diagramme_sequence/pari/nouveaupari.png b/DotUML/diagramme_sequence/pari/nouveaupari.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/pari/nouveaupari.png rename to DotUML/diagramme_sequence/pari/nouveaupari.png diff --git a/DotUML/Diagramme_cas/diagramme_sequence/pari/pari b/DotUML/diagramme_sequence/pari/pari similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/pari/pari rename to DotUML/diagramme_sequence/pari/pari diff --git a/DotUML/Diagramme_cas/diagramme_sequence/pari/pariimpossible.png b/DotUML/diagramme_sequence/pari/pariimpossible.png similarity index 100% rename from DotUML/Diagramme_cas/diagramme_sequence/pari/pariimpossible.png rename to DotUML/diagramme_sequence/pari/pariimpossible.png diff --git a/Generateur/tested/Basket.java b/Generateur/tested/Basket.java new file mode 100644 index 0000000..663a953 --- /dev/null +++ b/Generateur/tested/Basket.java @@ -0,0 +1,6 @@ +@Entity +public class Basket extends Sport { + @Embedded + public Collection quarttempss ; + +} diff --git a/Generateur/tested/Bookmaker.java b/Generateur/tested/Bookmaker.java new file mode 100644 index 0000000..d45a2ff --- /dev/null +++ b/Generateur/tested/Bookmaker.java @@ -0,0 +1,9 @@ +@Entity +public class Bookmaker { + @OneToMany (mappedBy= "bookmaker") + public Collection paris; + + @Column + private void crediterParieur(pari:Pari) {} + +} diff --git a/Generateur/tested/CourseDeChevaux.java b/Generateur/tested/CourseDeChevaux.java new file mode 100644 index 0000000..8f9858e --- /dev/null +++ b/Generateur/tested/CourseDeChevaux.java @@ -0,0 +1,4 @@ +@Entity +public class CourseDeChevaux extends Sport { + +} diff --git a/Generateur/tested/DataSource.java b/Generateur/tested/DataSource.java new file mode 100644 index 0000000..f48af6c --- /dev/null +++ b/Generateur/tested/DataSource.java @@ -0,0 +1,7 @@ +@Entity +public class DataSource { + + @Column + private Data misesàjourData() {} + +} diff --git a/Generateur/tested/Football.java b/Generateur/tested/Football.java new file mode 100644 index 0000000..1ad2c4c --- /dev/null +++ b/Generateur/tested/Football.java @@ -0,0 +1,6 @@ +@Entity +public class Football extends Sport { + @Embedded + public Collection mitempss ; + +} diff --git a/Generateur/tested/MiTemps.java b/Generateur/tested/MiTemps.java new file mode 100644 index 0000000..fed1d72 --- /dev/null +++ b/Generateur/tested/MiTemps.java @@ -0,0 +1,7 @@ +@Embeddable +public class MiTemps { + + @Column + private Integer numéro_mitemps ; + +} diff --git a/Generateur/tested/Pari.java b/Generateur/tested/Pari.java new file mode 100644 index 0000000..6d1e080 --- /dev/null +++ b/Generateur/tested/Pari.java @@ -0,0 +1,29 @@ +@Entity +public class Pari { + @ManyToOne + public Bookmaker bookmaker;One + @ManyToOne + public Parieur parieur; + + @Column + private Integer pari_ID ; + + @Column + private Parieur Parieur ; + + @Column + private Événement Événement ; + + @Column + private String TypePari ; + + @Column + private String RésultatParié ; + + @Column + private Float Montant ; + + @Column + private Float Cote ; + +} diff --git a/Generateur/tested/PariAvancé.java b/Generateur/tested/PariAvancé.java new file mode 100644 index 0000000..ea57b6a --- /dev/null +++ b/Generateur/tested/PariAvancé.java @@ -0,0 +1,12 @@ +@Entity +public class PariAvancé extends Pari { + @ManyToOne + public Événement événement; + + @Column + private String Type ; + + @Column + private String Intervalle ; + +} diff --git a/Generateur/tested/PariSimple.java b/Generateur/tested/PariSimple.java new file mode 100644 index 0000000..cc73df4 --- /dev/null +++ b/Generateur/tested/PariSimple.java @@ -0,0 +1,18 @@ +@Entity +public class PariSimple extends Pari { + @ManyToOne + public Événement événement; + + @Column + private String Issue ; + + @Column + private Datetime HeureLimite ; + + @Column + private Integer PointsAvanceÉquipe1 ; + + @Column + private Integer PointsAvanceÉquipe2 ; + +} diff --git a/Generateur/tested/Parieur.java b/Generateur/tested/Parieur.java new file mode 100644 index 0000000..b9020f8 --- /dev/null +++ b/Generateur/tested/Parieur.java @@ -0,0 +1,21 @@ +@Entity +public class Parieur { + @OneToMany (mappedBy= "parieur") + public Collection paris; + + @Column + private Integer parieur_ID ; + + @Column + private String aprieur_Nom ; + + @Column + private Float Solde ; + + @Column + private Integer capital_jetons ; + + @Column + private void placerUnPari() {} + +} diff --git a/Generateur/tested/Participant.java b/Generateur/tested/Participant.java new file mode 100644 index 0000000..682bf5a --- /dev/null +++ b/Generateur/tested/Participant.java @@ -0,0 +1,24 @@ +@Entity +public class Participant { + @ManyToOne + public Événement événement; + + @Column + private Integer participant_ID ; + + @Column + private String aprticipant_Nom ; + + @Column + private String PArticipant_Type ; + + @Column + private Integer getID() {} + + @Column + private String getNom() {} + + @Column + private String getType() {} + +} diff --git a/Generateur/tested/QuartTemps.java b/Generateur/tested/QuartTemps.java new file mode 100644 index 0000000..63b25e1 --- /dev/null +++ b/Generateur/tested/QuartTemps.java @@ -0,0 +1,7 @@ +@Embeddable +public class QuartTemps { + + @Column + private Integer numéro_quarttemps ; + +} diff --git a/Generateur/tested/Sets.java b/Generateur/tested/Sets.java new file mode 100644 index 0000000..0ddc9df --- /dev/null +++ b/Generateur/tested/Sets.java @@ -0,0 +1,7 @@ +@Embeddable +public class Sets { + + @Column + private Integer numéro_set ; + +} diff --git a/Generateur/tested/Sport.java b/Generateur/tested/Sport.java new file mode 100644 index 0000000..07cd307 --- /dev/null +++ b/Generateur/tested/Sport.java @@ -0,0 +1,12 @@ +@Entity +public class Sport { + @OneToOne + public Événement événement + + @Column + private String sport_Nom ; + + @Column + private String getNom() {} + +} diff --git a/Generateur/tested/Tennis.java b/Generateur/tested/Tennis.java new file mode 100644 index 0000000..5e62f5f --- /dev/null +++ b/Generateur/tested/Tennis.java @@ -0,0 +1,6 @@ +@Entity +public class Tennis extends Sport { + @Embedded + public Collection setss ; + +} diff --git a/Generateur/tested/Événement.java b/Generateur/tested/Événement.java new file mode 100644 index 0000000..dd89d41 --- /dev/null +++ b/Generateur/tested/Événement.java @@ -0,0 +1,39 @@ +@Entity +public class Événement { + @OneToMany (mappedBy= "événement") + public Collection pariavancés; + @OneToMany (mappedBy= "événement") + public Collection parisimples; + @OneToMany (mappedBy= "événement") + public Collection participants; + @OneToOne + public Sport sport + + @Column + private Integer event_ID ; + + @Column + private String evennt_Nom ; + + @Column + private Date Date ; + + @Column + private String Sport ; + + @Column + private Integer Numéro_période ; + + @Column + private String Score ; + + @Column + private Integer getID() {} + + @Column + private String getNom() {} + + @Column + private Date getDate() {} + +} diff --git a/DotUML/diag_states/.gitkeep b/OpenXAVA/workspace/.metadata/.lock old mode 100644 new mode 100755 similarity index 100% rename from DotUML/diag_states/.gitkeep rename to OpenXAVA/workspace/.metadata/.lock diff --git a/OpenXAVA/workspace/.metadata/.log b/OpenXAVA/workspace/.metadata/.log new file mode 100755 index 0000000..649d9d8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.log @@ -0,0 +1,6633 @@ +!SESSION 2020-12-16 18:50:53.550 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 + +!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2020-12-16 18:55:46.816 +!MESSAGE Connection to https://mirrors.dotsrc.org/eclipse//eclipse/updates/4.18/R-4.18-202012021800/plugins/org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz failed on peer not authenticated. Retry attempt 0 started +!STACK 0 +javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated + at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:504) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) + at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1003) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:995) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:991) + at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:76) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2020-12-16 18:56:13.558 +!MESSAGE Connection to https://mirrors.dotsrc.org/eclipse//eclipse/updates/4.18/R-4.18-202012021800/plugins/org.junit_4.13.0.v20200204-1500.jar.pack.gz failed on peer not authenticated. Retry attempt 0 started +!STACK 0 +javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated + at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:504) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) + at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1003) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:995) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:991) + at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:76) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2020-12-16 18:56:19.076 +!MESSAGE Connection to https://mirrors.dotsrc.org/eclipse//eclipse/updates/4.18/R-4.18-202012021800/plugins/org.junit.platform.launcher_1.7.0.v20201026-1537.jar.pack.gz failed on peer not authenticated. Retry attempt 0 started +!STACK 0 +javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated + at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:504) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) + at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1003) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:995) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:991) + at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:76) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +!SESSION 2020-12-16 18:57:25.145 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data file:/C:/Users/javie/java/openxava-studio-6.5/workspace/ + +!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2020-12-16 18:58:43.457 +!MESSAGE Connection to https://eclipse.mirror.liteserver.nl/releases/2020-12/202012161000/plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz failed on peer not authenticated. Retry attempt 0 started +!STACK 0 +javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated + at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:504) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) + at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1003) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:995) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:991) + at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:76) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2020-12-16 18:58:53.498 +!MESSAGE Connection to https://eclipse.mirror.liteserver.nl/releases/2020-12/202012161000/plugins/org.eclipse.wst.sse.core_1.2.500.v202008090735.jar.pack.gz failed on peer not authenticated. Retry attempt 0 started +!STACK 0 +javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated + at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:504) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) + at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1003) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:995) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:991) + at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:76) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2020-12-16 18:58:58.930 +!MESSAGE Connection to https://eclipse.mirror.liteserver.nl/releases/2020-12/202012161000/plugins/org.eclipse.wst.xsd.ui_1.3.400.v202008091424.jar.pack.gz failed on peer not authenticated. Retry attempt 0 started +!STACK 0 +javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated + at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:504) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) + at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1003) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:995) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:991) + at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:76) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2020-12-16 18:58:58.956 +!MESSAGE Connection to https://rhlx01.hs-esslingen.de/pub/Mirrors/eclipse/releases/2020-12/202012161000/plugins/org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz failed on peer not authenticated. Retry attempt 0 started +!STACK 0 +javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated + at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:504) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) + at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1003) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:995) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:991) + at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:76) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2020-12-16 18:59:01.267 +!MESSAGE Connection to https://mirrors.dotsrc.org/eclipse//releases/2020-12/202012161000/plugins/org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz failed on peer not authenticated. Retry attempt 0 started +!STACK 0 +javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated + at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:504) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437) + at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) + at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) + at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) + at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) + at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) + at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) + at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) + at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) + at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) + at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1003) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:995) + at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:991) + at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:76) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +!SESSION 2020-12-16 19:13:36.242 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data file:/C:/Users/javie/java/openxava-studio-6.5/workspace/ + +!ENTRY org.eclipse.ui 2 0 2020-12-16 19:14:48.985 +!MESSAGE Warnings while parsing the images from the 'org.eclipse.ui.commandImages' extension point. +!SUBENTRY 1 org.eclipse.ui 2 0 2020-12-16 19:14:48.985 +!MESSAGE Cannot bind to an undefined command: plug-in='com.genuitec.eclipse.theming.ui', id='com.genuitec.myeclipse.help.darktheme.commandid' + +!ENTRY com.genuitec.eclipse.theming.ui 1 0 2020-12-16 19:14:50.456 +!MESSAGE A DevStyle Theme is being activated on this workspace; preparing colors and configuration + +!ENTRY com.genuitec.eclipse.theming.ui 1 0 2020-12-16 19:14:50.518 +!MESSAGE DevStyle has archived current color configurations to alternate preferences - will be restored when switching out of the DevStyle Theme + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-16 19:14:59.619 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-16 19:17:07.118 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data file:/C:/Users/javie/java/openxava-studio-6.5/workspace/ + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-16 19:17:24.981 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-16 19:34:15.896 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-16 19:34:36.802 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-16 19:51:39.195 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-16 19:52:02.663 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-16 20:14:48.652 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-16 20:15:25.463 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-16 20:55:53.608 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-16 20:56:14.037 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-16 21:28:34.463 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-16 21:28:53.375 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-16 21:41:48.640 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-16 21:42:06.809 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. + +!ENTRY org.eclipse.ui 4 4 2020-12-16 21:45:30.372 +!MESSAGE Plug-in 'org.eclipse.egit.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.search.menu' is invalid): org.eclipse.egit.ui.actions.OpenCommitSearchPage +!SESSION 2020-12-17 19:39:22.551 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 19:40:13.411 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-17 19:41:30.069 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 19:41:48.126 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-17 19:42:58.532 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 19:43:16.777 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-17 19:44:08.674 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 19:44:30.723 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-17 19:45:34.703 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 19:45:56.839 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-17 19:46:47.623 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 19:47:09.642 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-17 19:49:39.914 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 19:50:00.294 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-17 19:50:49.291 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 19:51:07.380 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-17 21:35:39.137 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-17 21:36:44.116 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2020-12-21 19:17:20.548 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.egit.ui 2 0 2020-12-21 19:18:25.170 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-02-03 18:53:38.365 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2021-02-03 18:54:47.015 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-04-13 14:47:17.811 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2021-04-13 14:48:43.430 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-04-13 14:59:41.990 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2021-04-13 15:00:06.805 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-05-28 14:15:42.287 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2021-05-28 14:15:59.494 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javi'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. + +!ENTRY org.eclipse.core.resources 4 2 2021-05-28 14:16:03.255 +!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources". +!STACK 0 +java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.JavaProject.loadModulesInJimage(JavaProject.java:950) + at org.eclipse.jdt.internal.core.JavaProject.computePackageFragmentRoots(JavaProject.java:749) + at org.eclipse.jdt.internal.core.JavaProject.computePackageFragmentRoots(JavaProject.java:653) + at org.eclipse.jdt.internal.core.ClasspathChange.generateDelta(ClasspathChange.java:345) + at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2127) + at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477) + at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:305) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:295) + at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:158) + at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:380) + at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1502) + at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:49) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +!SESSION 2021-05-28 14:16:39.525 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2021-05-28 14:16:53.910 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javi'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-07-09 14:56:58.241 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2021-07-09 14:57:15.009 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javi'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-07-09 15:01:28.561 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2021-07-09 15:01:41.700 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javi'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2021-10-26 11:07:09.879 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES +Command-line arguments: -os win32 -ws win32 -arch x86_64 -data workspace + +!ENTRY org.eclipse.egit.ui 2 0 2021-10-26 11:08:15.134 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\javie'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. + +!ENTRY org.eclipse.core.resources 4 2 2021-10-26 11:08:17.576 +!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources". +!STACK 0 +java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.JavaProject.loadModulesInJimage(JavaProject.java:950) + at org.eclipse.jdt.internal.core.JavaProject.computePackageFragmentRoots(JavaProject.java:749) + at org.eclipse.jdt.internal.core.JavaProject.computePackageFragmentRoots(JavaProject.java:653) + at org.eclipse.jdt.internal.core.ClasspathChange.generateDelta(ClasspathChange.java:345) + at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2127) + at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477) + at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:305) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:295) + at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:158) + at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:380) + at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1502) + at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:49) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.jdt.core 4 4 2021-10-26 11:08:24.048 +!MESSAGE Exception while reading last build state for: P/OpenXava +!STACK 1 +org.eclipse.core.runtime.CoreException: Error reading last build state for project OpenXava + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4161) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + ... 15 more +!SUBENTRY 1 org.eclipse.jdt.core 4 2 2021-10-26 11:08:24.048 +!MESSAGE Error reading last build state for project OpenXava +!STACK 0 +java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.jdt.core 4 4 2021-10-26 11:08:25.083 +!MESSAGE Exception while reading last build state for: P/Addons +!STACK 1 +org.eclipse.core.runtime.CoreException: Error reading last build state for project Addons + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4161) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + ... 15 more +!SUBENTRY 1 org.eclipse.jdt.core 4 2 2021-10-26 11:08:25.091 +!MESSAGE Error reading last build state for project Addons +!STACK 0 +java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +!SESSION 2021-10-26 11:38:03.685 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jdt.core 4 4 2021-10-26 11:40:24.256 +!MESSAGE Exception while reading last build state for: P/OpenXava +!STACK 1 +org.eclipse.core.runtime.CoreException: Error reading last build state for project OpenXava + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4161) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.initialize(JRTUtil.java:365) + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.(JRTUtil.java:357) + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.getNewJrtFileSystem(JRTUtil.java:344) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.lambda$0(JRTUtil.java:119) + at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(Unknown Source) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.getJrtSystem(JRTUtil.java:117) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + ... 15 more +!SUBENTRY 1 org.eclipse.jdt.core 4 2 2021-10-26 11:40:24.270 +!MESSAGE Error reading last build state for project OpenXava +!STACK 0 +java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.initialize(JRTUtil.java:365) + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.(JRTUtil.java:357) + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.getNewJrtFileSystem(JRTUtil.java:344) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.lambda$0(JRTUtil.java:119) + at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(Unknown Source) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.getJrtSystem(JRTUtil.java:117) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.jdt.core 4 4 2021-10-26 11:40:26.905 +!MESSAGE Exception while reading last build state for: P/Addons +!STACK 1 +org.eclipse.core.runtime.CoreException: Error reading last build state for project Addons + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4161) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.initialize(JRTUtil.java:365) + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.(JRTUtil.java:357) + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.getNewJrtFileSystem(JRTUtil.java:344) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.lambda$0(JRTUtil.java:119) + at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(Unknown Source) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.getJrtSystem(JRTUtil.java:117) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + ... 15 more +!SUBENTRY 1 org.eclipse.jdt.core 4 2 2021-10-26 11:40:26.905 +!MESSAGE Error reading last build state for project Addons +!STACK 0 +java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.initialize(JRTUtil.java:365) + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.(JRTUtil.java:357) + at org.eclipse.jdt.internal.compiler.util.JrtFileSystem.getNewJrtFileSystem(JRTUtil.java:344) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.lambda$0(JRTUtil.java:119) + at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(Unknown Source) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.getJrtSystem(JRTUtil.java:117) + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +!SESSION 2022-01-10 10:59:54.047 ----------------------------------------------- +eclipse.buildId=4.18.0.I20201202-1800 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jdt.core 4 4 2022-01-10 11:00:15.764 +!MESSAGE Exception while reading last build state for: P/OpenXava +!STACK 1 +org.eclipse.core.runtime.CoreException: Error reading last build state for project OpenXava + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4161) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + ... 15 more +!SUBENTRY 1 org.eclipse.jdt.core 4 2 2022-01-10 11:00:15.765 +!MESSAGE Error reading last build state for project OpenXava +!STACK 0 +java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.jdt.core 4 4 2022-01-10 11:00:16.894 +!MESSAGE Exception while reading last build state for: P/Addons +!STACK 1 +org.eclipse.core.runtime.CoreException: Error reading last build state for project Addons + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4161) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + ... 15 more +!SUBENTRY 1 org.eclipse.jdt.core 4 2 2022-01-10 11:00:16.894 +!MESSAGE Error reading last build state for project Addons +!STACK 0 +java.lang.NullPointerException + at org.eclipse.jdt.internal.compiler.util.JRTUtil.walkModuleImage(JRTUtil.java:173) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.loadModules(ClasspathJrt.java:132) + at org.eclipse.jdt.internal.core.builder.ClasspathJrt.(ClasspathJrt.java:69) + at org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(ClasspathLocation.java:146) + at org.eclipse.jdt.internal.core.builder.State.readBinaryLocations(State.java:369) + at org.eclipse.jdt.internal.core.builder.State.read(State.java:260) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.readState(JavaBuilder.java:161) + at org.eclipse.jdt.internal.core.JavaModelManager.readState(JavaModelManager.java:4153) + at org.eclipse.jdt.internal.core.JavaModelManager.getLastBuiltState(JavaModelManager.java:2287) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.getLastState(JavaBuilder.java:456) + at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:189) + at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:845) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:228) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:276) + at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:329) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:332) + at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:384) + at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405) + at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154) + at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:244) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +!SESSION 2022-05-05 11:25:10.846 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.jface 2 0 2022-05-05 11:25:28.420 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-05 11:25:28.421 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@70a54731, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@36d5c2ce, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-05 11:25:28.421 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6369d01c, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@54e680fe, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-05-05 11:25:35.972 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.search.SearchResultView" id and the "Classic Search" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled +!SESSION 2022-05-05 11:26:41.126 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data file:/home/javi/java/openxava-studio-7m1/workspace/ -clean + +!ENTRY org.eclipse.jface 2 0 2022-05-05 11:26:52.629 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-05 11:26:52.629 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@53d15034, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@9976b27, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-05 11:26:52.629 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4fe9a396, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@462b239f, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-05 11:30:18.721 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-05 11:30:27.572 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-05 11:30:27.573 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2a2b3aff, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4bc9451b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-05 11:30:27.573 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-05 13:20:53.565 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-05 13:21:06.217 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-05 13:21:06.217 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-05 13:21:06.218 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-10 10:11:04.891 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-10 10:11:23.262 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-10 10:11:23.264 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6987b74e, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-10 10:11:23.264 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@22e95960, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@63846fa4, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-12 09:47:09.638 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-12 09:47:28.123 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-12 09:47:28.123 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-12 09:47:28.123 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-16 09:38:13.467 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-16 09:38:30.747 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-16 09:38:30.747 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2b3d03b2, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@542beecb, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-16 09:38:30.747 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@332fa6ce, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2cc9a948, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-17 09:44:12.638 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-17 09:44:26.181 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-17 09:44:26.196 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6987b74e, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@22e95960, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-17 09:44:26.196 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@63846fa4, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@206b959c, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-17 13:38:50.052 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-17 13:38:59.040 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-17 13:38:59.043 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-17 13:38:59.044 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-17 13:50:00.369 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-17 13:50:09.372 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-17 13:50:09.372 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-17 13:50:09.372 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-17 13:58:52.665 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-17 13:59:02.101 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-17 13:59:02.102 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-17 13:59:02.102 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-19 09:44:08.457 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-19 09:44:17.496 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-19 09:44:17.496 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6987b74e, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@22e95960, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-19 09:44:17.496 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@63846fa4, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@206b959c, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-19 11:06:42.438 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-19 11:06:52.231 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-19 11:06:52.232 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-19 11:06:52.232 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-23 09:36:45.692 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-23 09:37:00.046 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-23 09:37:00.047 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6d4c7248, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@178ebac3, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-23 09:37:00.047 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@17063c32, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@79c2bc34, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-24 09:43:20.403 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-24 09:43:43.556 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-24 09:43:43.556 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2b3d03b2, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@542beecb, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-24 09:43:43.556 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@332fa6ce, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2cc9a948, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-24 14:27:33.728 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-24 14:27:50.840 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-24 14:27:50.840 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2b3d03b2, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@542beecb, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-24 14:27:50.840 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@332fa6ce, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2cc9a948, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-26 09:49:33.280 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-26 09:49:46.013 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-26 09:49:46.013 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6d4c7248, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@178ebac3, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-26 09:49:46.013 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@17063c32, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@79c2bc34, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-30 09:37:41.839 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-30 09:37:52.427 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-30 09:37:52.427 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-30 09:37:52.427 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-05-31 09:47:05.739 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-05-31 09:47:15.842 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-31 09:47:15.842 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-05-31 09:47:15.842 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-02 09:38:39.774 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-02 09:38:49.987 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-02 09:38:49.987 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-02 09:38:49.987 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-02 13:22:18.218 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-02 13:22:27.593 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-02 13:22:27.594 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-02 13:22:27.594 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-06 12:31:03.394 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-06 12:31:13.646 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-06 12:31:13.646 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-06 12:31:13.646 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-06 14:10:51.646 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-06 14:11:00.961 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-06 14:11:00.961 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-06 14:11:00.961 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-07 09:47:01.339 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-07 09:47:26.197 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-07 09:47:26.203 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2b3d03b2, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@542beecb, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-07 09:47:26.203 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@332fa6ce, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2cc9a948, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-07 10:52:37.558 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-07 10:52:47.224 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-07 10:52:47.227 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-07 10:52:47.227 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-07 12:39:14.966 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-07 12:39:24.343 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-07 12:39:24.344 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-07 12:39:24.344 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-07 13:03:47.568 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-07 13:03:57.242 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-07 13:03:57.246 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-07 13:03:57.246 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-13 12:35:50.372 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-13 12:36:03.014 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-13 12:36:03.018 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6987b74e, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@22e95960, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-13 12:36:03.018 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@63846fa4, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@206b959c, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-13 14:24:41.397 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-13 14:24:50.479 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-13 14:24:50.481 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@74a3160d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@77978658, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-13 14:24:50.482 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@498b697, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f8da82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-14 09:41:49.169 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-14 09:42:19.323 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-14 09:42:19.323 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6d4c7248, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@178ebac3, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-14 09:42:19.323 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@17063c32, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@79c2bc34, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-06-14 09:42:39.738 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20220613, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-06-14 09:42:40.648 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20220613, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-06-14 09:42:44.590 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/codetogether/updates/ct20220524/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:44.950 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.core.common.platform,13.0.2.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:44.955 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.inlinesearch,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:44.955 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.meexplorer,13.0.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:44.977 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.meexplorer.jdt,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:45.779 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.monitor,13.0.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:45.944 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.news,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:45.945 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.patches,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:46.257 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.startup,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:46.371 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.startup.workspace,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:46.380 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.base,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:46.461 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.core,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:46.806 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.css,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:47.110 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.epl,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:47.198 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.scrollbar,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:48.563 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.ui,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:48.947 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.ui.common.platform,13.0.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:48.990 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.webclipse.evergreen,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:49.625 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.webicons,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:50.073 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipsecolortheme.api,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:51.130 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.base.feature,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:51.641 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.common.explorer.jdt.feature,1.11.0.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:51.945 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.core.common.rss,13.0.2.202206131352. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-06-14 09:42:51.955 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.theming.core.feature,1.11.0.202206131352. +!SESSION 2022-06-16 09:46:57.362 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-16 09:47:16.163 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-16 09:47:16.163 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@35dc849b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@276aa33f, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-16 09:47:16.163 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@34065642, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@c85486, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-20 09:37:10.918 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-20 09:37:22.951 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-20 09:37:22.951 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6a8da5c5, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@160e45c8, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-20 09:37:22.952 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7f9dbe11, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@17e8caf2, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-21 09:51:10.392 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-21 09:51:31.674 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-21 09:51:31.674 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@40105b39, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@72a61e61, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-21 09:51:31.674 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@282aea3c, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@54a5799f, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-06-23 09:46:33.114 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-06-23 09:46:58.832 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-23 09:46:58.836 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7f9dbe11, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@17e8caf2, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-06-23 09:46:58.836 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@104cf647, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7488c183, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-08 11:17:56.371 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-09-08 11:18:13.717 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-08 11:18:13.717 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6a8da5c5, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@160e45c8, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-08 11:18:13.717 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7f9dbe11, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@17e8caf2, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-09-08 11:18:58.137 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20220613a, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-09-08 11:19:00.509 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20220613a, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-09-08 11:19:14.021 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/codetogether/updates/ct20220704/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:14.741 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.inlinesearch,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:14.741 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.core.common.rss,13.0.2.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:14.744 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.meexplorer,13.0.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:14.802 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.core.common.platform,13.0.2.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:16.686 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.meexplorer.jdt,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:16.723 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.monitor,13.0.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:16.762 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.news,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:17.506 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.patches,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:17.577 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.startup,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:18.030 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.startup.workspace,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:18.239 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.base,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:18.801 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.core,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:19.248 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.css,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:19.266 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.epl,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:19.886 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.scrollbar,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:20.532 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.ui,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:20.579 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.ui.common.platform,13.0.0.202206271604. + +!ENTRY org.eclipse.core.jobs 4 2 2022-09-08 11:19:20.601 +!MESSAGE An internal error occurred during: "Install download1". +!STACK 0 +java.lang.NullPointerException + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact(SimpleArtifactRepository.java:748) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact(SimpleArtifactRepository.java:672) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:804) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.getArtifact(MirrorRequest.java:319) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transferSingle(MirrorRequest.java:289) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transfer(MirrorRequest.java:225) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.perform(MirrorRequest.java:155) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:787) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.DownloadJob.run(DownloadJob.java:64) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.jobs 4 2 2022-09-08 11:19:20.614 +!MESSAGE An internal error occurred during: "Install download2". +!STACK 0 +java.lang.NullPointerException + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact(SimpleArtifactRepository.java:748) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact(SimpleArtifactRepository.java:672) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:804) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.getArtifact(MirrorRequest.java:319) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transferSingle(MirrorRequest.java:289) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transfer(MirrorRequest.java:225) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.perform(MirrorRequest.java:155) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:787) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.DownloadJob.run(DownloadJob.java:64) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:20.968 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.webclipse.evergreen,1.11.0.202206271604. + +!ENTRY org.eclipse.core.jobs 4 2 2022-09-08 11:19:20.978 +!MESSAGE An internal error occurred during: "Install download0". +!STACK 0 +java.lang.NullPointerException + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact(SimpleArtifactRepository.java:748) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact(SimpleArtifactRepository.java:672) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:804) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.getArtifact(MirrorRequest.java:319) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transferSingle(MirrorRequest.java:289) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transfer(MirrorRequest.java:225) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.perform(MirrorRequest.java:155) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:787) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.DownloadJob.run(DownloadJob.java:64) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-08 11:19:20.983 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.webicons,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.engine 4 4 2022-09-08 11:19:21.000 +!MESSAGE An error occurred while committing the engine session for profile: SDKProfile. +!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2022-09-08 11:19:21.000 +!MESSAGE An error occurred while undoing the org.eclipse.equinox.internal.p2.engine.phases.Collect phase. +!STACK 0 +java.lang.NullPointerException + at org.eclipse.equinox.internal.p2.engine.EngineSession.getProfileDataDirectory(EngineSession.java:81) + at org.eclipse.equinox.internal.p2.engine.Phase.prePerform(Phase.java:117) + at org.eclipse.equinox.internal.p2.engine.EngineSession.rollBackPhase(EngineSession.java:233) + at org.eclipse.equinox.internal.p2.engine.EngineSession.rollback(EngineSession.java:182) + at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:89) + at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:48) + at org.eclipse.equinox.p2.operations.ProvisioningSession.performProvisioningPlan(ProvisioningSession.java:181) + at com.genuitec.eclipse.webclipse.evergreen.internal.EvergreenUpdateProcess.run(EvergreenUpdateProcess.java:264) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.jobs 4 2 2022-09-08 11:19:21.013 +!MESSAGE An internal error occurred during: "Install download3". +!STACK 0 +java.lang.NullPointerException + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact(SimpleArtifactRepository.java:748) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact(SimpleArtifactRepository.java:672) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:804) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.getArtifact(MirrorRequest.java:319) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transferSingle(MirrorRequest.java:289) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transfer(MirrorRequest.java:225) + at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.perform(MirrorRequest.java:155) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:787) + at org.eclipse.equinox.internal.p2.artifact.repository.simple.DownloadJob.run(DownloadJob.java:64) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.jobs 4 2 2022-09-08 11:19:21.030 +!MESSAGE An internal error occurred during: "Updating DevStyle...". +!STACK 0 +java.lang.IllegalStateException: BundleContext is no longer valid org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840 [176] + at org.eclipse.osgi.internal.framework.BundleContextImpl.checkValid(BundleContextImpl.java:1026) + at org.eclipse.osgi.internal.framework.BundleContextImpl.getServiceReference(BundleContextImpl.java:594) + at org.eclipse.osgi.internal.framework.BundleContextImpl.getServiceReference(BundleContextImpl.java:1056) + at org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper.getService(ServiceHelper.java:32) + at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.getSharedPreferences(AbstractRepositoryManager.java:521) + at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.restoreRepositories(AbstractRepositoryManager.java:1034) + at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.removeRepository(AbstractRepositoryManager.java:946) + at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.removeRepository(AbstractRepositoryManager.java:938) + at com.genuitec.eclipse.webclipse.evergreen.internal.RepositoryController.clearRepositories(RepositoryController.java:152) + at com.genuitec.eclipse.webclipse.evergreen.internal.EvergreenUpdateProcess.run(EvergreenUpdateProcess.java:284) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +!SESSION 2022-09-08 12:13:13.622 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-09-08 12:13:25.334 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-08 12:13:25.334 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@f0381f0, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7d8d671b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-08 12:13:25.334 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@28b68067, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@19540247, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-08 17:00:55.422 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-09-08 17:01:11.235 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-08 17:01:11.237 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@386f88b3, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@662e5590, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-08 17:01:11.237 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1885905b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@23e573e, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-12 10:20:07.951 ----------------------------------------------- +eclipse.buildId=4.23.0.I20220308-0310 +java.version=11.0.2 +java.vendor=Oracle Corporation +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:20:18.073 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:20:18.073 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@716eae1, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7ffe8a82, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:20:18.073 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@430f0c63, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@25a52a60, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-12 10:32:06.424 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 + +!ENTRY org.eclipse.core.runtime 4 0 2022-09-12 10:33:03.025 +!MESSAGE Invalid input url:platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:293) + at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:208) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:240) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 4 0 2022-09-12 10:33:03.036 +!MESSAGE Unable to resolve plug-in "org.eclipse.jdt.ui". +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:73) + at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:69) + at org.eclipse.osgi.internal.url.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:123) + at java.base/java.net.URL.openConnection(Unknown Source) + at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:34) + at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:263) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:244) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.core.runtime 4 0 2022-09-12 10:33:03.038 +!MESSAGE Invalid input url:platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:293) + at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:208) + at org.eclipse.jface.resource.URLImageDescriptor.getStream(URLImageDescriptor.java:167) + at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:135) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageDataProvider.getImageData(URLImageDescriptor.java:78) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImageDataAtZoom(DPIUtil.java:404) + at org.eclipse.swt.graphics.Image.(Image.java:659) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:33:03.040 +!MESSAGE The image could not be loaded: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png) +!STACK 0 +org.eclipse.jface.resource.DeviceResourceException: Unable to create resource URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:232) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.core.runtime 4 0 2022-09-12 10:33:03.041 +!MESSAGE Invalid input url:platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.junit". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:293) + at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:208) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:240) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 4 0 2022-09-12 10:33:03.042 +!MESSAGE Unable to resolve plug-in "org.eclipse.jdt.junit". +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.junit". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:73) + at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:69) + at org.eclipse.osgi.internal.url.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:123) + at java.base/java.net.URL.openConnection(Unknown Source) + at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:34) + at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:263) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:244) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.core.runtime 4 0 2022-09-12 10:33:03.042 +!MESSAGE Invalid input url:platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.junit". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:293) + at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:208) + at org.eclipse.jface.resource.URLImageDescriptor.getStream(URLImageDescriptor.java:167) + at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:135) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageDataProvider.getImageData(URLImageDescriptor.java:78) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImageDataAtZoom(DPIUtil.java:404) + at org.eclipse.swt.graphics.Image.(Image.java:659) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:33:03.049 +!MESSAGE The image could not be loaded: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png) +!STACK 0 +org.eclipse.jface.resource.DeviceResourceException: Unable to create resource URLImageDescriptor(platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:232) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.e4.ui.workbench 4 0 2022-09-12 10:33:04.034 +!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://com.genuitec.eclipse.meexplorer/com.genuitec.eclipse.meexplorer.breadcrumb.e4.BreadCrumbContainer + +!ENTRY org.eclipse.ui 2 2 2022-09-12 10:33:04.925 +!MESSAGE Perspective with name 'Java' and id 'org.eclipse.jdt.ui.JavaPerspective' has been made into a local copy + +!ENTRY org.eclipse.core.runtime 4 0 2022-09-12 10:33:05.180 +!MESSAGE Invalid input url:platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:293) + at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:208) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:240) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 4 0 2022-09-12 10:33:05.181 +!MESSAGE Unable to resolve plug-in "org.eclipse.jdt.ui". +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:73) + at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:69) + at org.eclipse.osgi.internal.url.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:123) + at java.base/java.net.URL.openConnection(Unknown Source) + at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:34) + at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:263) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:244) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.core.runtime 4 0 2022-09-12 10:33:05.185 +!MESSAGE Invalid input url:platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:293) + at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:208) + at org.eclipse.jface.resource.URLImageDescriptor.getStream(URLImageDescriptor.java:167) + at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:135) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageDataProvider.getImageData(URLImageDescriptor.java:78) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImageDataAtZoom(DPIUtil.java:404) + at org.eclipse.swt.graphics.Image.(Image.java:659) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:33:05.186 +!MESSAGE The image could not be loaded: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png) +!STACK 0 +org.eclipse.jface.resource.DeviceResourceException: Unable to create resource URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:232) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.core.runtime 4 0 2022-09-12 10:33:05.186 +!MESSAGE Invalid input url:platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:293) + at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:208) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:240) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 4 0 2022-09-12 10:33:05.187 +!MESSAGE Unable to resolve plug-in "org.eclipse.jdt.ui". +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:73) + at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:69) + at org.eclipse.osgi.internal.url.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:123) + at java.base/java.net.URL.openConnection(Unknown Source) + at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:34) + at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:263) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:244) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.core.runtime 4 0 2022-09-12 10:33:05.187 +!MESSAGE Invalid input url:platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png +!STACK 0 +java.io.IOException: Unable to resolve plug-in "org.eclipse.jdt.ui". + at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) + at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:293) + at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:208) + at org.eclipse.jface.resource.URLImageDescriptor.getStream(URLImageDescriptor.java:167) + at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:135) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageDataProvider.getImageData(URLImageDescriptor.java:78) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImageDataAtZoom(DPIUtil.java:404) + at org.eclipse.swt.graphics.Image.(Image.java:659) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:33:05.187 +!MESSAGE The image could not be loaded: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png) +!STACK 0 +org.eclipse.jface.resource.DeviceResourceException: Unable to create resource URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:232) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:206) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:228) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:238) + at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:794) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:205) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82) + at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:116) + at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:150) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:658) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) + at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.610 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.ant.ui.views.AntView" id and the "Ant" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.611 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.debug.ui.DisplayView" id and the "Debug Shell" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.611 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.junit.ResultView" id and the "JUnit" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.611 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.ui.PackageExplorer" id and the "Package Explorer" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.611 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.ui.TypeHierarchy" id and the "Type Hierarchy" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.611 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.ui.ProjectsView" id and the "Projects" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.612 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.ui.PackagesView" id and the "Packages" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.612 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.ui.TypesView" id and the "Types" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.612 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.ui.MembersView" id and the "Members" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.612 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.callhierarchy.view" id and the "Call Hierarchy" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.625 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.ui.texteditor.TemplatesView" id and the "Templates" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.625 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.ui.SourceView" id and the "Declaration" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.625 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.jdt.ui.JavadocView" id and the "Javadoc" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.628 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.gef.ui.palette_view" id and the "Palette" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.629 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.wst.common.snippets.internal.ui.SnippetsView" id and the "Snippets" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.629 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.wst.xml.ui.views.annotations.XMLAnnotationsView" id and the "Documentation" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.629 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.wst.xml.ui.contentmodel.view" id and the "Content Model" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.629 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.egit.ui.RepositoriesView" id and the "Git Repositories" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.629 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.egit.ui.StagingView" id and the "Git Staging" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.629 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.egit.ui.InteractiveRebaseView" id and the "Git Interactive Rebase" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.629 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.egit.ui.CompareTreeView" id and the "Git Tree Compare" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.629 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.egit.ui.ReflogView" id and the "Git Reflog" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.630 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.m2e.core.views.MavenRepositoryView" id and the "Maven Repositories" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.630 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.m2e.core.views.MavenBuild" id and the "Maven Workspace Build" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled + +!ENTRY org.eclipse.e4.ui.workbench 2 0 2022-09-12 10:33:05.630 +!MESSAGE Removing PartDescriptorImpl with the "org.eclipse.m2e.core.views.MavenLifecycleMappingsView" id and the "Maven Lifecycle Mappings" label.It points to the non available "bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" class. Bundle might have been uninstalled +!SESSION 2022-09-12 10:39:07.127 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -data file:/home/javi/dist/openxava-studio-7/workspace/ -os linux -ws gtk -arch x86_64 + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:39:17.548 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:39:17.548 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@105dc04d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@504b8705, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:39:17.548 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@24a8e40d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@175f859e, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.e4.ui.workbench 4 0 2022-09-12 10:39:18.704 +!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://com.genuitec.eclipse.meexplorer/com.genuitec.eclipse.meexplorer.breadcrumb.e4.BreadCrumbContainer + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:40:55.228 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.projectlombok.feature,1.18.24. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:40:55.232 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,org.projectlombok.agent,1.18.24. +!SESSION 2022-09-12 10:41:07.950 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -data file:/home/javi/dist/openxava-studio-7/workspace/ -os linux -ws gtk -arch x86_64 + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:41:16.700 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:41:16.700 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@13234ac9, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7254838, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:41:16.700 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@39374689, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2e204155, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.e4.ui.workbench 4 0 2022-09-12 10:41:17.581 +!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://com.genuitec.eclipse.meexplorer/com.genuitec.eclipse.meexplorer.breadcrumb.e4.BreadCrumbContainer + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-09-12 10:44:15.654 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20220613a, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-09-12 10:44:37.509 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/codetogether/updates/ct20220704/content.xml.xz, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-09-12 10:45:35.200 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20220613a, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2022-09-12 10:45:39.892 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/codetogether/updates/ct20220704/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:40.205 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.common.explorer.jdt.feature,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:40.205 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.core.common.platform,13.0.2.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:40.206 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.core.common.rss,13.0.2.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:40.216 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.base.feature,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:40.730 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.inlinesearch,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:40.732 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.meexplorer,13.0.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:41.089 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.meexplorer.jdt,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:41.493 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.monitor,13.0.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:41.566 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.news,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:41.763 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.patches,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:42.065 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.startup,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:42.319 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.startup.workspace,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:42.487 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.base,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:42.891 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.core,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:42.935 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.theming.core.feature,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:43.382 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.css,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:43.803 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.epl,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:44.209 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.scrollbar,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:44.665 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.ui,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:45.306 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.ui.common.platform,13.0.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:45.372 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.webclipse.evergreen,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:46.000 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.webicons,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:46.382 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipsecolortheme.api,1.11.0.202206271604. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:46.909 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.googlecode.json-simple,1.1.1.me201606061543. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:47.473 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,javax.websocket-api,1.1.0.201606171313. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2022-09-12 10:45:47.506 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.widgets.gallery,1.0.0.201706221838. +!SESSION 2022-09-12 10:46:03.866 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -data file:/home/javi/dist/openxava-studio-7/workspace/ -os linux -ws gtk -arch x86_64 + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:46:30.408 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:46:30.408 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7167d81b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7cadf3ca, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:46:30.408 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@34fcc5e3, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@737445ab, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-12 11:11:51.593 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.jface 2 0 2022-09-12 11:12:05.965 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 11:12:05.965 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4c599679, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@15fd3088, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 11:12:05.965 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@f13e0a2, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@329efc61, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.ui.ide 4 4 2022-09-12 11:23:28.902 +!MESSAGE File toolbar contribution item is missing +!SESSION 2022-09-12 13:23:39.866 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2022-09-12 13:23:49.836 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 13:23:49.836 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@614ae4eb, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2cd31214, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 13:23:49.836 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@594f508f, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6b6939e1, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-12 10:49:46.266 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Framework arguments: - clean +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace - clean + +!ENTRY org.eclipse.core.resources 4 567 2022-09-12 10:49:53.610 +!MESSAGE Workspace restored, but some problems occurred. +!SUBENTRY 1 org.eclipse.core.resources 4 567 2022-09-12 10:49:53.610 +!MESSAGE Could not read metadata for '.org.eclipse.egit.core.cmp'. +!STACK 1 +org.eclipse.core.internal.resources.ResourceException(/.org.eclipse.egit.core.cmp)[567]: java.lang.Exception: The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. + at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) + at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) + at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:908) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:895) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:875) + at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:731) + at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1587) + at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2547) + at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2252) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:525) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:1) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) + at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) + at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:321) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:264) + at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:499) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) + at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) + at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) + at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) + at org.eclipse.osgi.container.Module.doStart(Module.java:605) + at org.eclipse.osgi.container.Module.start(Module.java:468) + at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:513) + at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) + at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:570) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:335) + at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:397) + at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:41) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:496) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168) + at java.base/java.lang.ClassLoader.loadClass(Unknown Source) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:153) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) +!SUBENTRY 2 org.eclipse.core.resources 4 567 2022-09-12 10:49:53.611 +!MESSAGE The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. +!STACK 0 +java.lang.Exception: The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. + at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) + at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) + at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:908) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:895) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:875) + at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:731) + at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1587) + at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2547) + at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2252) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:525) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:1) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) + at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) + at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:321) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:264) + at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:499) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) + at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) + at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) + at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) + at org.eclipse.osgi.container.Module.doStart(Module.java:605) + at org.eclipse.osgi.container.Module.start(Module.java:468) + at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:513) + at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) + at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:570) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:335) + at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:397) + at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:41) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:496) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168) + at java.base/java.lang.ClassLoader.loadClass(Unknown Source) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:153) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 2 0 2022-09-12 10:50:01.900 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:50:01.900 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@3083e6ef, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6d57b264, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 10:50:01.900 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@782ed745, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@775a5a67, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-12 12:36:25.037 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.jface 2 0 2022-09-12 12:36:53.207 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 12:36:53.207 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1a22c1ba, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4930213b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-12 12:36:53.207 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@67372d20, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@25e24908, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-13 01:49:21.509 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.jface 2 0 2022-09-13 01:49:36.043 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-13 01:49:36.043 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1a22c1ba, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4930213b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-13 01:49:36.043 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@67372d20, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@25e24908, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-13 04:21:12.588 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.jface 2 0 2022-09-13 04:21:31.578 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-13 04:21:31.578 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1a22c1ba, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4930213b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-13 04:21:31.578 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@67372d20, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@25e24908, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2022-09-13 05:02:53.644 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace -clean + +!ENTRY org.eclipse.jface 2 0 2022-09-13 05:03:18.377 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-13 05:03:18.377 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2941631f, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6130a6f5, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2022-09-13 05:03:18.377 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@3fb0d9de, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@8ad6d29, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2024-02-13 08:17:20.838 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.core.resources 4 567 2024-02-13 08:17:26.981 +!MESSAGE Workspace restored, but some problems occurred. +!SUBENTRY 1 org.eclipse.core.resources 4 567 2024-02-13 08:17:26.981 +!MESSAGE Could not read metadata for '.org.eclipse.egit.core.cmp'. +!STACK 1 +org.eclipse.core.internal.resources.ResourceException(/.org.eclipse.egit.core.cmp)[567]: java.lang.Exception: The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. + at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) + at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) + at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:908) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:895) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:875) + at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:731) + at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1587) + at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2547) + at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2252) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:525) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:1) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) + at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) + at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:321) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:264) + at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:499) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) + at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) + at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) + at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) + at org.eclipse.osgi.container.Module.doStart(Module.java:605) + at org.eclipse.osgi.container.Module.start(Module.java:468) + at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:513) + at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) + at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:570) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:335) + at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:397) + at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:41) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:496) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168) + at java.base/java.lang.ClassLoader.loadClass(Unknown Source) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:153) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) +!SUBENTRY 2 org.eclipse.core.resources 4 567 2024-02-13 08:17:26.982 +!MESSAGE The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. +!STACK 0 +java.lang.Exception: The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. + at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) + at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) + at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:908) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:895) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:875) + at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:731) + at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1587) + at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2547) + at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2252) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:525) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:1) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) + at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) + at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:321) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:264) + at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:499) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) + at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) + at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) + at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) + at org.eclipse.osgi.container.Module.doStart(Module.java:605) + at org.eclipse.osgi.container.Module.start(Module.java:468) + at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:513) + at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) + at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:570) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:335) + at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:397) + at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:41) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:496) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168) + at java.base/java.lang.ClassLoader.loadClass(Unknown Source) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:153) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 2 0 2024-02-13 08:17:29.754 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2024-02-13 08:17:29.754 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@123e9094, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1f6ba47b, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2024-02-13 08:17:29.754 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1bb78ae, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@3ee2d546, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2024-02-13 08:17:34.646 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20230615, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2024-02-13 08:17:34.962 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20230615, see CVE-2021-41033. Consider using https instead. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:36.998 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.core.common.platform,13.0.2.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:36.999 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.meexplorer,13.0.1.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:36.999 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.core.common.rss,13.0.2.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:36.999 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.inlinesearch,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.188 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.monitor,13.0.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.188 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.meexplorer.jdt,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.206 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.news,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.299 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.patches,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.320 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.startup,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.360 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.startup.workspace,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.484 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.base,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.499 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.core,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.506 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.css,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.555 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.epl,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.591 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.scrollbar,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:37.914 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.theming.ui,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:38.037 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.ui.common.platform,13.0.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:38.100 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.webclipse.evergreen,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:38.417 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipse.webicons,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:38.486 +!MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.genuitec.eclipsecolortheme.api,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:38.559 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.base.feature,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:38.627 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.common.explorer.jdt.feature,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-02-13 08:17:38.647 +!MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.genuitec.eclipse.theming.core.feature,1.11.0.202306151725. + +!ENTRY org.eclipse.equinox.p2.repository 2 0 2024-02-13 09:47:30.366 +!MESSAGE Using unsafe http transport to retrieve http://downloads.genuitec.com/downloads/products/devstyle/updates/ds20230615, see CVE-2021-41033. Consider using https instead. +!SESSION 2024-03-15 15:08:06.303 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.core.resources 4 567 2024-03-15 15:08:18.302 +!MESSAGE Workspace restored, but some problems occurred. +!SUBENTRY 1 org.eclipse.core.resources 4 567 2024-03-15 15:08:18.302 +!MESSAGE Could not read metadata for '.org.eclipse.egit.core.cmp'. +!STACK 1 +org.eclipse.core.internal.resources.ResourceException(/.org.eclipse.egit.core.cmp)[567]: java.lang.Exception: The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. + at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) + at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) + at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:908) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:895) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:875) + at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:731) + at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1587) + at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2547) + at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2252) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:525) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:1) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) + at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) + at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:321) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:264) + at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:499) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) + at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) + at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) + at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) + at org.eclipse.osgi.container.Module.doStart(Module.java:605) + at org.eclipse.osgi.container.Module.start(Module.java:468) + at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:513) + at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) + at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:570) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:335) + at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:397) + at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:41) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:496) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168) + at java.base/java.lang.ClassLoader.loadClass(Unknown Source) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:153) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) +!SUBENTRY 2 org.eclipse.core.resources 4 567 2024-03-15 15:08:18.304 +!MESSAGE The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. +!STACK 0 +java.lang.Exception: The project description file (.project) for '.org.eclipse.egit.core.cmp' is missing. This file contains important information about the project. The project will not function properly until this file is restored. + at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) + at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) + at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:908) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:895) + at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:875) + at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:731) + at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1587) + at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2547) + at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2252) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:525) + at org.eclipse.core.resources.ResourcesPlugin$WorkspaceInitCustomizer.addingService(ResourcesPlugin.java:1) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) + at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) + at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) + at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:321) + at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:264) + at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:499) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) + at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) + at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) + at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) + at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) + at org.eclipse.osgi.container.Module.doStart(Module.java:605) + at org.eclipse.osgi.container.Module.start(Module.java:468) + at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:513) + at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) + at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:570) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:335) + at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:397) + at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:41) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:496) + at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416) + at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168) + at java.base/java.lang.ClassLoader.loadClass(Unknown Source) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:153) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 2 0 2024-03-15 15:08:23.482 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-15 15:08:23.482 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@29bf90fc, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6e22d6bf, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-15 15:08:23.482 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@32121140, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@96c840a, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY com.genuitec.eclipse.theming.ui 4 0 2024-03-15 15:08:41.855 +!MESSAGE Linux display manager Wayland detected. Set WEBKIT_DISABLE_COMPOSITING_MODE=1 as an environment variable to fix Browser usage, such as showing JavaDoc information. +!SESSION 2024-03-15 15:17:18.765 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2024-03-15 15:17:29.113 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-15 15:17:29.113 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@261099e1, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@ed1d2cf, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-15 15:17:29.113 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@b814e23, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5f81507a, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY com.genuitec.eclipse.theming.ui 4 0 2024-03-15 15:17:37.291 +!MESSAGE Linux display manager Wayland detected. Set WEBKIT_DISABLE_COMPOSITING_MODE=1 as an environment variable to fix Browser usage, such as showing JavaDoc information. + +!ENTRY org.eclipse.jdt.ui 4 10001 2024-03-15 15:45:03.744 +!MESSAGE Internal Error +!STACK 1 +Java Model Exception: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:943) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + ... 9 more +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +!SUBENTRY 1 org.eclipse.jdt.core 4 985 2024-03-15 15:45:03.747 +!MESSAGE Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html +!STACK 0 +java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more + +!ENTRY org.eclipse.jdt.ui 4 10001 2024-03-15 15:45:03.815 +!MESSAGE Internal Error +!STACK 1 +Java Model Exception: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:943) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + ... 9 more +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +!SUBENTRY 1 org.eclipse.jdt.core 4 985 2024-03-15 15:45:03.817 +!MESSAGE Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html +!STACK 0 +java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more + +!ENTRY org.eclipse.jdt.ui 4 10001 2024-03-15 15:46:20.345 +!MESSAGE Internal Error +!STACK 1 +Java Model Exception: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:943) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + ... 9 more +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +!SUBENTRY 1 org.eclipse.jdt.core 4 985 2024-03-15 15:46:20.346 +!MESSAGE Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html +!STACK 0 +java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/accessibility/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more + +!ENTRY org.eclipse.jdt.ui 4 10001 2024-03-15 15:46:21.174 +!MESSAGE Internal Error +!STACK 1 +Java Model Exception: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:943) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + ... 9 more +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +!SUBENTRY 1 org.eclipse.jdt.core 4 985 2024-03-15 15:46:21.176 +!MESSAGE Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html +!STACK 0 +java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) + at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) + at java.base/java.security.AccessController.doPrivileged(Native Method) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:888) + at org.eclipse.jdt.internal.core.PackageFragment.getAttachedJavadoc(PackageFragment.java:587) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:2173) + at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:510) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:93) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:78) + at org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:63) + at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:583) + at org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$2$1.run(AdditionalInfoController.java:116) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) +Caused by: java.io.IOException: Server returned HTTP response code: 502 for URL: https://docs.oracle.com/en/java/javase/11/docs/api/javax/print/package-summary.html + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) + at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) + at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) + at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) + at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:874) + ... 9 more +!SESSION 2024-03-24 20:26:59.722 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2024-03-24 20:27:06.140 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-24 20:27:06.140 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@123426a9, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4353db40, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-24 20:27:06.140 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@56887c8f, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@3b1895e, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY com.genuitec.eclipse.theming.ui 4 0 2024-03-24 20:27:15.282 +!MESSAGE Linux display manager Wayland detected. Set WEBKIT_DISABLE_COMPOSITING_MODE=1 as an environment variable to fix Browser usage, such as showing JavaDoc information. +!SESSION 2024-03-24 20:27:26.258 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2024-03-24 20:27:32.033 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-24 20:27:32.033 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@135a8808, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@57abe94d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-24 20:27:32.033 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@51b11186, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5d957cf0, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2024-03-24 20:31:40.596 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2024-03-24 20:31:46.465 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-24 20:31:46.466 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@135a8808, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@57abe94d, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-24 20:31:46.466 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@51b11186, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5d957cf0, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SESSION 2024-03-24 20:34:45.036 ----------------------------------------------- +eclipse.buildId=4.24.0.I20220607-0700 +java.version=11.0.16.1 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US +Command-line arguments: -os linux -ws gtk -arch x86_64 -data workspace + +!ENTRY org.eclipse.jface 2 0 2024-03-24 20:34:50.760 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-24 20:34:50.760 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4aadf144, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@68a97fc1, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2024-03-24 20:34:50.760 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@227fc322, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@63053b71, + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY com.genuitec.eclipse.theming.ui 4 0 2024-03-24 20:34:58.093 +!MESSAGE Linux display manager Wayland detected. Set WEBKIT_DISABLE_COMPOSITING_MODE=1 as an environment variable to fix Browser usage, such as showing JavaDoc information. + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 20:40:13.742 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 20:40:33.016 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 20:41:30.734 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 20:41:36.242 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 20:42:03.624 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 20:47:04.554 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.osgi 4 0 2024-03-24 20:47:45.234 +!MESSAGE Unable to extract content: osgi.identity; type="osgi.bundle"; version:Version="3.19.0.v20220511-1638"; osgi.identity="org.eclipse.ui.ide"; singleton:="true": icons/full/wizban/newfolder_wiz.png +!STACK 0 +java.io.IOException: The directory "/home/tuanvu/Code/BMO/openxava-studio-7-r2/studio/configuration/org.eclipse.osgi/295/0/.cp/icons/full/wizban" could not be created + at org.eclipse.osgi.storage.BundleInfo$Generation.storeContent(BundleInfo.java:383) + at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.getFile(CloseableBundleFile.java:223) + at org.eclipse.osgi.storage.bundlefile.ZipBundleEntry.getFileURL(ZipBundleEntry.java:107) + at org.eclipse.osgi.storage.url.BundleURLConnection.getFileURL(BundleURLConnection.java:143) + at org.eclipse.osgi.storage.url.BundleURLConverter.toFileURL(BundleURLConverter.java:38) + at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:263) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:244) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.wizard.Wizard.getDefaultPageImage(Wizard.java:221) + at org.eclipse.jface.wizard.WizardPage.getImage(WizardPage.java:155) + at org.eclipse.jface.wizard.WizardDialog.updateTitleBar(WizardDialog.java:1467) + at org.eclipse.jface.wizard.WizardDialog.update(WizardDialog.java:1320) + at org.eclipse.jface.wizard.WizardDialog.showStartingPage(WizardDialog.java:1281) + at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:637) + at org.eclipse.jface.window.Window.create(Window.java:431) + at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1094) + at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:119) + at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) + at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) + at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:414) + at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) + at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5794) + at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1529) + at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5025) + at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4477) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.jface 4 0 2024-03-24 20:47:45.235 +!MESSAGE The URL "bundleentry://295.fwk330477532/icons/full/wizban/newfolder_wiz.png" could not be extracted probably due to insufficient permissions or insufficient disk space. +!STACK 0 +java.io.IOException: The URL "bundleentry://295.fwk330477532/icons/full/wizban/newfolder_wiz.png" could not be extracted probably due to insufficient permissions or insufficient disk space. + at org.eclipse.osgi.storage.url.BundleURLConverter.toFileURL(BundleURLConverter.java:44) + at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:263) + at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:244) + at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:58) + at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419) + at org.eclipse.swt.graphics.Image.(Image.java:609) + at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:275) + at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:230) + at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55) + at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) + at org.eclipse.jface.resource.LazyResourceManager.create(LazyResourceManager.java:103) + at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:195) + at org.eclipse.jface.wizard.Wizard.getDefaultPageImage(Wizard.java:221) + at org.eclipse.jface.wizard.WizardPage.getImage(WizardPage.java:155) + at org.eclipse.jface.wizard.WizardDialog.updateTitleBar(WizardDialog.java:1467) + at org.eclipse.jface.wizard.WizardDialog.update(WizardDialog.java:1320) + at org.eclipse.jface.wizard.WizardDialog.showStartingPage(WizardDialog.java:1281) + at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:637) + at org.eclipse.jface.window.Window.create(Window.java:431) + at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1094) + at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:119) + at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) + at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) + at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:414) + at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) + at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5794) + at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1529) + at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5025) + at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4477) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) + at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.base/java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) + at org.eclipse.equinox.launcher.Main.run(Main.java:1467) + at org.eclipse.equinox.launcher.Main.main(Main.java:1440) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 20:52:15.750 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 20:57:23.408 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 21:03:25.540 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 21:08:50.493 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 21:14:02.877 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 21:19:39.969 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 21:27:36.713 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 22:00:32.994 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 22:09:32.841 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 22:41:34.345 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) + +!ENTRY org.eclipse.core.resources 4 566 2024-03-24 22:46:44.239 +!MESSAGE Could not save master table to file '/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'. +!STACK 0 +java.io.FileNotFoundException: /home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (Permission denied) + at java.base/java.io.FileOutputStream.open0(Native Method) + at java.base/java.io.FileOutputStream.open(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at java.base/java.io.FileOutputStream.(Unknown Source) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:48) + at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.(SafeChunkyOutputStream.java:44) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1277) + at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:1266) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1239) + at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1150) + at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:51) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) diff --git a/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.devstyle/recent.json b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.devstyle/recent.json new file mode 100755 index 0000000..85ef0e4 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.devstyle/recent.json @@ -0,0 +1 @@ +{"lastUsed":1711317314957,"path":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","projectCount":2,"recentFiles":[{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Pari.java","lastModified":1711317314958,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Pari.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Tennis.java","lastModified":1711311294389,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Tennis.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Sets.java","lastModified":1711310630979,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Sets.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Participant.java","lastModified":1711317363260,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Participant.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"QuartTemps.java","lastModified":1711310631035,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/QuartTemps.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Bookmaker.java","lastModified":1711317321372,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Bookmaker.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"PariSimple.java","lastModified":1711316536070,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/PariSimple.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Basket.java","lastModified":1711311287436,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Basket.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Football.java","lastModified":1711311287436,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Football.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"MiTemps.java","lastModified":1711310630422,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/MiTemps.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Sport.java","lastModified":1711311757155,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Sport.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"PariAvancé.java","lastModified":1711316194320,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/PariAvancé.java"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Parieur.java","lastModified":1711317363730,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Parieur.java"},{"path":"\/welcome","parentWorkspace":"\/home\/javi\/dist\/openxava-studio-7\/workspace","name":"getting-started.html","lastModified":1707809030155,"locationURI":"file:\/home\/javi\/dist\/openxava-studio-7\/workspace\/welcome\/getting-started.html"},{"path":"\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model","parentWorkspace":"\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace","name":"Evenement.java","lastModified":1711317355073,"locationURI":"file:\/home\/tuanvu\/Code\/BMO\/openxava-studio-7-r2\/workspace\/bmo\/src\/main\/java\/com\/yourcompany\/bmo\/model\/Evenement.java"}]} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.monitor/myeclipse-usage.properties b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.monitor/myeclipse-usage.properties new file mode 100755 index 0000000..63531f8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.monitor/myeclipse-usage.properties @@ -0,0 +1,62 @@ +#MyEclipse Usage Data +#Sun Mar 24 22:35:58 CET 2024 +devstyle/state/iconsColor/pastel=1 +misc/arch=x86_64 +bundle/com.genuitec.eclipse.startup.workspace=25 +bundle/com.genuitec.eclipse.theming.ui=25 +bundle/com.genuitec.eclipse.theming.elevation.win32=-1 +view/org.eclipse.ui.console.ConsoleView=5 +bundle/com.genuitec.eclipse.theming.css=-1 +view/org.eclipse.ui.navigator.ProjectExplorer=2 +misc/timestamp=Mar 24, 2024, 9\:35\:58 PM +editor/org.eclipse.jdt.ui.CompilationUnitEditor=214 +bundle/com.genuitec.eclipse.theming.scrollbar=-1 +perspective/org.eclipse.jdt.ui.JavaPerspective.=15 +misc/eclipseVersion/4.24.0.I20220607-0700=1 +bundle/com.genuitec.eclipse.theming.base=-1 +devstyle/state/iconsColor/primary=1 +bundle/com.genuitec.eclipse.inlinesearch=25 +bundle/com.genuitec.eclipse.monitor=25 +devstyle/state/enabled=1 +bundle/com.genuitec.eclipse.webclipse.evergreen=25 +bundle/com.genuitec.eclipse.news=-1 +misc/eclipseVersion/4.23.0.I20220308-0310=1 +bundle/com.genuitec.eclipse.theming.scrollbar.win=-1 +misc/period=24706051 +devstyle/state/iconsColor/grayscale=1 +perspective/org.eclipse.ui.resourcePerspective=5 +devstyle/state/inlinesearch=1 +bundle/com.genuitec.eclipse.ui.common.platform=73 +misc/count=73 +view/org.eclipse.ui.views.ProblemView=1 +editor/org.eclipse.ui.browser.editor=13 +editor/org.eclipse.ui.DefaultTextEditor=4 +bundle/com.genuitec.eclipse.meexplorer=25 +misc/productType/devstyle=1 +misc/os=linux +editor/org.eclipse.ui.systemInPlaceEditor=1 +bundle/com.genuitec.eclipse.meexplorer.jdt=25 +devstyle/state/workbenchColor/Dark_Gray=1 +view/org.eclipse.jdt.ui.PackageExplorer=200 +bundle/com.genuitec.eclipse.webicons=73 +misc/core_version= +misc/installmode/stable=0 +bundle/com.genuitec.eclipse.core.common.rss=-1 +devstyle/state/editorColor/Darkest_Dark=1 +misc/ws=gtk +view/org.eclipse.jdt.junit.ResultView=1 +bundle/com.genuitec.eclipse.patches=73 +bundle/com.genuitec.eclipse.startup=25 +devstyle/state/editorColor/IntelliJ_IDEA_Dark=1 +misc/eclipseVersion/4.18.0.I20201202-1800=1 +bundle/com.genuitec.eclipse.theming.base.win=-1 +misc/installmode/standalone=0 +misc/locale=en_US +misc/workspace_hash=1254134561 +perspective/org.eclipse.jdt.ui.JavaPerspective=33 +editor/org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart=2 +bundle/com.genuitec.eclipse.theming.epl=-1 +bundle/com.genuitec.eclipsecolortheme.api=73 +bundle/com.genuitec.eclipse.theming.core=26 +bundle/com.genuitec.eclipse.core.common.platform=73 +misc/product/org.eclipse.platform.ide=1 diff --git a/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/color-definitions-fix.css b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/color-definitions-fix.css new file mode 100644 index 0000000..01df48f --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/color-definitions-fix.css @@ -0,0 +1,2649 @@ +IEclipsePreferences#ccw-core { + preferences: + 'ccw.preferences.editor_color.JAVA_CLASS=152,118,170' + 'ccw.preferences.editor_color.RAW_SYMBOL.italic=false' + 'ccw.preferences.editor_color.int.enabled=true' + 'ccw.preferences.editor_color.callableFUNCTION=255,198,109' + 'ccw.preferences.editor_color.meta.italic=false' + 'ccw.preferences.editor_color.GLOBAL_VAR.bold=false' + 'ccw.preferences.editor_color.keyword=190,214,255' + 'ccw.preferences.editor_color.SPECIAL_FORM.enabled=true' + 'ccw.preferences.editor_color.float=104,151,187' + 'ccw.preferences.editor_color.int.italic=false' + 'ccw.preferences.editor_color.float.enabled=true' + 'ccw.preferences.editor_color.callableGLOBAL_VAR.bold=false' + 'ccw.preferences.editor_color.callableRAW_SYMBOL.italic=false' + 'ccw.preferences.editor_color.comment.italic=false' + 'ccw.preferences.editor_color.literalSymbol=190,214,255' + 'ccw.preferences.editor_color.JAVA_CLASS.bold=false' + 'ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.bold=false' + 'ccw.preferences.editor_color.callableFUNCTION.bold=false' + 'ccw.preferences.editor_color.other-literals.bold=false' + 'ccw.preferences.editor_color.callableFUNCTION.italic=false' + 'ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.enabled=true' + 'ccw.preferences.editor_color.SPECIAL_FORM.bold=false' + 'ccw.preferences.editor_color.float.bold=false' + 'ccw.preferences.editor_color.callableMACRO.enabled=true' + 'ccw.preferences.editor_color.callableJAVA_CLASS.enabled=true' + 'ccw.preferences.editor_color.FUNCTION.italic=false' + 'ccw.preferences.editor_color.callableGLOBAL_VAR.enabled=true' + 'ccw.preferences.editor_color.symbol.bold=false' + 'ccw.preferences.editor_color.comment.enabled=true' + 'ccw.preferences.editor_color.other-literals.enabled=true' + 'ccw.preferences.editor_color.callableRAW_SYMBOL.bold=false' + 'ccw.preferences.editor_color.string.italic=false' + 'ccw.preferences.editor_color.meta=187,181,41' + 'ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.enabled=true' + 'ccw.preferences.editor_color.char.italic=false' + 'ccw.preferences.editor_color.whitespace.enabled=true' + 'ccw.preferences.editor_color.callableJAVA_CLASS=169,183,198' + 'ccw.preferences.editor_color.string.bold=false' + 'ccw.preferences.editor_color.other-literals=239,192,144' + 'ccw.preferences.editor_color.callableJAVA_CLASS.bold=false' + 'ccw.preferences.editor_color.MACRO.enabled=true' + 'ccw.preferences.editor_color.MACRO.bold=false' + 'ccw.preferences.editor_color.JAVA_CLASS.italic=false' + 'ccw.preferences.editor_color.string=165,194,92' + 'ccw.preferences.editor_color.SPECIAL_FORM=204,120,50' + 'ccw.preferences.editor_color.FUNCTION=169,183,198' + 'ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD=152,118,170' + 'ccw.preferences.editor_color.comment.bold=false' + 'ccw.preferences.editor_color.FUNCTION.enabled=true' + 'ccw.preferences.editor_color.regex.enabled=true' + 'ccw.preferences.editor_color.callableRAW_SYMBOL.enabled=true' + 'ccw.preferences.editor_color.symbol.enabled=true' + 'ccw.preferences.editor_color.int=104,151,187' + 'ccw.preferences.editor_color.callableJAVA_CLASS.italic=false' + 'ccw.preferences.editor_color.literalSymbol.enabled=true' + 'ccw.preferences.editor_color.callableMACRO.italic=false' + 'ccw.preferences.editor_color.FUNCTION.bold=false' + 'ccw.preferences.editor_color.whitespace=216,216,216' + 'ccw.preferences.editor_color.whitespace.italic=false' + 'ccw.preferences.editor_color.regex.italic=false' + 'ccw.preferences.editor_color.meta.bold=false' + 'ccw.preferences.editor_color.literalSymbol.italic=false' + 'ccw.preferences.editor_color.callableGLOBAL_VAR.italic=false' + 'ccw.preferences.editor_color.JAVA_STATIC_METHOD=169,183,198' + 'ccw.preferences.editor_color.callableFUNCTION.enabled=true' + 'ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.bold=false' + 'ccw.preferences.editor_color.GLOBAL_VAR.enabled=true' + 'ccw.preferences.editor_color.GLOBAL_VAR=239,192,144' + 'ccw.preferences.editor_color.float.italic=false' + 'ccw.preferences.editor_color.keyword.italic=false' + 'ccw.preferences.editor_color.comment=98,151,85' + 'ccw.preferences.editor_color.other-literals.italic=false' + 'ccw.preferences.editor_color.keyword.bold=false' + 'ccw.preferences.editor_color.whitespace.bold=false' + 'ccw.preferences.editor_color.callableJAVA_STATIC_METHOD=152,118,170' + 'ccw.preferences.editor_color.symbol.italic=false' + 'ccw.preferences.editor_color.int.bold=false' + 'ccw.preferences.editor_color.string.enabled=true' + 'ccw.preferences.editor_color.RAW_SYMBOL=216,216,216' + 'ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.italic=false' + 'ccw.preferences.editor_color.GLOBAL_VAR.italic=false' + 'ccw.preferences.editor_color.MACRO=204,120,50' + 'ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.bold=false' + 'ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.italic=false' + 'ccw.preferences.editor_color.keyword.enabled=true' + 'ccw.preferences.editor_color.regex.bold=false' + 'ccw.preferences.editor_color.symbol=121,171,255' + 'ccw.preferences.editor_color.SPECIAL_FORM.italic=false' + 'ccw.preferences.editor_color.regex=165,194,92' + 'ccw.preferences.editor_color.char.bold=false' + 'ccw.preferences.editor_color.RAW_SYMBOL.bold=false' + 'ccw.preferences.editor_color.callableSPECIAL_FORM.italic=false' + 'ccw.preferences.editor_color.callableSPECIAL_FORM=204,120,50' + 'ccw.preferences.editor_color.callableGLOBAL_VAR=152,118,170' + 'ccw.preferences.editor_color.char.enabled=true' + 'ccw.preferences.editor_color.callableMACRO.bold=false' + 'ccw.preferences.editor_color.char=165,194,92' + 'ccw.preferences.editor_color.RAW_SYMBOL.enabled=true' + 'ccw.preferences.editor_color.JAVA_STATIC_METHOD.bold=false' + 'ccw.preferences.editor_color.JAVA_STATIC_METHOD.enabled=true' + 'ccw.preferences.editor_color.callableSPECIAL_FORM.enabled=true' + 'ccw.preferences.editor_color.callableMACRO=204,120,50' + 'ccw.preferences.editor_color.MACRO.italic=false' + 'ccw.preferences.editor_color.meta.enabled=true' + 'ccw.preferences.editor_color.JAVA_CLASS.enabled=true' + 'ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.enabled=true' + 'ccw.preferences.editor_color.literalSymbol.bold=false' + 'ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.italic=false' + 'ccw.preferences.editor_color.JAVA_STATIC_METHOD.italic=false' + 'ccw.preferences.editor_color.callableRAW_SYMBOL=216,216,216' + 'ccw.preferences.editor_color.callableSPECIAL_FORM.bold=false' + 'ccw.preferences.editor_color.JAVA_INSTANCE_METHOD=169,183,198' +} +IEclipsePreferences#com-adobe-flexide-as-core { + preferences: + 'asCommentUnderline=false' + 'asCommentColor=#629755' + 'asStringColor=#A5C25C' + 'asReservedItalic=false' + 'asBracketBold=false' + 'asCommentStrikethrough=false' + 'asVarColor=#79ABFF' + 'asOperatorUnderline=false' + 'asStringStrikethrough=false' + 'asTextColor=#D8D8D8' + 'asStringItalic=false' + 'asStringBold=false' + 'asVarStrikethrough=false' + 'asOperatorColor=#D8D8D8' + 'asVarUnderline=false' + 'asTextUnderline=false' + 'asClassColor=#A9B7C6' + 'asReservedColor=#CC7832' + 'asMetadataStrikethrough=false' + 'asPackageUnderline=false' + 'asTextItalic=false' + 'asMetadataUnderline=false' + 'asCommentItalic=false' + 'asPackageItalic=false' + 'asTraceUnderline=false' + 'asFunctionUnderline=false' + 'asTextBold=false' + 'asOperatorBold=false' + 'asASDocStrikethrough=false' + 'asVarItalic=false' + 'asTraceStrikethrough=false' + 'asCommentBold=false' + 'asTraceColor=#BED6FF' + 'asASDocItalic=false' + 'asPackageColor=#9876AA' + 'asBracketUnderline=false' + 'asInterfaceBold=false' + 'asASDocColor=#629755' + 'asFunctionItalic=false' + 'asInterfaceColor=#9876AA' + 'asPackageBold=false' + 'asInterfaceStrikethrough=false' + 'asClassItalic=false' + 'asPackageStrikethrough=false' + 'asFunctionBold=false' + 'asClassStrikethrough=false' + 'asStringUnderline=false' + 'asMetadataColor=#BBB529' + 'asTraceBold=false' + 'asVarBold=false' + 'asFunctionStrikethrough=false' + 'asASDocUnderline=false' + 'asFunctionColor=#A9B7C6' + 'asTraceItalic=false' + 'asClassUnderline=false' + 'asInterfaceUnderline=false' + 'asOperatorItalic=false' + 'asOperatorStrikethrough=false' + 'asBracketColor=#D8D8D8' + 'asClassBold=false' + 'asReservedUnderline=false' + 'asASDocBold=false' + 'asReservedStrikethrough=false' + 'asTextStrikethrough=false' + 'asMetadataBold=false' + 'asMetadataItalic=false' + 'asBracketItalic=false' + 'asReservedBold=false' + 'asInterfaceItalic=false' + 'asBracketStrikethrough=false' +} +IEclipsePreferences#com-adobe-flexide-css-core { + preferences: + 'cssNamespaceStrikethrough=false' + 'cssImportBold=false' + 'cssFontFaceBold=false' + 'cssPropertyValueItalic=false' + 'cssTextColor=#D8D8D8' + 'cssStringColor=#A5C25C' + 'cssSymbolColor=#CC7832' + 'cssSelectorItalic=false' + 'cssTextStrikethrough=false' + 'cssMediaItalic=false' + 'cssStringItalic=false' + 'cssStringUnderline=false' + 'cssStringBold=false' + 'cssStringStrikethrough=false' + 'cssPropertyNameStrikethrough=false' + 'cssMediaBold=false' + 'cssImportItalic=false' + 'cssCommentBold=false' + 'cssNamespaceItalic=false' + 'cssPropertyValueBold=false' + 'cssTextUnderline=false' + 'cssFontFaceItalic=false' + 'cssSymbolStrikethrough=false' + 'cssMediaStrikethrough=false' + 'cssPropertyNameItalic=false' + 'cssCommentStrikethrough=false' + 'cssNamespaceColor=#D8D8D8' + 'cssImportUnderline=false' + 'cssPropertyValueColor=#A5C25C' + 'cssMediaColor=#CC7832' + 'cssTextBold=false' + 'cssFontFaceStrikethrough=false' + 'cssMediaUnderline=false' + 'cssSelectorStrikethrough=false' + 'cssPropertyNameBold=false' + 'cssNamespaceUnderline=false' + 'cssSelectorColor=#79ABFF' + 'cssImportColor=#CC7832' + 'cssPropertyValueStrikethrough=false' + 'cssFontFaceColor=#CC7832' + 'cssCommentColor=#629755' + 'cssImportStrikethrough=false' + 'cssCommentItalic=false' + 'cssSymbolItalic=false' + 'cssPropertyValueUnderline=false' + 'cssTextItalic=false' + 'cssNamespaceBold=false' + 'cssCommentUnderline=false' + 'cssSymbolUnderline=false' + 'cssPropertyNameColor=#BED6FF' + 'cssFontFaceUnderline=false' + 'cssSelectorUnderline=false' + 'cssPropertyNameUnderline=false' + 'cssSelectorBold=false' + 'cssSymbolBold=false' +} +IEclipsePreferences#com-adobe-flexide-mxml-core { + preferences: + 'mxmlProcessingInstructionStrikethrough=false' + 'mxmlProcessingInstructionBold=false' + 'mxmlTextBold=false' + 'mxmlComponentTagStrikethrough=false' + 'mxmlTextUnderline=false' + 'asASDocItalic=false' + 'mxmlProcessingInstructionUnderline=false' + 'mxmlTagColor=#79ABFF' + 'asASDocColor=#629755' + 'mxmlCommentStrikethrough=false' + 'mxmlComponentTagItalic=false' + 'mxmlCommentItalic=false' + 'mxmlTagUnderline=false' + 'mxmlComponentTagBold=false' + 'mxmlStringColor=#A5C25C' + 'mxmlTagBold=false' + 'mxmlProcessingInstructionItalic=false' + 'mxmlStringBold=false' + 'mxmlStringUnderline=false' + 'mxmlTextStrikethrough=false' + 'mxmlCommentUnderline=false' + 'mxmlStringItalic=false' + 'asASDocUnderline=false' + 'mxmlProcessingInstructionColor=#A9B7C6' + 'mxmlStringStrikethrough=false' + 'mxmlComponentTagColor=#BED6FF' + 'asASDocBold=false' + 'mxmlTagStrikethrough=false' + 'mxmlTextColor=#D8D8D8' + 'mxmlTextItalic=false' + 'mxmlTagItalic=false' + 'asASDocStrikethrough=false' + 'mxmlComponentTagUnderline=false' + 'mxmlCommentColor=#629755' + 'mxmlCommentBold=false' +} +IEclipsePreferences#com-axmor-eclipse-typescript-editor { + preferences: + 'semanticHighlighting.ts_interface.enabled=true' + 'semanticHighlighting.ts_interface.color=152,118,170' + 'semanticHighlighting.ts_class.italic=false' + 'semanticHighlighting.ts_localVariable.bold=false' + 'ts_java_doc=98,151,85' + 'semanticHighlighting.ts_class.bold=false' + 'semanticHighlighting.ts_interface.underline=false' + 'semanticHighlighting.ts_module.underline=false' + 'semanticHighlighting.ts_method.color=169,183,198' + 'semanticHighlighting.ts_module.color=169,183,198' + 'semanticHighlighting.ts_module.bold=false' + 'semanticHighlighting.ts_module.enabled=true' + 'semanticHighlighting.ts_method.strikethrough=false' + 'semanticHighlighting.ts_class.enabled=true' + 'ts_reference=187,181,41' + 'ts_keyword=204,120,50' + 'ts_brackets=216,216,216' + 'ts_comment=128,128,128' + 'semanticHighlighting.ts_classProperty.strikethrough=false' + 'semanticHighlighting.ts_method.bold=false' + 'semanticHighlighting.ts_localVariable.enabled=true' + 'ts_default=216,216,216' + 'semanticHighlighting.ts_interface.bold=false' + 'semanticHighlighting.ts_classProperty.color=190,214,255' + 'semanticHighlighting.ts_method.underline=false' + 'semanticHighlighting.ts_localVariable.color=121,171,255' + 'semanticHighlighting.ts_classProperty.enabled=true' + 'semanticHighlighting.ts_classProperty.underline=false' + 'semanticHighlighting.ts_localVariable.strikethrough=false' + 'semanticHighlighting.ts_interface.strikethrough=false' + 'semanticHighlighting.ts_class.strikethrough=false' + 'semanticHighlighting.ts_method.enabled=true' + 'semanticHighlighting.ts_module.italic=false' + 'semanticHighlighting.ts_module.strikethrough=false' + 'semanticHighlighting.ts_class.underline=false' + 'semanticHighlighting.ts_localVariable.underline=false' + 'semanticHighlighting.ts_classProperty.bold=false' + 'ts_number=104,151,187' + 'semanticHighlighting.ts_method.italic=false' + 'semanticHighlighting.ts_class.color=169,183,198' + 'semanticHighlighting.ts_classProperty.italic=false' + 'semanticHighlighting.ts_localVariable.italic=false' + 'semanticHighlighting.ts_interface.italic=false' + 'ts_string=165,194,92' +} +IEclipsePreferences#com-dubture-twig-ui { + preferences: + 'editorColorHeredoc=#629755 | null | null | false | null | null' + 'editorColorPhpdoc=#629755 | null | null | false | null | null' + 'codeStyleNormal=#D8D8D8 | null | null | null | null | null' + 'editorColorComment=#629755 | null | null | false | null | null' + 'editorColorTask=#CCDF32 | null | null | false | null | null' + 'editorColorVariable=#79ABFF | null | null | null | null | null' + 'editorBlocknameColor=#CC7832 | null | false | null | null | null' + 'editorColorBoundarymaker=#D8D8D8 | null | null | null | null | null' + 'editorColorPHPDocComment=#629755 | null | null | false | null | null' + 'editorColorString=#A5C25C | null | null | null | null | null' + 'editorStmtColorBoundarymaker=#D8D8D8 | null | null | null | null | null' + 'editorColorKeyword=#CC7832 | null | false | null | null | null' + 'editorColorLineComment=#808080 | null | null | false | null | null' + 'editorColorNumber=#6897BB | null | null | null | null | null' +} +IEclipsePreferences#com-genuitec-eclipse-sqlexplorer { + preferences: + 'sql_columns=171,115,255' + 'sql_default=210,215,218' + 'sql_keyword=141,203,226' + 'sql_multi_line_comment=199,221,12' + 'sql_single_line_comment=199,221,12' + 'sql_string=255,198,0' + 'sql_table=49,132,255' +} +IEclipsePreferences#com-github-rustdt-ide-ui { + preferences: + 'editor.coloring2.number#dark#=104,151,187' + 'editor.coloring2.string#dark#=165,194,92' + 'editor.coloring2.keyword_self#dark#=169,183,198' + 'editor.coloring2.default=216,216,216' + 'editor.coloring2.lifetime#dark#=187,181,41' + 'editor.coloring2.character#dark#=165,194,92' + 'editor.coloring2.keyword_self=169,183,198' + 'editor.coloring2.attribute=187,181,41' + 'editor.coloring2.character=165,194,92' + 'editor.coloring2.attribute#dark#=187,181,41' + 'editor.coloring2.keyword=204,120,50' + 'editor.coloring2.default#dark#=216,216,216' + 'editor.coloring2.keyword#dark#=204,120,50' + 'editor.coloring2.string=165,194,92' + 'editor.coloring2.macro_call#dark#=169,183,198' + 'editor.coloring2.macro_call=169,183,198' + 'editor.coloring2.comment#dark#=98,151,85' + 'editor.coloring2.doc_comment#dark#=98,151,85' + 'editor.coloring2.comment=98,151,85' + 'editor.coloring2.keyword_boolean=204,120,50' + 'editor.coloring2.number=104,151,187' + 'editor.coloring2.keyword_boolean#dark#=204,120,50' + 'editor.coloring2.doc_comment=98,151,85' + 'editor.coloring2.lifetime=187,181,41' +} +IEclipsePreferences#com-google-eclipse-protobuf-Protobuf { + preferences: + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.color=169,183,198' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.color=104,151,187' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.color=169,183,198' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.color=127,179,71' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.color=216,216,216' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.color=204,120,50' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.color=187,181,41' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.color=191,164,164' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.color=165,194,92' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.color=128,128,128' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.color=169,183,198' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.color=191,164,164' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.color=127,179,71' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.color=187,181,41' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.color=127,179,71' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.color=169,183,198' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.bgColor=25,29,31' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.color=127,179,71' + 'com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.color=169,183,198' +} +IEclipsePreferences#com-googlecode-goclipse-ui { + preferences: + 'syntax_highlighting_value=104,151,187' + 'syntax_highlighting_text=216,216,216' + 'syntax_highlighting_builtin_function=169,183,198' + 'syntax_highlighting_keyword=204,120,50' + 'syntax_highlighting_string=165,194,92' + 'syntax_highlighting_character=165,194,92' + 'syntax_highlighting_multiline_string=165,194,92' + 'syntax_highlighting_comment=98,151,85' + 'syntax_highlighting_primitive=104,151,187' + 'syntax_highlighting_operator=216,216,216' + 'syntax_highlighting_syntax_chars=216,216,216' +} +IEclipsePreferences#com-palantir-typescript { + preferences: + 'syntaxColoring.numberLiteral.color=104,151,187' + 'syntaxColoring.operator.color=216,216,216' + 'syntaxColoring.comment.color=128,128,128' + 'syntaxColoring.keyword.color=204,120,50' + 'syntaxColoring.regExpLiteral.color=165,194,92' + 'syntaxColoring.stringLiteral.color=165,194,92' + 'syntaxColoring.identifier.color=216,216,216' + 'syntaxColoring.punctuation.color=216,216,216' +} +IEclipsePreferences#com-powerflasher-fdt-ui { + preferences: + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_bold=false' + 'AS_CONSTANTS_color_underline=false' + 'MULTILINE_COMMENT_TODO_color_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_bold=false' + 'JAVADOC_TODO_color_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_color=127,179,71' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_underline=false' + 'CHARACTER_color_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_bold=false' + 'AS_KEYWORD_color_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_color=169,183,198' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_strikethrough=false' + 'AS_RETURN_color_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_color=190,214,255' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_bold=false' + 'AS_CONSTANTS_color=239,192,144' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_italic=false' + 'JAVADOC_color_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_color=169,183,198' + 'AS_TYPE_color_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_bold=false' + 'AS_CONSTANTS_color_bold=false' + 'AS_DEFAULT_color_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_bold=false' + 'SINGLELINE_COMMENT_color_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_italic=false' + 'JAVADOC_LINK_color_underline=false' + 'AS_KEYWORD_color_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_enabled=true' + 'AS_PRIVATE_color=204,120,50' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_italic=false' + 'SINGLELINE_COMMENT_color_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_bold=false' + 'AS_TYPE_color_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_italic=false' + 'AS_PUBLIC_color_italic=false' + 'AS_TYPE_color=169,183,198' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_italic=false' + 'STRING_color_strikethrough=false' + 'MULTILINE_COMMENT_TODO_color_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_color=239,192,144' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_italic=false' + 'AS_CONSTANTS_color_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_color=190,214,255' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_color=169,183,198' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_color=169,183,198' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_color=191,164,164' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_strikethrough=false' + 'SINGLELINE_COMMENT_TODO_color_italic=false' + 'MULTILINE_COMMENT_TODO_color_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_italic=false' + 'MULTILINE_COMMENT_color_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_underline=false' + 'JAVADOC_KEYWORD_color_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_color=165,194,92' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_italic=false' + 'AS_RETURN_color_italic=false' + 'AS_PUBLIC_color_underline=false' + 'SINGLELINE_COMMENT_TODO_color=132,185,119' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_italic=false' + 'SINGLELINE_COMMENT_TODO_color_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_color=190,214,255' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_bold=false' + 'AS_DEFAULT_color_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_bold=false' + 'CHARACTER_color_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_strikethrough=false' + 'JAVADOC_TODO_color_italic=false' + 'SINGLELINE_COMMENT_color_strikethrough=false' + 'AS_RETURN_color_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_strikethrough=false' + 'AS_PUBLIC_color=204,120,50' + 'SINGLELINE_COMMENT_color_underline=false' + 'AS_PRIVATE_color_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_italic=false' + 'CHARACTER_color_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_color=216,216,216' + 'AS_DEFAULT_color_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_enabled=true' + 'JAVADOC_LINK_color=132,185,119' + 'JAVADOC_TODO_color=132,185,119' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_enabled=true' + 'AS_INTERNAL_color_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_color=190,214,255' + 'AS_PROTECTED_color=204,120,50' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_underline=false' + 'AS_PRIVATE_color_strikethrough=false' + 'AS_PROTECTED_color_strikethrough=false' + 'AS_INTERNAL_color_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_underline=false' + 'MULTILINE_COMMENT_color_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_color=216,216,216' + 'AS_PRIVATE_color_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_color=190,214,255' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_underline=false' + 'MULTILINE_COMMENT_TODO_color=132,185,119' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_underline=false' + 'JAVADOC_TAG_color_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_italic=false' + 'JAVADOC_LINK_color_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_color=190,214,255' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_italic=false' + 'AS_TYPE_color_bold=false' + 'AS_TYPE_color_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_color=121,171,255' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_bold=false' + 'STRING_color_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_color=165,194,92' + 'AS_CORE_color_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_color=190,214,255' + 'AS_RETURN_color=204,120,50' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_color=169,183,198' + 'JAVADOC_color_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_color=169,183,198' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_enabled=true' + 'CHARACTER_color_bold=false' + 'AS_RETURN_color_underline=false' + 'JAVADOC_TAG_color=132,185,119' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_bold=false' + 'AS_PRIVATE_color_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_italic=false' + 'AS_KEYWORD_color=204,120,50' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_color=98,151,85' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_italic=false' + 'AS_DEFAULT_color=216,216,216' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_strikethrough=false' + 'SINGLELINE_COMMENT_TODO_color_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_color=121,171,255' + 'AS_DEFAULT_color_italic=false' + 'AS_CORE_color_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_color=98,151,85' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_enabled=true' + 'CHARACTER_color=165,194,92' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_enabled=true' + 'AS_PROTECTED_color_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_color=165,194,92' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_color=169,183,198' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_strikethrough=false' + 'STRING_color=165,194,92' + 'AS_INTERNAL_color_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_color=190,214,255' + 'MULTILINE_COMMENT_color=98,151,85' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_color=104,151,187' + 'AS_PROTECTED_color_italic=false' + 'AS_PUBLIC_color_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_color=190,214,255' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_color=190,214,255' + 'SINGLELINE_COMMENT_color=128,128,128' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_color=169,183,198' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_enabled=true' + 'JAVADOC_KEYWORD_color_italic=false' + 'AS_PROTECTED_color_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_color=190,214,255' + 'JAVADOC_TAG_color_strikethrough=false' + 'AS_KEYWORD_color_underline=false' + 'SINGLELINE_COMMENT_TODO_color_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_color=191,164,164' + 'JAVADOC_color_bold=false' + 'JAVADOC_TAG_color_bold=false' + 'JAVADOC_TODO_color_strikethrough=false' + 'STRING_color_bold=false' + 'AS_INTERNAL_color=204,120,50' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_enabled=true' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_enabled=true' + 'JAVADOC_TODO_color_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_enabled=true' + 'JAVADOC_LINK_color_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_color=169,183,198' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_underline=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_italic=false' + 'JAVADOC_color_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_color=216,216,216' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_strikethrough=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_color=169,183,198' + 'MULTILINE_COMMENT_TODO_color_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_underline=false' + 'JAVADOC_color=98,151,85' + 'AS_INTERNAL_color_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_bold=false' + 'AS_CONSTANTS_color_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_underline=false' + 'MULTILINE_COMMENT_color_italic=false' + 'AS_PUBLIC_color_strikethrough=false' + 'MULTILINE_COMMENT_color_bold=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_color=152,118,170' + 'AS_CORE_color_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_underline=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_enabled=true' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_bold=false' + 'JAVADOC_TAG_color_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_underline=false' + 'JAVADOC_KEYWORD_color_bold=false' + 'JAVADOC_LINK_color_italic=false' + 'AS_CORE_color_bold=false' + 'AS_KEYWORD_color_bold=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_bold=false' + 'JAVADOC_KEYWORD_color_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_strikethrough=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_italic=false' + 'STRING_color_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_strikethrough=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_italic=false' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_underline=false' + 'AS_CORE_color=169,183,198' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_italic=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_italic=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_bold=false' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_enabled=true' + 'com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_underline=false' + 'com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_strikethrough=false' + 'JAVADOC_KEYWORD_color=132,185,119' + 'com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_bold=false' +} +IEclipsePreferences#com-puppetlabs-geppetto-module-dsl-Module { + preferences: + 'com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.default.color=216,216,216' + 'com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.keyword.color=204,120,50' + 'com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.task.color=204,223,50' + 'com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.deprecatedKey.color=210,82,82' + 'com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.number.color=104,151,187' + 'com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.string.color=165,194,92' + 'com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.punctuation.color=216,216,216' +} +IEclipsePreferences#com-puppetlabs-geppetto-pp-dsl-PP { + preferences: + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=204,120,50' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=169,183,198' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=216,216,216' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=165,194,92' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=204,223,50' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=216,216,216' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=204,120,50' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color=239,192,144' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=165,194,92' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=216,216,216' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=104,151,187' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=128,128,128' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=216,216,216' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=216,216,216' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=98,151,85' + 'com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=216,216,216' +} +IEclipsePreferences#com-spket-js { + preferences: + 'js_default=216,216,216' + 'java_doc_default=98,151,85' + 'java_doc_link=132,185,119' + 'js_keyword_return=204,120,50' + 'js_operator=216,216,216' + 'js_string=165,194,92' + 'js_regexp=165,194,92' + 'js_reserved=204,120,50' + 'js_ml_comment=98,151,85' + 'js_ssi=190,214,255' + 'java_doc_tag=132,185,119' + 'js_sl_comment=128,128,128' + 'js_task_tag=132,185,119' + 'js_keyword=204,120,50' + 'java_doc_keyword=132,185,119' +} +IEclipsePreferences#com-spket-xml { + preferences: + 'xml_doctype=169,183,198' + 'xml_task_tag=204,223,50' + 'xml_tags=190,214,255' + 'xml_default=216,216,216' + 'xml_comments=98,151,85' + 'xml_attr_value=165,194,92' + 'xml_proc_instr=216,216,216' + 'xml_cdata=216,216,216' +} +IEclipsePreferences#com-wolfram-eclipse-MEET { + preferences: + 'syntaxcolor.private.non.system.symbol=190,214,255' + 'syntaxcolor.symbol.conflict.local=210,82,82' + 'syntaxcolor.live.bracket.matching.color=165,194,92' + 'syntaxcolor.public.non.system.symbols=169,183,198' + 'syntaxcolor.live.bracket.matching.italic=false' + 'syntaxcolor.live.bracket.matching.strikethrough=false' + 'syntaxcolor.symbol.package=255,198,109' + 'syntaxcolor.symbol.system=204,120,50' + 'syntaxcolor.symbol.local=121,171,255' + 'syntaxcolor.number.literal=104,151,187' + 'syntaxcolor.live.bracket.matching.underline=false' + 'syntaxcolor.live.bracket.matching.enabled=true' + 'syntaxcolor.comment=98,151,85' + 'syntaxcolor.string.literal=165,194,92' + 'syntaxcolor.live.bracket.matching.bold=false' +} +IEclipsePreferences#de-walware-statet-base-ui { + preferences: + 'editors/optionsParameters.foreground=216,216,216' + 'editors/optionsProposals.foreground=216,216,216' + 'editors/optionsParameters.background=25,29,31' + 'MatchingBrackets.color=65,65,4' + 'editors/optionsProposals.background=25,29,31' +} +IEclipsePreferences#de-walware-statet-r-ui { + preferences: + 'text_Rd_rdUnlistedTag.bold=false' + 'rdBrackets.italic=false' + 'text_R_rIndexing.italic=false' + 'text_Rd_rdSubSectionTag.underline=false' + 'text_R_rDefault.italic=false' + 'text_R_rLogicalConstants.bold=false' + 'text_R_rRoxygen.strikethrough=false' + 'text_R_rString.color=165,194,92' + 'text_R_rIndexing.bold=false' + 'text_R_rRoxygen.bold=false' + 'text_R_rAssignment.Equalsign.underline=false' + 'text_R_rDefault.bold=false' + 'text_R_rLogicalConstants.strikethrough=false' + 'text_R_rNumbers.italic=false' + 'text_R_rUndefined.color=210,82,82' + 'text_R_rDefault.color=216,216,216' + 'text_R_rOtherOperators.color=216,216,216' + 'text_R_rAssignment.Equalsign.color=216,216,216' + 'text_R_rAssignment.color=216,216,216' + 'text_R_rRoxygenTag.color=132,185,119' + 'text_R_rAssignment.strikethrough=false' + 'text_Rd_rdOtherTag.bold=false' + 'text_R_rIndexing.underline=false' + 'text_R_rOtherOperators.italic=false' + 'text_Rd_rdSectionTag.color=169,183,198' + 'text_R_rSpecialConstants.underline=false' + 'text_R_rOtherOperators.bold=false' + 'text_R_rSeparators.strikethrough=false' + 'text_R_rSpecialConstants.strikethrough=false' + 'text_Rd_rdSectionTag.strikethrough=false' + 'text_Rd_rdComment.underline=false' + 'text_Rd_taskTag.color=204,223,50' + 'text_R_rFlowcontrol.strikethrough=false' + 'text_R_rString.underline=false' + 'text_Rd_rdUnlistedTag.strikethrough=false' + 'text_Rd_rdSectionTag.bold=false' + 'text_R_rNumbers.color=104,151,187' + 'text_R_rFlowcontrol.color=204,120,50' + 'text_Rd_rdSubSectionTag.bold=false' + 'text_Rd_taskTag.bold=false' + 'text_R_rDefault.strikethrough=false' + 'text_Rd_rdComment.italic=false' + 'text_R_rRoxygenTag.strikethrough=false' + 'text_R_rLogicalConstants.italic=false' + 'text_R_rDefault.underline=false' + 'text_Rd_rdComment.color=98,151,85' + 'text_R_rSeparators.bold=false' + 'text_R_taskTag.italic=false' + 'text_Rd_taskTag.italic=false' + 'text_Rd_rdSubSectionTag.italic=false' + 'text_Rd_rdDefault.strikethrough=false' + 'text_R_rGrouping.strikethrough=false' + 'text_Rd_rdComment.bold=false' + 'text_R_rComment.color=98,151,85' + 'text_R_rGrouping.italic=false' + 'text_Rd_rdDefault.bold=false' + 'text_Rd_rdDefault.color=216,216,216' + 'text_R_rAssignment.Equalsign.italic=false' + 'text_Rd_taskTag.underline=false' + 'rdBrackets.color=216,216,216' + 'text_R_rGrouping.bold=false' + 'text_Rd_rdUnlistedTag.italic=false' + 'text_Rd_rdSectionTag.underline=false' + 'text_R_rComment.bold=false' + 'text_R_rOtherOperators.underline=false' + 'text_R_rRoxygen.underline=false' + 'text_Rd_rdPlatformSpecif.strikethrough=false' + 'text_R_rRoxygen.color=98,151,85' + 'text_Rd_rdPlatformSpecif.bold=false' + 'text_Rd_rdDefault.underline=false' + 'text_R_taskTag.color=204,223,50' + 'text_Rd_rdSubSectionTag.strikethrough=false' + 'text_R_rSpecialConstants.italic=false' + 'text_R_rRoxygenTag.italic=false' + 'text_R_rLogicalConstants.color=152,118,170' + 'text_R_rUndefined.italic=false' + 'text_R_rRoxygen.italic=false' + 'text_R_rNumbers.bold=false' + 'text_R_rAssignment.Equalsign.strikethrough=false' + 'text_R_rSeparators.underline=false' + 'text_R_rString.italic=false' + 'text_Rd_rdOtherTag.italic=false' + 'text_R_rLogicalConstants.underline=false' + 'text_Rd_rdPlatformSpecif.italic=false' + 'rdBrackets.underline=false' + 'rdBrackets.strikethrough=false' + 'text_Rd_rdPlatformSpecif.color=190,214,255' + 'text_Rd_rdOtherTag.strikethrough=false' + 'text_R_rAssignment.Equalsign.bold=false' + 'text_R_rOtherOperators.strikethrough=false' + 'text_R_rGrouping.underline=false' + 'text_R_rRoxygenTag.underline=false' + 'text_R_rSeparators.color=216,216,216' + 'text_R_rSpecialConstants.color=152,118,170' + 'rdBrackets.bold=false' + 'text_R_rAssignment.underline=false' + 'text_R_rFlowcontrol.italic=false' + 'text_Rd_rdOtherTag.underline=false' + 'text_R_rAssignment.italic=false' + 'text_R_rAssignment.bold=false' + 'text_R_rIndexing.strikethrough=false' + 'text_Rd_rdDefault.italic=false' + 'text_R_rGrouping.color=216,216,216' + 'text_R_rFlowcontrol.underline=false' + 'text_Rd_rdUnlistedTag.color=190,214,255' + 'text_Rd_rdPlatformSpecif.underline=false' + 'text_R_rFlowcontrol.bold=false' + 'text_R_rUndefined.bold=false' + 'text_Rd_rdComment.strikethrough=false' + 'text_R_rIndexing.color=216,216,216' + 'text_R_rSpecialConstants.bold=false' + 'text_R_rRoxygenTag.bold=false' + 'text_R_rNumbers.strikethrough=false' + 'text_R_rSeparators.italic=false' + 'text_R_rString.bold=false' + 'text_R_rString.strikethrough=false' + 'text_R_rComment.underline=false' + 'text_R_rNumbers.underline=false' + 'text_R_rUndefined.underline=false' + 'text_Rd_rdOtherTag.color=121,171,255' + 'text_Rd_rdSectionTag.italic=false' + 'text_R_taskTag.strikethrough=false' + 'text_Rd_rdSubSectionTag.color=169,183,198' + 'text_R_taskTag.underline=false' + 'text_R_taskTag.bold=false' + 'text_R_rComment.strikethrough=false' + 'text_R_rUndefined.strikethrough=true' + 'text_Rd_rdUnlistedTag.underline=false' + 'text_R_rComment.italic=false' + 'text_Rd_taskTag.strikethrough=false' +} +IEclipsePreferences#eclihx-ui { + preferences: + 'hx_editor_comment_color=128,128,128' + 'hx_editor_bracket_color=216,216,216' + 'hx_editor_type_color=169,183,198' + 'hx_editor_template_color=165,194,92' + 'hx_editor_haxe_doc_color=98,151,85' + 'hx_editor_default_color=216,216,216' + 'hx_editor_string_color=165,194,92' + 'hx_editor_conditional_compilation_color=204,120,50' + 'hx_editor_declare_keywords_color=204,120,50' + 'hx_editor_keywords_color=204,120,50' + 'hxml_editor_comment_color=128,128,128' + 'hxml_editor_default_color=216,216,216' + 'hxml_editor_option_color=204,120,50' + 'hx_editor_regexpr_color=216,216,216' + 'hx_editor_number_color=104,151,187' + 'hx_editor_brace_color=216,216,216' + 'hx_editor_multiline_comment_color=98,151,85' +} +IEclipsePreferences#jp-gr-java_conf-ussiy-app-propedit { + preferences: + 'separatorColor=216,216,216' + 'backgroundColor=25,29,31' + 'keyColor=216,216,216' + 'commentColor=128,128,128' + 'valueColor=165,194,92' +} +IEclipsePreferences#jsonedit-core { + preferences: + 'defaultColor=216,216,216' + 'nullColor=216,216,216' + 'stringColor=165,194,92' + 'valueColor=190,214,255' +} +IEclipsePreferences#net-sf-eclipsefp-haskell-ui { + preferences: + 'conColor=169,183,198' + 'thColor=187,181,41' + 'sourceHoverBackgroundColor=66,68,69' + 'symbolColor=216,216,216' + 'keywordColor=204,120,50' + 'literateCommentColor=98,151,85' + 'varSymColor=216,216,216' + 'varColor=216,216,216' + 'functionColor=216,216,216' + 'cppColor=187,181,41' + 'docColor=98,151,85' + 'charColor=165,194,92' + 'commentColor=128,128,128' + 'pragmaColor=98,151,85' + 'stringColor=165,194,92' +} +IEclipsePreferences#net-sourceforge-texlipse { + preferences: + 'spe.TexColor=187,181,41' + 'cmd.TexColor=169,183,198' + 'equ.TexColor=165,194,92' + 'com.TexColor=98,151,85' + 'num.TexColor=104,151,187' + 'str.BibColor=165,194,92' + 'key.BibColor=204,120,50' + 'typ.BibColor=169,183,198' + 'sqr.TexColor=121,171,255' + 'def.TexColor=216,216,216' + 'verb.TexColor=190,214,255' + 'def.BibColor=216,216,216' + 'crl.TexColor=121,171,255' + 'slc.BibColor=128,128,128' +} +IEclipsePreferences#net-vtst-ow-eclipse-less-Less { + preferences: + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR.color=169,183,198' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.COMMENT.color=98,151,85' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.DEFAULT.color=216,216,216' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.PROPERTY.color=190,214,255' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_FEATURE.color=204,120,50' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_DEFINITION.color=190,214,255' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_USE.color=121,171,255' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_ROOT.color=169,183,198' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_CLASS.color=169,183,198' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MIXIN_CALL.color=169,183,198' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_QUERY_KEYWORD.color=204,120,50' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.NUMERIC_LITERAL.color=104,151,187' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_HASH.color=169,183,198' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.STRING.color=165,194,92' + 'net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.AT_KEYWORD.color=204,120,50' +} +IEclipsePreferences#org-apache-ivyde-eclipse { + preferences: + 'editor.color.string=165,194,92' + 'editor.color.tag=169,183,198' + 'editor.color.default=216,216,216' + 'editor.color.procInstr=169,183,198' + 'editor.color.xmlComment=98,151,85' +} +IEclipsePreferences#org-cfeclipse-cfml { + preferences: + 'cfscriptKeywordColor=204,120,50' + 'javascriptFunction=169,183,198' + 'cftaglibColor=132,185,119' + 'htmFormTagColor=121,171,255' + 'cssTextColor=216,216,216' + 'SQLOperatorColor=216,216,216' + 'htmTableTagColor=121,171,255' + 'cfcommentBackgroundColor=25,29,31' + 'currentLineColor=50,57,62' + 'htmCommentColor=98,151,85' + 'cfscriptTextColor=216,216,216' + 'cfscriptfunctionColor=169,183,198' + 'cfscriptStringColor=165,194,92' + 'javascriptColor=216,216,216' + 'cftagColor=121,171,255' + 'AbstractTextEditor.Color.Background=25,29,31' + 'unknowTagColors=210,82,82' + 'cfstringColor=165,194,92' + 'SQLCommentColor=98,151,85' + 'htmTagColor=121,171,255' + 'SQLStringColor=165,194,92' + 'cfnumberColor=104,151,187' + 'cfkeywordColor=204,120,50' + 'SQLTextColor=216,216,216' + 'defaultTextColor=216,216,216' + 'SQLKeywordColor=204,120,50' + 'cfcommentColor=98,151,85' + 'stringColor=165,194,92' +} +IEclipsePreferences#org-chromium-debug-ui { + preferences: + 'color_normal=216,216,216' + 'color_string=165,194,92' + 'color_number=104,151,187' + 'color_comment=98,151,85' + 'color_doc=98,151,85' + 'color_keyword=204,120,50' +} +IEclipsePreferences#org-cloudsmith-geppetto-pp-dsl-PP { + preferences: + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=204,223,50' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=104,151,187' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=169,183,198' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color=239,192,144' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=204,120,50' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=216,216,216' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=216,216,216' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=128,128,128' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=165,194,92' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=204,120,50' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=165,194,92' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=216,216,216' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=216,216,216' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=216,216,216' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=98,151,85' + 'org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=216,216,216' +} +IEclipsePreferences#org-codehaus-groovy-eclipse-ui { + preferences: + 'groovy.editor.highlight.groovykeywords.color=204,120,50' + 'semanticHighlighting.staticField.bold=false' + 'semanticHighlighting.typeArgument.underline=false' + 'semanticHighlighting.staticField.italic=false' + 'semanticHighlighting.typeParameter.italic=false' + 'groovy.editor.groovyDoc.link.enabled=true' + 'semanticHighlighting.enum.enabled=true' + 'semanticHighlighting.enum.color=127,179,71' + 'semanticHighlighting.localVariable.enabled=true' + 'semanticHighlighting.class.enabled=true' + 'semanticHighlighting.staticFinalField.strikethrough=false' + 'semanticHighlighting.localVariableDeclaration.color=190,214,255' + 'semanticHighlighting.annotation.color=187,181,41' + 'semanticHighlighting.parameterVariable.color=121,171,255' + 'groovy.editor.groovyDoc.keyword.color=132,185,119' + 'semanticHighlighting.staticField.enabled=true' + 'semanticHighlighting.typeArgument.enabled=true' + 'semanticHighlighting.deprecatedMember.italic=false' + 'semanticHighlighting.staticMethodInvocation.color=190,214,255' + 'semanticHighlighting.annotation.underline=false' + 'semanticHighlighting.staticFinalField.enabled=true' + 'semanticHighlighting.staticMethodInvocation.strikethrough=false' + 'groovy.editor.highlight.default.color=216,216,216' + 'semanticHighlighting.localVariable.bold=false' + 'semanticHighlighting.enum.italic=false' + 'semanticHighlighting.inheritedMethodInvocation.enabled=true' + 'semanticHighlighting.number.bold=false' + 'semanticHighlighting.typeParameter.underline=false' + 'semanticHighlighting.abstractMethodInvocation.color=190,214,255' + 'semanticHighlighting.localVariable.italic=false' + 'semanticHighlighting.localVariable.strikethrough=false' + 'semanticHighlighting.interface.underline=false' + 'semanticHighlighting.deprecatedMember.underline=false' + 'groovy.editor.highlight.javatypes.color=169,183,198' + 'semanticHighlighting.number.enabled=true' + 'semanticHighlighting.methodDeclarationName.bold=false' + 'semanticHighlighting.typeArgument.strikethrough=false' + 'groovy.editor.highlight.javakeywords.color=204,120,50' + 'semanticHighlighting.class.color=169,183,198' + 'semanticHighlighting.class.underline=false' + 'semanticHighlighting.class.strikethrough=false' + 'semanticHighlighting.staticField.color=239,192,144' + 'semanticHighlighting.method.bold=false' + 'semanticHighlighting.number.color=104,151,187' + 'semanticHighlighting.methodDeclarationName.color=169,183,198' + 'semanticHighlighting.number.italic=false' + 'semanticHighlighting.interface.italic=false' + 'semanticHighlighting.staticMethodInvocation.italic=false' + 'semanticHighlighting.deprecatedMember.enabled=true' + 'semanticHighlighting.staticField.strikethrough=false' + 'semanticHighlighting.localVariableDeclaration.underline=false' + 'semanticHighlighting.interface.color=152,118,170' + 'groovy.editor.highlight.numbers.color=104,151,187' + 'semanticHighlighting.interface.enabled=true' + 'semanticHighlighting.field.bold=false' + 'groovy.editor.groovyDoc.tag.color=132,185,119' + 'semanticHighlighting.enum.strikethrough=false' + 'semanticHighlighting.field.strikethrough=false' + 'semanticHighlighting.class.italic=false' + 'semanticHighlighting.typeParameter.strikethrough=false' + 'semanticHighlighting.enum.bold=false' + 'semanticHighlighting.method.enabled=true' + 'semanticHighlighting.methodDeclarationName.enabled=true' + 'semanticHighlighting.staticMethodInvocation.underline=false' + 'semanticHighlighting.staticField.underline=false' + 'semanticHighlighting.localVariableDeclaration.bold=false' + 'semanticHighlighting.abstractMethodInvocation.underline=false' + 'semanticHighlighting.interface.strikethrough=false' + 'semanticHighlighting.method.italic=false' + 'semanticHighlighting.staticFinalField.italic=false' + 'semanticHighlighting.annotation.strikethrough=false' + 'groovy.editor.groovyDoc.link.color=132,185,119' + 'groovy.editor.highlight.strings.color=165,194,92' + 'semanticHighlighting.abstractMethodInvocation.enabled=true' + 'semanticHighlighting.field.underline=false' + 'semanticHighlighting.field.color=190,214,255' + 'semanticHighlighting.inheritedMethodInvocation.color=190,214,255' + 'semanticHighlighting.typeParameter.enabled=true' + 'semanticHighlighting.class.bold=false' + 'semanticHighlighting.inheritedMethodInvocation.underline=false' + 'semanticHighlighting.localVariableDeclaration.enabled=true' + 'groovy.editor.groovyDoc.keyword.enabled=true' + 'semanticHighlighting.typeParameter.bold=false' + 'semanticHighlighting.method.strikethrough=false' + 'semanticHighlighting.field.enabled=true' + 'semanticHighlighting.staticMethodInvocation.bold=false' + 'semanticHighlighting.localVariable.color=121,171,255' + 'semanticHighlighting.localVariableDeclaration.italic=false' + 'semanticHighlighting.inheritedMethodInvocation.italic=false' + 'semanticHighlighting.method.color=169,183,198' + 'semanticHighlighting.method.underline=false' + 'semanticHighlighting.annotation.italic=false' + 'semanticHighlighting.parameterVariable.underline=false' + 'semanticHighlighting.inheritedMethodInvocation.bold=false' + 'semanticHighlighting.parameterVariable.enabled=true' + 'semanticHighlighting.localVariableDeclaration.strikethrough=false' + 'semanticHighlighting.deprecatedMember.bold=false' + 'semanticHighlighting.staticMethodInvocation.enabled=true' + 'semanticHighlighting.staticFinalField.bold=false' + 'semanticHighlighting.staticFinalField.underline=false' + 'semanticHighlighting.methodDeclarationName.underline=false' + 'semanticHighlighting.interface.bold=false' + 'semanticHighlighting.enum.underline=false' + 'semanticHighlighting.parameterVariable.bold=false' + 'semanticHighlighting.number.strikethrough=false' + 'semanticHighlighting.staticFinalField.color=152,118,170' + 'semanticHighlighting.deprecatedMember.color=210,82,82' + 'semanticHighlighting.field.italic=false' + 'semanticHighlighting.deprecatedMember.strikethrough=true' + 'semanticHighlighting.typeArgument.italic=false' + 'semanticHighlighting.typeParameter.color=191,164,164' + 'groovy.editor.highlight.multilinecomments.color=98,151,85' + 'semanticHighlighting.inheritedMethodInvocation.strikethrough=false' + 'semanticHighlighting.typeArgument.bold=false' + 'semanticHighlighting.abstractMethodInvocation.bold=false' + 'semanticHighlighting.methodDeclarationName.strikethrough=false' + 'semanticHighlighting.annotation.enabled=true' + 'semanticHighlighting.localVariable.underline=false' + 'semanticHighlighting.number.underline=false' + 'semanticHighlighting.typeArgument.color=191,164,164' + 'semanticHighlighting.parameterVariable.italic=false' + 'semanticHighlighting.annotation.bold=false' + 'groovy.editor.groovyDoc.tag.enabled=true' + 'semanticHighlighting.abstractMethodInvocation.strikethrough=false' + 'semanticHighlighting.parameterVariable.strikethrough=false' + 'semanticHighlighting.abstractMethodInvocation.italic=false' + 'semanticHighlighting.methodDeclarationName.italic=false' +} +IEclipsePreferences#org-dadacoalition-yedit { + preferences: + 'colorDocumentPreference=216,216,216' + 'colorDefaultPreference=216,216,216' + 'colorTagPropertyPreferences=216,216,216' + 'colorKeyPreference=169,183,198' + 'colorFlowCharacterPreferences=216,216,216' + 'colorAliasPreferences=216,216,216' + 'colorAnchorPreferences=216,216,216' + 'colorCommentPreference=128,128,128' + 'colorConstantPreferences=169,183,198' + 'colorScalarPreference=165,194,92' +} +IEclipsePreferences#org-eclipse-angularjs-ui { + preferences: + 'angularExpression=#A5C25C | null | null | null | null | null' + 'directiveName=#CC7832 | null | false | null | null | null' + 'angularExpressionBorder=#D8D8D8 | null | null | null | null | null' + 'directiveParameterName=#BED6FF | null | null | null | null | null' +} +IEclipsePreferences#org-eclipse-ant-ui { + preferences: + 'org.eclipse.ant.ui.Color=203,78,78' + 'org.eclipse.ant.ui.commentsColor=98,151,85' + 'org.eclipse.ant.ui.constantStringsColor=165,194,92' + 'org.eclipse.ant.ui.debugColor=233,235,237' + 'org.eclipse.ant.ui.dtdColor=169,183,198' + 'org.eclipse.ant.ui.informationColor=121,171,255' + 'org.eclipse.ant.ui.processingInstructionsColor=216,216,216' + 'org.eclipse.ant.ui.tagsColor=169,183,198' + 'org.eclipse.ant.ui.textColor=216,216,216' + 'org.eclipse.ant.ui.verboseColor=209,151,217' + 'org.eclipse.ant.ui.warningColor=255,198,0' +} +IEclipsePreferences#org-eclipse-cdt-dsf-ui { + preferences: + 'disassembly.addressColor=63,209,63' + 'disassembly.codeBytesColor=218,29,67' + 'disassembly.functionOffsetsColor=218,29,67' +} +IEclipsePreferences#org-eclipse-cdt-make-ui { + preferences: + 'org.eclipse.cdt.make.ui.editor.comment=98,151,85' + 'org.eclipse.cdt.make.ui.editor.macro_ref=255,198,109' + 'org.eclipse.cdt.make.ui.editor.macro_def=255,198,109' + 'org.eclipse.cdt.make.ui.editor.default=216,216,216' + 'org.eclipse.cdt.make.ui.editor.function=169,183,198' + 'org.eclipse.cdt.make.ui.editor.keyword=204,120,50' +} +IEclipsePreferences#org-eclipse-cdt-ui { + preferences: + 'asm_directive=204,120,50' + 'asm_label=216,216,216' + 'buildConsoleBackgroundColor=25,29,31' + 'buildConsoleErrorStreamColor=218,29,67' + 'buildConsoleInfoStreamColor=121,171,255' + 'buildConsoleOutputStreamColor=233,235,237' + 'buildConsoleProblemBackgroundColor=11,13,14' + 'buildConsoleProblemHighlightedColor=255,127,127' + 'buildConsoleProblemInfoBackgroundColor=25,29,31' + 'buildConsoleProblemWarningBackgroundColor=10,12,13' + 'c_braces=216,216,216' + 'c_comment_task_tag=204,223,50' + 'c_default=216,216,216' + 'c_keyword=204,120,50' + 'c_multi_line_comment=98,151,85' + 'c_numbers=104,151,187' + 'c_operators=216,216,216' + 'c_single_line_comment=128,128,128' + 'c_string=165,194,92' + 'c_type=204,120,50' + 'content_assist_parameters_background=25,29,31' + 'content_assist_parameters_foreground=216,216,216' + 'content_assist_proposals_background=25,29,31' + 'content_assist_proposals_foreground=216,216,216' + 'inactiveCodeColor=65,65,4' + 'org.eclipse.cdt.internal.ui.text.doctools.multi=98,151,85' + 'org.eclipse.cdt.internal.ui.text.doctools.recognizedTag=132,185,119' + 'org.eclipse.cdt.internal.ui.text.doctools.single=98,151,85' + 'pp_default=216,216,216' + 'pp_directive=204,120,50' + 'pp_header=165,194,92' + 'semanticHighlighting.class.bold=false' + 'semanticHighlighting.class.color=169,183,198' + 'semanticHighlighting.class.enabled=true' + 'semanticHighlighting.class.italic=false' + 'semanticHighlighting.class.strikethrough=false' + 'semanticHighlighting.class.underline=false' + 'semanticHighlighting.enum.bold=false' + 'semanticHighlighting.enum.color=127,179,71' + 'semanticHighlighting.enum.enabled=true' + 'semanticHighlighting.enum.italic=false' + 'semanticHighlighting.enum.strikethrough=false' + 'semanticHighlighting.enum.underline=false' + 'semanticHighlighting.enumerator.bold=false' + 'semanticHighlighting.enumerator.color=152,118,170' + 'semanticHighlighting.enumerator.enabled=true' + 'semanticHighlighting.enumerator.italic=false' + 'semanticHighlighting.enumerator.strikethrough=false' + 'semanticHighlighting.enumerator.underline=false' + 'semanticHighlighting.externalSDK.bold=false' + 'semanticHighlighting.externalSDK.color=190,214,255' + 'semanticHighlighting.externalSDK.enabled=true' + 'semanticHighlighting.externalSDK.italic=false' + 'semanticHighlighting.externalSDK.strikethrough=false' + 'semanticHighlighting.externalSDK.underline=false' + 'semanticHighlighting.field.bold=false' + 'semanticHighlighting.field.color=190,214,255' + 'semanticHighlighting.field.enabled=true' + 'semanticHighlighting.field.italic=false' + 'semanticHighlighting.field.strikethrough=false' + 'semanticHighlighting.field.underline=false' + 'semanticHighlighting.function.bold=false' + 'semanticHighlighting.function.color=169,183,198' + 'semanticHighlighting.function.enabled=true' + 'semanticHighlighting.function.italic=false' + 'semanticHighlighting.function.strikethrough=false' + 'semanticHighlighting.function.underline=false' + 'semanticHighlighting.functionDeclaration.bold=false' + 'semanticHighlighting.functionDeclaration.color=255,198,109' + 'semanticHighlighting.functionDeclaration.enabled=true' + 'semanticHighlighting.functionDeclaration.italic=false' + 'semanticHighlighting.functionDeclaration.strikethrough=false' + 'semanticHighlighting.functionDeclaration.underline=false' + 'semanticHighlighting.localVariable.bold=false' + 'semanticHighlighting.localVariable.color=121,171,255' + 'semanticHighlighting.localVariable.enabled=true' + 'semanticHighlighting.localVariable.italic=false' + 'semanticHighlighting.localVariable.strikethrough=false' + 'semanticHighlighting.localVariable.underline=false' + 'semanticHighlighting.localVariableDeclaration.bold=false' + 'semanticHighlighting.localVariableDeclaration.color=190,214,255' + 'semanticHighlighting.localVariableDeclaration.enabled=true' + 'semanticHighlighting.localVariableDeclaration.italic=false' + 'semanticHighlighting.localVariableDeclaration.strikethrough=false' + 'semanticHighlighting.localVariableDeclaration.underline=false' + 'semanticHighlighting.macroDefinition.bold=false' + 'semanticHighlighting.macroDefinition.color=255,198,109' + 'semanticHighlighting.macroDefinition.enabled=true' + 'semanticHighlighting.macroDefinition.italic=false' + 'semanticHighlighting.macroDefinition.strikethrough=false' + 'semanticHighlighting.macroDefinition.underline=false' + 'semanticHighlighting.method.bold=false' + 'semanticHighlighting.method.color=169,183,198' + 'semanticHighlighting.method.enabled=true' + 'semanticHighlighting.method.italic=false' + 'semanticHighlighting.method.strikethrough=false' + 'semanticHighlighting.method.underline=false' + 'semanticHighlighting.methodDeclaration.bold=false' + 'semanticHighlighting.methodDeclaration.color=255,198,109' + 'semanticHighlighting.methodDeclaration.enabled=true' + 'semanticHighlighting.methodDeclaration.italic=false' + 'semanticHighlighting.methodDeclaration.strikethrough=false' + 'semanticHighlighting.methodDeclaration.underline=false' + 'semanticHighlighting.namespace.bold=false' + 'semanticHighlighting.namespace.color=152,118,170' + 'semanticHighlighting.namespace.enabled=true' + 'semanticHighlighting.namespace.italic=false' + 'semanticHighlighting.namespace.strikethrough=false' + 'semanticHighlighting.namespace.underline=false' + 'semanticHighlighting.parameterVariable.bold=false' + 'semanticHighlighting.parameterVariable.color=121,171,255' + 'semanticHighlighting.parameterVariable.enabled=true' + 'semanticHighlighting.parameterVariable.italic=false' + 'semanticHighlighting.parameterVariable.strikethrough=false' + 'semanticHighlighting.parameterVariable.underline=false' + 'semanticHighlighting.staticField.bold=false' + 'semanticHighlighting.staticField.color=239,192,144' + 'semanticHighlighting.staticField.enabled=true' + 'semanticHighlighting.staticField.italic=false' + 'semanticHighlighting.staticField.strikethrough=false' + 'semanticHighlighting.staticField.underline=false' + 'semanticHighlighting.staticMethod.bold=false' + 'semanticHighlighting.staticMethod.color=190,214,255' + 'semanticHighlighting.staticMethod.enabled=true' + 'semanticHighlighting.staticMethod.italic=false' + 'semanticHighlighting.staticMethod.strikethrough=false' + 'semanticHighlighting.staticMethod.underline=false' + 'semanticHighlighting.typeParameter.bold=false' + 'semanticHighlighting.typeParameter.color=191,164,164' + 'semanticHighlighting.typeParameter.enabled=true' + 'semanticHighlighting.typeParameter.italic=false' + 'semanticHighlighting.typeParameter.strikethrough=false' + 'semanticHighlighting.typeParameter.underline=false' + 'semanticHighlighting.typedef.bold=false' + 'semanticHighlighting.typedef.color=169,183,198' + 'semanticHighlighting.typedef.enabled=true' + 'semanticHighlighting.typedef.italic=false' + 'semanticHighlighting.typedef.strikethrough=false' + 'semanticHighlighting.typedef.underline=false' + 'sourceHoverBackgroundColor=66,68,69' + 'sourceHoverBackgroundColor.SystemDefault=false' +} +IEclipsePreferences#org-eclipse-datatools-sqltools-sqleditor { + preferences: + 'Others=0,0,0,0,0,216,216,216' + 'Type=0,0,0,0,0,169,183,198' + 'Identifier=0,0,0,0,0,169,183,198' + 'Keyword=0,0,0,0,0,204,120,50' + 'Multi-line comment=0,0,0,0,0,98,151,85' + 'Double quoted string=0,0,0,0,0,165,194,92' + 'Single-line comment=0,0,0,0,0,128,128,128' + 'Single quoted string=0,0,0,0,0,165,194,92' +} +IEclipsePreferences#org-eclipse-debug-ui { + preferences: + 'org.eclipse.debug.ui.Color=218,29,67' + 'org.eclipse.debug.ui.MemoryHistoryKnownColor=233,235,237' + 'org.eclipse.debug.ui.MemoryHistoryUnknownColor=168,177,184' + 'org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND=145,77,111' + 'org.eclipse.debug.ui.changedDebugElement=255,128,128' + 'org.eclipse.debug.ui.consoleBackground=25,29,31' + 'org.eclipse.debug.ui.errorColor=204,223,50' + 'org.eclipse.debug.ui.inColor=216,216,216' + 'org.eclipse.debug.ui.outColor=216,216,216' +} +IEclipsePreferences#org-eclipse-dltk-ruby-ui { + preferences: + 'variable.pseudo_bold=false' + 'content_assist_completion_replacement_background_underline=false' + 'DLTK_keyword_underline=false' + 'content_assist_parameters_foreground_italic=false' + 'content_assist_parameters_background_bold=false' + 'DLTK_comment_task_tag_italic=false' + 'ruby.symbols_underline=false' + 'DLTK_keyword_italic=false' + 'ruby.symbols_italic=false' + 'DLTK_doc_underline=false' + 'variable.pseudo_strikethrough=false' + 'variable_strikethrough=false' + 'DLTK_doc.topic_underline=false' + 'DLTK_string.eval=165,194,92' + 'content_assist_parameters_background=25,29,31' + 'variable.global_bold=false' + 'DLTK_doc_strikethrough=false' + 'DLTK_string.regexp_underline=false' + 'content_assist_completion_replacement_background_italic=false' + 'DLTK_keyword_return_underline=false' + 'DLTK_string_strikethrough=false' + 'DLTK_doc=98,151,85' + 'DLTK_default_bold=false' + 'DLTK_keyword_strikethrough=false' + 'content_assist_completion_replacement_foreground_italic=false' + 'const_underline=false' + 'DLTK_number_strikethrough=false' + 'content_assist_parameters_background_italic=false' + 'variable_underline=false' + 'content_assist_completion_replacement_background_strikethrough=false' + 'content_assist_parameters_foreground_strikethrough=false' + 'content_assist_completion_replacement_foreground_bold=false' + 'DLTK_string.regexp_italic=false' + 'content_assist_parameters_foreground=216,216,216' + 'content_assist_parameters_foreground_underline=false' + 'DLTK_number=104,151,187' + 'DLTK_string.eval_strikethrough=false' + 'variable.class=169,183,198' + 'DLTK_single_line_comment=128,128,128' + 'DLTK_string_bold=false' + 'variable_italic=false' + 'sourceHoverBackgroundColor.SystemDefault=false' + 'content_assist_completion_replacement_background=25,29,31' + 'DLTK_string.eval_italic=false' + 'content_assist_completion_replacement_foreground=216,216,216' + 'DLTK_string.regexp_bold=false' + 'variable.class_italic=false' + 'content_assist_parameters_background_strikethrough=false' + 'ruby.symbols=190,214,255' + 'DLTK_keyword_bold=false' + 'DLTK_string_underline=false' + 'DLTK_doc.topic=132,185,119' + 'DLTK_string=165,194,92' + 'variable.global_underline=false' + 'variable.global=239,192,144' + 'DLTK_comment_task_tag_bold=false' + 'DLTK_string.eval_underline=false' + 'content_assist_parameters_background_underline=false' + 'DLTK_number_underline=false' + 'DLTK_default_strikethrough=false' + 'const_bold=false' + 'variable.instance=169,183,198' + 'DLTK_comment_task_tag_underline=false' + 'DLTK_string.regexp_strikethrough=false' + 'variable.global_italic=false' + 'DLTK_comment_task_tag_strikethrough=false' + 'ruby.symbols_bold=false' + 'DLTK_keyword_return_italic=false' + 'variable.class_underline=false' + 'DLTK_doc.topic_italic=false' + 'DLTK_number_bold=false' + 'DLTK_single_line_comment_underline=false' + 'DLTK_keyword=204,120,50' + 'content_assist_completion_replacement_foreground_strikethrough=false' + 'variable.class_strikethrough=false' + 'variable.pseudo_italic=false' + 'const_strikethrough=false' + 'DLTK_keyword_return=204,120,50' + 'variable.instance_bold=false' + 'sourceHoverBackgroundColor_bold=false' + 'DLTK_number_italic=false' + 'variable.pseudo=121,171,255' + 'variable.global_strikethrough=false' + 'content_assist_completion_replacement_foreground_underline=false' + 'variable.instance_strikethrough=false' + 'DLTK_single_line_comment_bold=false' + 'sourceHoverBackgroundColor_strikethrough=false' + 'DLTK_doc.topic_bold=false' + 'DLTK_comment_task_tag=204,223,50' + 'variable.pseudo_underline=false' + 'DLTK_keyword_return_bold=false' + 'variable.instance_underline=false' + 'const=152,118,170' + 'content_assist_completion_replacement_background_bold=false' + 'ruby.symbols_strikethrough=false' + 'sourceHoverBackgroundColor_italic=false' + 'DLTK_doc_bold=false' + 'sourceHoverBackgroundColor_underline=false' + 'DLTK_doc.topic_strikethrough=false' + 'const_italic=false' + 'variable_bold=false' + 'DLTK_string.regexp=165,194,92' + 'variable.instance_italic=false' + 'DLTK_default=216,216,216' + 'sourceHoverBackgroundColor=66,68,69' + 'DLTK_single_line_comment_italic=false' + 'content_assist_parameters_foreground_bold=false' + 'variable.class_bold=false' + 'DLTK_default_italic=false' + 'DLTK_single_line_comment_strikethrough=false' + 'DLTK_doc_italic=false' + 'variable=121,171,255' + 'DLTK_keyword_return_strikethrough=false' + 'DLTK_default_underline=false' + 'DLTK_string.eval_bold=false' + 'DLTK_string_italic=false' +} +IEclipsePreferences#org-eclipse-dltk-tcl-ui { + preferences: + 'tcl_variable_italic=false' + 'DLTK_base_class_bold=false' + 'content_assist_completion_replacement_background_underline=false' + 'DLTK_comment_task_tag_strikethrough=false' + 'DLTK_argument_strikethrough=false' + 'DLTK_keyword_underline=false' + 'DLTK_class_definition_italic=false' + 'DLTK_keyword_return_italic=false' + 'content_assist_parameters_foreground_italic=false' + 'DLTK_base_class_strikethrough=false' + 'content_assist_parameters_background_bold=false' + 'DLTK_comment_task_tag_italic=false' + 'DLTK_number_bold=false' + 'DLTK_function_definition=169,183,198' + 'DLTK_keyword_italic=false' + 'DLTK_single_line_comment_underline=false' + 'DLTK_keyword=204,120,50' + 'content_assist_completion_replacement_foreground_strikethrough=false' + 'DLTK_base_class=169,183,198' + 'DLTK_keyword_return=204,120,50' + 'content_assist_parameters_background=25,29,31' + 'sourceHoverBackgroundColor_bold=false' + 'DLTK_number_italic=false' + 'DLTK_argument_italic=false' + 'content_assist_completion_replacement_background_italic=false' + 'DLTK_keyword_return_underline=false' + 'content_assist_completion_replacement_foreground_underline=false' + 'DLTK_string_strikethrough=false' + 'DLTK_argument_underline=false' + 'DLTK_single_line_comment_bold=false' + 'DLTK_function_definition_underline=false' + 'DLTK_class_definition_strikethrough=false' + 'sourceHoverBackgroundColor_strikethrough=false' + 'DLTK_default_bold=false' + 'DLTK_keyword_strikethrough=false' + 'content_assist_completion_replacement_foreground_italic=false' + 'DLTK_number_strikethrough=false' + 'DLTK_class_definition_underline=false' + 'DLTK_comment_task_tag=204,223,50' + 'DLTK_function_definition_bold=false' + 'content_assist_parameters_background_italic=false' + 'DLTK_keyword_return_bold=false' + 'DLTK_argument_bold=false' + 'content_assist_completion_replacement_background_strikethrough=false' + 'DLTK_argument=216,216,216' + 'content_assist_parameters_foreground_strikethrough=false' + 'content_assist_completion_replacement_foreground_bold=false' + 'content_assist_completion_replacement_background_bold=false' + 'DLTK_class_definition_bold=false' + 'content_assist_parameters_foreground=216,216,216' + 'sourceHoverBackgroundColor_italic=false' + 'content_assist_parameters_foreground_underline=false' + 'tcl_variable=121,171,255' + 'DLTK_number=104,151,187' + 'sourceHoverBackgroundColor_underline=false' + 'DLTK_single_line_comment=216,216,216' + 'DLTK_base_class_underline=false' + 'DLTK_class_definition=169,183,198' + 'DLTK_string_bold=false' + 'tcl_variable_underline=false' + 'sourceHoverBackgroundColor.SystemDefault=false' + 'content_assist_completion_replacement_background=25,29,31' + 'DLTK_default=216,216,216' + 'content_assist_completion_replacement_foreground=216,216,216' + 'sourceHoverBackgroundColor=66,68,69' + 'DLTK_base_class_italic=false' + 'DLTK_single_line_comment_italic=false' + 'content_assist_parameters_background_strikethrough=false' + 'DLTK_keyword_bold=false' + 'content_assist_parameters_foreground_bold=false' + 'DLTK_string_underline=false' + 'DLTK_string=165,194,92' + 'DLTK_function_definition_strikethrough=false' + 'tcl_variable_strikethrough=false' + 'DLTK_default_italic=false' + 'DLTK_single_line_comment_strikethrough=false' + 'DLTK_comment_task_tag_bold=false' + 'content_assist_parameters_background_underline=false' + 'tcl_variable_bold=false' + 'DLTK_number_underline=false' + 'DLTK_default_strikethrough=false' + 'DLTK_function_definition_italic=false' + 'DLTK_keyword_return_strikethrough=false' + 'DLTK_default_underline=false' + 'DLTK_comment_task_tag_underline=false' + 'DLTK_string_italic=false' +} +IEclipsePreferences#org-eclipse-e4-CSS { + preferences: + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.color=169,183,198' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.color=104,151,187' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.color=255,198,109' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.color=204,223,50' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.color=216,216,216' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.color=204,120,50' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.color=98,151,85' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.color=216,216,216' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.bgColor=' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.color=165,194,92' + 'org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.color=169,183,198' +} +IEclipsePreferences#org-eclipse-epp-mpc-ui { + preferences: + 'native-borders=false' +} +IEclipsePreferences#org-eclipse-jdt-ui { + preferences: + 'content_assist_completion_replacement_background=200,200,0' + 'content_assist_completion_replacement_foreground=194,0,0' + 'content_assist_parameters_background=48,54,59' + 'content_assist_parameters_foreground=235,237,239' + 'content_assist_proposals_background=48,54,59' + 'content_assist_proposals_foreground=235,237,239' + 'java_bracket=216,216,216' + 'java_comment_task_tag=204,223,50' + 'java_default=216,216,216' + 'java_doc_default=98,151,85' + 'java_doc_keyword=132,185,119' + 'java_doc_link=132,185,119' + 'java_doc_tag=132,185,119' + 'java_keyword=204,120,50' + 'java_keyword_bold=false' + 'java_keyword_return=204,120,50' + 'java_keyword_return_bold=false' + 'java_multi_line_comment=98,151,85' + 'java_operator=216,216,216' + 'java_single_line_comment=128,128,128' + 'java_string=165,194,92' + 'matchingBracketsColor=244,245,246' + 'pf_coloring_argument=204,120,50' + 'pf_coloring_assignment=216,216,216' + 'pf_coloring_comment=128,128,128' + 'pf_coloring_key=216,216,216' + 'pf_coloring_value=165,194,92' + 'semanticHighlighting.abstractClass.color=62,171,230' + 'semanticHighlighting.abstractClass.enabled=true' + 'semanticHighlighting.abstractMethodInvocation.bold=false' + 'semanticHighlighting.abstractMethodInvocation.color=190,214,255' + 'semanticHighlighting.abstractMethodInvocation.enabled=true' + 'semanticHighlighting.abstractMethodInvocation.italic=false' + 'semanticHighlighting.abstractMethodInvocation.strikethrough=false' + 'semanticHighlighting.abstractMethodInvocation.underline=false' + 'semanticHighlighting.annotation.bold=false' + 'semanticHighlighting.annotation.color=187,181,41' + 'semanticHighlighting.annotation.enabled=true' + 'semanticHighlighting.annotation.italic=false' + 'semanticHighlighting.annotation.strikethrough=false' + 'semanticHighlighting.annotation.underline=false' + 'semanticHighlighting.annotationElementReference.color=235,75,100' + 'semanticHighlighting.annotationElementReference.enabled=true' + 'semanticHighlighting.class.bold=false' + 'semanticHighlighting.class.color=169,183,198' + 'semanticHighlighting.class.enabled=true' + 'semanticHighlighting.class.italic=false' + 'semanticHighlighting.class.strikethrough=false' + 'semanticHighlighting.class.underline=false' + 'semanticHighlighting.deprecatedMember.bold=false' + 'semanticHighlighting.deprecatedMember.color=210,82,82' + 'semanticHighlighting.deprecatedMember.enabled=true' + 'semanticHighlighting.deprecatedMember.italic=false' + 'semanticHighlighting.deprecatedMember.strikethrough=true' + 'semanticHighlighting.deprecatedMember.underline=false' + 'semanticHighlighting.enum.bold=false' + 'semanticHighlighting.enum.color=127,179,71' + 'semanticHighlighting.enum.enabled=true' + 'semanticHighlighting.enum.italic=false' + 'semanticHighlighting.enum.strikethrough=false' + 'semanticHighlighting.enum.underline=false' + 'semanticHighlighting.field.bold=false' + 'semanticHighlighting.field.color=190,214,255' + 'semanticHighlighting.field.enabled=true' + 'semanticHighlighting.field.italic=false' + 'semanticHighlighting.field.strikethrough=false' + 'semanticHighlighting.field.underline=false' + 'semanticHighlighting.inheritedField.color=143,143,191' + 'semanticHighlighting.inheritedMethodInvocation.bold=false' + 'semanticHighlighting.inheritedMethodInvocation.color=190,214,255' + 'semanticHighlighting.inheritedMethodInvocation.enabled=true' + 'semanticHighlighting.inheritedMethodInvocation.italic=false' + 'semanticHighlighting.inheritedMethodInvocation.strikethrough=false' + 'semanticHighlighting.inheritedMethodInvocation.underline=false' + 'semanticHighlighting.interface.bold=false' + 'semanticHighlighting.interface.color=152,118,170' + 'semanticHighlighting.interface.enabled=true' + 'semanticHighlighting.interface.italic=false' + 'semanticHighlighting.interface.strikethrough=false' + 'semanticHighlighting.interface.underline=false' + 'semanticHighlighting.localVariable.bold=false' + 'semanticHighlighting.localVariable.color=121,171,255' + 'semanticHighlighting.localVariable.enabled=true' + 'semanticHighlighting.localVariable.italic=false' + 'semanticHighlighting.localVariable.strikethrough=false' + 'semanticHighlighting.localVariable.underline=false' + 'semanticHighlighting.localVariableDeclaration.bold=false' + 'semanticHighlighting.localVariableDeclaration.color=190,214,255' + 'semanticHighlighting.localVariableDeclaration.enabled=true' + 'semanticHighlighting.localVariableDeclaration.italic=false' + 'semanticHighlighting.localVariableDeclaration.strikethrough=false' + 'semanticHighlighting.localVariableDeclaration.underline=false' + 'semanticHighlighting.method.bold=false' + 'semanticHighlighting.method.color=169,183,198' + 'semanticHighlighting.method.enabled=true' + 'semanticHighlighting.method.italic=false' + 'semanticHighlighting.method.strikethrough=false' + 'semanticHighlighting.method.underline=false' + 'semanticHighlighting.methodDeclarationName.bold=false' + 'semanticHighlighting.methodDeclarationName.color=255,198,109' + 'semanticHighlighting.methodDeclarationName.enabled=true' + 'semanticHighlighting.methodDeclarationName.italic=false' + 'semanticHighlighting.methodDeclarationName.strikethrough=false' + 'semanticHighlighting.methodDeclarationName.underline=false' + 'semanticHighlighting.number.bold=false' + 'semanticHighlighting.number.color=104,151,187' + 'semanticHighlighting.number.enabled=true' + 'semanticHighlighting.number.italic=false' + 'semanticHighlighting.number.strikethrough=false' + 'semanticHighlighting.number.underline=false' + 'semanticHighlighting.parameterVariable.bold=false' + 'semanticHighlighting.parameterVariable.color=121,171,255' + 'semanticHighlighting.parameterVariable.enabled=true' + 'semanticHighlighting.parameterVariable.italic=false' + 'semanticHighlighting.parameterVariable.strikethrough=false' + 'semanticHighlighting.parameterVariable.underline=false' + 'semanticHighlighting.restrictedKeywords.bold=false' + 'semanticHighlighting.restrictedKeywords.color=197,104,28' + 'semanticHighlighting.staticField.bold=false' + 'semanticHighlighting.staticField.color=239,192,144' + 'semanticHighlighting.staticField.enabled=true' + 'semanticHighlighting.staticField.italic=false' + 'semanticHighlighting.staticField.strikethrough=false' + 'semanticHighlighting.staticField.underline=false' + 'semanticHighlighting.staticFinalField.bold=false' + 'semanticHighlighting.staticFinalField.color=152,118,170' + 'semanticHighlighting.staticFinalField.enabled=true' + 'semanticHighlighting.staticFinalField.italic=false' + 'semanticHighlighting.staticFinalField.strikethrough=false' + 'semanticHighlighting.staticFinalField.underline=false' + 'semanticHighlighting.staticMethodInvocation.bold=false' + 'semanticHighlighting.staticMethodInvocation.color=190,214,255' + 'semanticHighlighting.staticMethodInvocation.enabled=true' + 'semanticHighlighting.staticMethodInvocation.italic=false' + 'semanticHighlighting.staticMethodInvocation.strikethrough=false' + 'semanticHighlighting.staticMethodInvocation.underline=false' + 'semanticHighlighting.typeArgument.bold=false' + 'semanticHighlighting.typeArgument.color=191,164,164' + 'semanticHighlighting.typeArgument.enabled=true' + 'semanticHighlighting.typeArgument.italic=false' + 'semanticHighlighting.typeArgument.strikethrough=false' + 'semanticHighlighting.typeArgument.underline=false' + 'semanticHighlighting.typeParameter.bold=false' + 'semanticHighlighting.typeParameter.color=191,164,164' + 'semanticHighlighting.typeParameter.enabled=true' + 'semanticHighlighting.typeParameter.italic=false' + 'semanticHighlighting.typeParameter.strikethrough=false' + 'semanticHighlighting.typeParameter.underline=false' + 'sourceHoverBackgroundColor=66,68,69' +} +IEclipsePreferences#org-eclipse-jst-jsp-ui { + preferences: + 'SCRIPT_AREA_BORDER=#D8D8D8 | null | null | null | null | null' + 'tagBorder=#A9B7C6 | null | null | null | null | null' + 'tagAttributeValue=#A5C25C | null | null | null | null | null' + 'tagAttributeEquals=#D8D8D8 | null | null | null | null | null' + 'jsp_content=#D8D8D8 | null | null | null | null | null' + 'commentBorder=#629755 | null | null | false | null | null' + 'tagAttributeName=#CC7832 | null | false | null | null | null' + 'commentText=#629755 | null | null | false | null | null' +} +IEclipsePreferences#org-eclipse-mylyn-wikitext-ui { + preferences: + 'block-h1=font-size: 120%; font-weight: bold; color: #118bbd;' + 'block-h2=font-size: 110%; font-weight: bold; color: #118bbd;' + 'block-h3=font-size: 105%; font-weight: bold; color: #118bbd;' + 'block-h4=font-weight: bold; color: #118bbd;' + 'block-h5=font-size: 90%; font-weight: bold; color: #118bbd;' + 'block-h6=font-size: 80%; font-weight: bold; color: #118bbd;' + 'phrase-code=font-family: monospace; color: #6d72f6;' +} +IEclipsePreferences#org-eclipse-pde-ui { + preferences: + 'editor.color.header_assignment=216,216,216' + 'editor.color.externalized_string=165,194,92' + 'editor.color.instr=169,183,198' + 'editor.color.string=165,194,92' + 'editor.color.tag=121,171,255' + 'editor.color.header_osgi=204,120,50' + 'editor.color.default=216,216,216' + 'editor.color.header_key=204,120,50' + 'editor.color.header_attributes=121,171,255' + 'editor.color.xml_comment=98,151,85' + 'editor.color.header_value=165,194,92' +} +IEclipsePreferences#org-eclipse-php-ui { + preferences: + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.color=#BED6FF' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.italic=false' + 'codeStyleNormal=#D8D8D8 | null | null | null | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.color=#A9B7C6' + 'editorColorBoundarymaker=#D8D8D8 | null | null | null | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.color=#D25252' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.strikethrough=false' + 'editorColorLineComment=#808080 | null | null | false | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.strikethrough=false' + 'editorColorHeredoc=#629755 | null | null | false | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.italic=false' + 'editorColorComment=#629755 | null | null | false | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.bold=false' + 'editorColorPHPDocComment=#629755 | null | null | false | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.color=#79ABFF' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.color=#A9B7C6' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.color=#9876AA' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.bold=false' + 'editorColorNumber=#6897BB | null | null | null | null | null' + 'editorColorPhpdoc=#629755 | null | null | false | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.color=#BED6FF' + 'editorColorTask=#CCDF32 | null | null | false | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.color=#A9B7C6' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.underline=false' + 'editorColorVariable=#79ABFF | null | null | null | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.color=#A9B7C6' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.strikethrough=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.underline=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.strikethrough=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.bold=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.color=#79ABFF' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.color=#9876AA' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.color=#A9B7C6' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.italic=false' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.enabled=true' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.color=#EFC090' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.enabled=true' + 'editorColorString=#A5C25C | null | null | null | null | null' + 'editorColorKeyword=#CC7832 | null | false | null | null | null' + 'semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.enabled=true' +} +IEclipsePreferences#org-eclipse-team-cvs-ui { + preferences: + 'pref_console_message_color=216,216,216' + 'pref_console_command_color=128,128,128' + 'pref_console_error_color=169,183,198' +} +IEclipsePreferences#org-eclipse-ui-editors { + preferences: + 'AbstractTextEditor.Color.Background=25,29,31' + 'AbstractTextEditor.Color.Background.SystemDefault=false' + 'AbstractTextEditor.Color.FindScope=66,68,69' + 'AbstractTextEditor.Color.Foreground=216,216,216' + 'AbstractTextEditor.Color.Foreground.SystemDefault=false' + 'AbstractTextEditor.Color.SelectionBackground=26,95,140' + 'AbstractTextEditor.Color.SelectionBackground.SystemDefault=false' + 'AbstractTextEditor.Color.SelectionForeground=146,157,165' + 'AbstractTextEditor.Color.SelectionForeground.SystemDefault=false' + 'LSP4EReadOccurrenceIndicationColor=26,95,140' + 'LSP4ETextOccurrenceIndicationColor=26,95,140' + 'LSP4EWriteOccurrenceIndicationColor=26,95,140' + 'PHPReadOccurrenceIndicationColor=65,65,4' + 'PHPWriteOccurrenceIndicationColor=65,65,4' + 'TM4EMatchingPairColor=26,95,140' + 'TextOccurrenceIndicationColor=27, 98, 145' + 'asOccurencesIndicationColor=65,65,4' + 'breakpointIndicationColor=49,115,187' + 'currentIPColor=50,50,50' + 'currentLineColor=50,57,62' + 'deletionIndicationColor=210,82,82' + 'filteredSearchResultIndicationColor=26,95,140' + 'findBlockColor=255,165,0' + 'findIndicationColor=47,58,119' + 'hyperlinkColor=111,197,238' + 'hyperlinkColor.SystemDefault=false' + 'infoIndicationColor=86,194,170' + 'javaScriptOccurrenceIndicationColor=65,65,4' + 'lineNumberColor=208,208,208' + 'linked.slave.color=66,156,255' + 'matchingTagIndicationColor=65,65,4' + 'occurrenceIndicationColor=65,65,4' + 'org.eclipse.cdt.ui.occurrenceIndicationColor=65,65,4' + 'org.eclipse.cdt.ui.writeOccurrenceIndicationColor=65,65,4' + 'overrideIndicatorColor=75,116,113' + 'printMarginColor=208,208,208' + 'pydevOccurrenceIndicationColor=65,65,4' + 'searchResultHighlighting=false' + 'searchResultIndication=true' + 'searchResultIndicationColor=66,68,69' + 'searchResultTextStyle=BOX' + 'secondaryIPColor=50,50,50' + 'spellingIndicationColor=253,170,211' + 'writeOccurrenceIndicationColor=65,65,4' +} +IEclipsePreferences#org-eclipse-ui-genericeditor { + preferences: + 'matchingBracketsColor=244,245,246' +} +IEclipsePreferences#org-eclipse-ui-workbench { + preferences: + 'ACTIVE_HYPERLINK_COLOR=255,200,0' + 'CONFLICTING_COLOR=232,14,64' + 'CONTENT_ASSIST_BACKGROUND_COLOR=46,52,56' + 'CONTENT_ASSIST_FOREGROUND_COLOR=233,235,237' + 'COUNTER_COLOR=0,208,255' + 'DECORATIONS_COLOR=181,152,86' + 'ERROR_COLOR=247,68,117' + 'HYPERLINK_COLOR=111,197,238' + 'INCOMING_COLOR=31,179,235' + 'OUTGOING_COLOR=235,237,239' + 'RESOLVED_COLOR=104,203,16' + 'cdataBorder=0,254,254' + 'cdataText=255,255,255' + 'commentBorder=75,113,227' + 'commentText=75,113,227' + 'content_assist_parameters_background=46,52,56' + 'content_assist_parameters_foreground=233,235,237' + 'content_assist_proposals_background=46,52,56' + 'content_assist_proposals_foreground=233,235,237' + 'declBoder=0,254,254' + 'doctypeExternalId=110,124,135' + 'doctypeExternalPubref=0,254,254' + 'doctypeExtrenalSysref=106,213,160' + 'doctypeName=0,254,254' + 'dtdComment=115,130,140' + 'dtdData=186,92,92' + 'dtdDefault=255,255,255' + 'dtdKeyword=255,191,191' + 'dtdString=89,224,134' + 'dtdSymbol=255,191,191' + 'dtdTag=96,96,255' + 'dtdTagName=96,96,255' + 'entityReference=212,0,255' + 'org.eclipse.debug.ui.console.background=0,0,0' + 'org.eclipse.debug.ui.console.stream.err=255,127,127' + 'org.eclipse.debug.ui.console.stream.in=0,255,184' + 'org.eclipse.debug.ui.console.stream.out=255,255,255' + 'org.eclipse.egit.ui.CommitMessageCommentColor=115,130,140' + 'org.eclipse.egit.ui.DiffAddBackgroundColor=51,81,30' + 'org.eclipse.egit.ui.DiffAddForegroundColor=235,237,239' + 'org.eclipse.egit.ui.DiffHeadlineBackgroundColor=25,29,31' + 'org.eclipse.egit.ui.DiffHeadlineForegroundColor=238,240,241' + 'org.eclipse.egit.ui.DiffHunkBackgroundColor=25,29,31' + 'org.eclipse.egit.ui.DiffHunkForegroundColor=241,242,244' + 'org.eclipse.egit.ui.DiffRemoveBackgroundColor=97,45,45' + 'org.eclipse.egit.ui.DiffRemoveForegroundColor=238,240,241' + 'org.eclipse.egit.ui.IgnoredResourceForegroundColor=157,167,175' + 'org.eclipse.egit.ui.UncommittedChangeBackgroundColor=25,29,31' + 'org.eclipse.egit.ui.UncommittedChangeForegroundColor=216,220,223' + 'org.eclipse.jdt.ui.ColoredLabels.inherited=143,143,191' + 'org.eclipse.jdt.ui.ColoredLabels.writeaccess_highlight=255,128,128' + 'org.eclipse.jdt.ui.Javadoc.backgroundColor=48,54,59' + 'org.eclipse.jdt.ui.Javadoc.foregroundColor=235,237,239' + 'org.eclipse.jdt.ui.abstractMethodInvocationHighlighting=255,255,255' + 'org.eclipse.jdt.ui.annotationElementReferenceHighlighting=255,255,255' + 'org.eclipse.jdt.ui.annotationHighlighting=143,155,163' + 'org.eclipse.jdt.ui.autoboxingHighlighting=255,255,0' + 'org.eclipse.jdt.ui.classHighlighting=0,255,255' + 'org.eclipse.jdt.ui.content_assist_completion_replacement_background=123,123,0' + 'org.eclipse.jdt.ui.content_assist_completion_replacement_foreground=255,127,127' + 'org.eclipse.jdt.ui.content_assist_parameters_background=0,0,0' + 'org.eclipse.jdt.ui.content_assist_parameters_foreground=255,255,255' + 'org.eclipse.jdt.ui.deprecatedMemberHighlighting=255,255,255' + 'org.eclipse.jdt.ui.enumHighlighting=247,173,123' + 'org.eclipse.jdt.ui.fieldHighlighting=159,159,255' + 'org.eclipse.jdt.ui.inheritedMethodInvocationHighlighting=255,255,255' + 'org.eclipse.jdt.ui.interfaceHighlighting=125,158,255' + 'org.eclipse.jdt.ui.java_bracket=255,255,255' + 'org.eclipse.jdt.ui.java_comment_task_tag=73,93,111' + 'org.eclipse.jdt.ui.java_default=255,255,255' + 'org.eclipse.jdt.ui.java_doc_default=75,113,227' + 'org.eclipse.jdt.ui.java_doc_keyword=73,93,111' + 'org.eclipse.jdt.ui.java_doc_link=96,96,255' + 'org.eclipse.jdt.ui.java_doc_tag=104,104,130' + 'org.eclipse.jdt.ui.java_keyword=255,0,255' + 'org.eclipse.jdt.ui.java_keyword_return=255,0,255' + 'org.eclipse.jdt.ui.java_multi_line_comment=106,213,160' + 'org.eclipse.jdt.ui.java_operator=255,255,255' + 'org.eclipse.jdt.ui.java_single_line_comment=106,213,160' + 'org.eclipse.jdt.ui.java_string=212,0,255' + 'org.eclipse.jdt.ui.localVariableDeclarationHighlighting=246,144,144' + 'org.eclipse.jdt.ui.localVariableHighlighting=246,144,144' + 'org.eclipse.jdt.ui.matchingBracketsColor=255,0,255' + 'org.eclipse.jdt.ui.methodDeclarationHighlighting=255,255,255' + 'org.eclipse.jdt.ui.methodDeclarationNameHighlighting=255,255,255' + 'org.eclipse.jdt.ui.methodHighlighting=255,255,255' + 'org.eclipse.jdt.ui.numberHighlighting=212,0,255' + 'org.eclipse.jdt.ui.parameterVariableHighlighting=246,144,144' + 'org.eclipse.jdt.ui.pf_coloring_argument=255,0,255' + 'org.eclipse.jdt.ui.pf_coloring_assignment=255,255,255' + 'org.eclipse.jdt.ui.pf_coloring_comment=106,213,160' + 'org.eclipse.jdt.ui.pf_coloring_key=255,255,255' + 'org.eclipse.jdt.ui.pf_coloring_value=212,0,255' + 'org.eclipse.jdt.ui.staticFieldHighlighting=159,159,255' + 'org.eclipse.jdt.ui.staticFinalFieldHighlighting=159,159,255' + 'org.eclipse.jdt.ui.staticMethodInvocationHighlighting=255,255,255' + 'org.eclipse.jdt.ui.typeArgumentHighlighting=255,255,0' + 'org.eclipse.jdt.ui.typeParameterHighlighting=247,173,123' + 'org.eclipse.jdt.ui.typeVariableDeclarationHighlighting=247,173,123' + 'org.eclipse.jface.REVISION_NEWEST_COLOR=185,124,52' + 'org.eclipse.jface.REVISION_OLDEST_COLOR=25,29,31' + 'org.eclipse.search.ui.match.highlight=73,83,90' + 'org.eclipse.ui.editors.backgroundColor=0,0,0' + 'org.eclipse.ui.editors.currentLineColor=7,8,8' + 'org.eclipse.ui.editors.findScope=62,70,76' + 'org.eclipse.ui.editors.foregroundColor=255,255,255' + 'org.eclipse.ui.editors.lineNumberRulerColor=120,135,145' + 'org.eclipse.ui.editors.printMarginColor=62,70,76' + 'org.eclipse.ui.showkeys.backgroundColor=182,190,195' + 'piBorder=0,254,254' + 'tagAttributeName=255,0,255' + 'tagAttributeValue=212,0,255' + 'tagBorder=0,254,254' + 'tagName=89,179,179' +} +IEclipsePreferences#org-eclipse-wst-css-ui { + preferences: + 'ATTRIBUTE_DELIM=#A9B7C6 | null | null | null | null | null' + 'UNIVERSAL=#A9B7C6 | null | null | null | null | null' + 'ATTRIBUTE_VALUE=#A9B7C6 | null | null | null | null | null' + 'COLON=#D8D8D8 | null | null | null | null | null' + 'CLASS=#A9B7C6 | null | null | null | null | null' + 'PSEUDO=#A9B7C6 | null | null | null | null | null' + 'PROPERTY_VALUE=#A5C25C | null | null | null | null | null' + 'URI=#A5C25C | null | null | null | null | null' + 'PROPERTY_NAME=#BED6FF | null | null | null | null | null' + 'COMMENT=#629755 | null | null | false | null | null' + 'CURLY_BRACE=#D8D8D8 | null | null | null | null | null' + 'ATTRIBUTE_NAME=#A9B7C6 | null | null | null | null | null' + 'ATMARK_RULE=#A9B7C6 | null | null | null | null | null' + 'COMBINATOR=#A9B7C6 | null | null | null | null | null' + 'SELECTOR=#A9B7C6 | null | null | null | null | null' + 'STRING=#A5C25C | null | null | null | null | null' + 'MEDIA=#CC7832 | null | false | null | null | null' + 'SEMI_COLON=#D8D8D8 | null | null | null | null | null' + 'ID=#A9B7C6 | null | null | null | null | null' + 'NORMAL=#D8D8D8 | null | null | null | null | null' + 'ATTRIBUTE_OPERATOR=#A9B7C6 | null | null | null | null | null' +} +IEclipsePreferences#org-eclipse-wst-dtd-ui { + preferences: + 'dtdKeyword=#CC7832 | null | false | null | null | null' + 'dtdTag=#BED6FF | null | null | null | null | null' + 'dtdString=#A5C25C | null | null | null | null | null' + 'dtdTagName=#BED6FF | null | null | null | null | null' + 'dtdDefault=#D8D8D8 | null | null | null | null | null' + 'dtdData=#D8D8D8 | null | null | null | null | null' + 'dtdSymbol=#BED6FF | null | null | null | null | null' + 'dtdComment=#629755 | null | null | false | null | null' +} +IEclipsePreferences#org-eclipse-wst-html-ui { + preferences: + 'doctypeExternalPubref=#A9B7C6 | null | null | null | null | null' + 'tagBorder=#79ABFF | null | null | null | null | null' + 'declBoder=#A9B7C6 | null | null | null | null | null' + 'doctypeExtrenalSysref=#A9B7C6 | null | null | null | null | null' + 'tagName=#BED6FF | null | null | null | null | null' + 'commentText=#629755 | null | null | false | null | null' + 'doctypeExternalId=#A9B7C6 | null | null | null | null | null' + 'doctypeName=#A9B7C6 | null | null | null | null | null' + 'tagAttributeValue=#A5C25C | null | null | null | null | null' + 'tagAttributeEquals=#D8D8D8 | null | null | null | null | null' + 'entityReference=#CC7832 | null | false | null | null | null' + 'commentBorder=#629755 | null | null | false | null | null' + 'tagAttributeName=#BED6FF | null | null | null | null | null' + 'xmlContent=#D8D8D8 | null | null | null | null | null' +} +IEclipsePreferences#org-eclipse-wst-jsdt-ui { + preferences: + 'CONTENT_ASSIST_BACKGROUND_COLOR=46,52,56' + 'CONTENT_ASSIST_FOREGROUND_COLOR=233,235,237' + 'content_assist_parameters_background=46,52,56' + 'content_assist_parameters_foreground=233,235,237' + 'content_assist_proposals_background=46,52,56' + 'content_assist_proposals_foreground=233,235,237' + 'java_bracket=216,216,216' + 'java_comment_task_tag=204,223,50' + 'java_default=216,216,216' + 'java_doc_default=98,151,85' + 'java_doc_keyword=132,185,119' + 'java_doc_link=132,185,119' + 'java_doc_tag=132,185,119' + 'java_keyword=204,120,50' + 'java_keyword_return=204,120,50' + 'java_multi_line_comment=98,151,85' + 'java_operator=216,216,216' + 'java_single_line_comment=128,128,128' + 'java_string=165,194,92' + 'semanticHighlighting.localVariable.bold=false' + 'semanticHighlighting.localVariable.color=121,171,255' + 'semanticHighlighting.localVariable.enabled=true' + 'semanticHighlighting.localVariable.italic=false' + 'semanticHighlighting.localVariable.strikethrough=false' + 'semanticHighlighting.localVariable.underline=false' + 'semanticHighlighting.localVariableDeclaration.bold=false' + 'semanticHighlighting.localVariableDeclaration.color=190,214,255' + 'semanticHighlighting.localVariableDeclaration.enabled=true' + 'semanticHighlighting.localVariableDeclaration.italic=false' + 'semanticHighlighting.localVariableDeclaration.strikethrough=false' + 'semanticHighlighting.localVariableDeclaration.underline=false' + 'semanticHighlighting.methodDeclarationName.bold=false' + 'semanticHighlighting.methodDeclarationName.color=255,198,109' + 'semanticHighlighting.methodDeclarationName.enabled=true' + 'semanticHighlighting.methodDeclarationName.italic=false' + 'semanticHighlighting.methodDeclarationName.strikethrough=false' + 'semanticHighlighting.methodDeclarationName.underline=false' + 'tagName=169,183,198' +} +IEclipsePreferences#org-eclipse-wst-sse-ui { + preferences: + 'content_assist_completion_replacement_background=200,200,0' + 'content_assist_completion_replacement_foreground=194,0,0' + 'content_assist_parameters_background=48,54,59' + 'content_assist_parameters_foreground=235,237,239' + 'content_assist_proposals_background=48,54,59' + 'content_assist_proposals_foreground=235,237,239' +} +IEclipsePreferences#org-eclipse-wst-xml-ui { + preferences: + 'cdataBorder=#A9B7C6 | null | null | null | null | null' + 'cdataText=#D8D8D8 | null | null | null | null | null' + 'commentBorder=#629755 | null | null | false | null | null' + 'commentText=#629755 | null | null | false | null | null' + 'declBoder=#A9B7C6 | null | null | null | null | null' + 'declBorder=#A9B7C6 | null | null | null | null | null' + 'doctypeExternalId=#A9B7C6 | null | null | null | null | null' + 'doctypeExternalPubref=#A9B7C6 | null | null | null | null | null' + 'doctypeExtrenalSysref=#A9B7C6 | null | null | null | null | null' + 'doctypeName=#A9B7C6 | null | null | null | null | null' + 'entityReference=#CC7832 | null | false | null | null | null' + 'piBorder=#A9B7C6 | null | null | null | null | null' + 'piContent=#D8D8D8 | null | null | null | null | null' + 'tagAttributeEquals=#D8D8D8 | null | null | null | null | null' + 'tagAttributeName=#BED6FF | null | null | null | null | null' + 'tagAttributeValue=#A5C25C | null | null | null | null | null' + 'tagBorder=#79ABFF | null | null | null | null | null' + 'tagName=#BED6FF | null | null | null | null | null' + 'xmlContent=#D8D8D8 | null | null | null | null | null' +} +IEclipsePreferences#org-eclipse-wst-xsl-ui { + preferences: + 'xsltagAttributeValue=#A5C25C | null | null | null | null | null' + 'xsltagBorder=#79ABFF | null | null | null | null | null' + 'xsltagName=#BED6FF | null | null | null | null | null' + 'xsltagAttributeName=#BED6FF | null | null | null | null | null' +} +IEclipsePreferences#org-eclipse-xtend-core-Xtend { + preferences: + 'AbstractTextEditor.Color.Background=25,29,31' + 'AbstractTextEditor.Color.Foreground=216,216,216' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.comment.color=98,151,85' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.default.color=216,216,216' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.keyword.color=204,120,50' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.number.color=104,151,187' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.punctuation.color=216,216,216' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.string.color=165,194,92' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.annotation.color=187,181,41' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.extension.method.invacation.color=169,183,198' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.field.color=190,214,255' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.field.color=239,192,144' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.method.invocation.color=190,214,255' + 'org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xtend.richText.bgColor=39,44,48' +} +IEclipsePreferences#org-epic-perleditor { + preferences: + 'taskIndicationColorBold=false' + 'AbstractTextEditor.Color.Background.SystemDefault=false' + 'lineNumberColorBold=false' + 'bookmarkIndicationColor=132,185,119' + 'literal2ColorBold=false' + 'errorIndicationColorBold=false' + 'comment1ColorBold=false' + 'literal1Color=165,194,92' + 'othersIndicationColorBold=false' + 'operatorColorBold=false' + 'AbstractTextEditor.Color.BackgroundBold=false' + 'currentLineColor=50,57,62' + 'othersIndicationColor=216,216,216' + 'taskIndicationColor=204,223,50' + 'currentLineColorBold=false' + 'warningIndicationColorBold=false' + 'markupColor=216,216,216' + 'labelColorBold=false' + 'AbstractTextEditor.Color.Background=25,29,31' + 'literal2Color=165,194,92' + 'keyword1Color=204,120,50' + 'AbstractTextEditor.Color.Foreground=216,216,216' + 'keyword1ColorBold=false' + 'AbstractTextEditor.Color.Foreground.SystemDefault=false' + 'searchResultIndicationColor=66,68,69' + 'functionColor=169,183,198' + 'operatorColor=216,216,216' + 'invalidColorBold=false' + 'searchResultIndicationColorBold=false' + 'variableColorBold=false' + 'comment1Color=128,128,128' + 'printMarginColorBold=false' + 'lineNumberColor=208,208,208' + 'functionColorBold=false' + 'warningIndicationColor=165,194,92' + 'comment2Color=98,151,85' + 'comment2ColorBold=false' + 'keyword2Color=169,183,198' + 'bookmarkIndicationColorBold=false' + 'literal1ColorBold=false' + 'numberColorBold=false' + 'AbstractTextEditor.Color.ForegroundBold=false' + 'printMarginColor=208,208,208' + 'variableColor=121,171,255' + 'labelColor=216,216,216' + 'keyword2ColorBold=false' + 'markupColorBold=false' + 'invalidColor=210,82,82' + 'numberColor=104,151,187' + 'errorIndicationColor=169,183,198' +} +IEclipsePreferences#org-erlide-ui { + preferences: + 'editor/colors/integercolor=104,151,187' + 'editor/colors/floatcolor=104,151,187' + 'editor/colors/keywordcolor=204,120,50' + 'editor/colors/stringcolor=165,194,92' + 'editor/colors/macrostyle=0' + 'editor/colors/atomcolor=216,216,216' + 'editor/colors/commentstyle=0' + 'editor/colors/arrowstyle=0' + 'editor/colors/arrowcolor=216,216,216' + 'editor/colors/defaultcolor=216,216,216' + 'editor/colors/keywordstyle=0' + 'editor/colors/macrocolor=239,192,144' + 'editor/colors/floatstyle=0' + 'editor/colors/charcolor=165,194,92' + 'editor/colors/stringstyle=0' + 'editor/colors/integerstyle=0' + 'editor/colors/charstyle=0' + 'editor/colors/variablecolor=121,171,255' + 'editor/colors/variablestyle=0' + 'editor/colors/commentcolor=98,151,85' + 'editor/colors/defaultstyle=0' + 'editor/colors/atomstyle=0' +} +IEclipsePreferences#org-jboss-ide-eclipse-freemarker { + preferences: + 'color.oppositeRegion=65,65,4' + 'color.string=165,194,92' + 'color.text=216,216,216' + 'color.interpolation=204,120,50' + 'color.xmlComment=98,151,85' + 'color.xmlTag=121,171,255' + 'color.directive=169,183,198' + 'color.comment=128,128,128' +} +IEclipsePreferences#org-nodeclipse-enide-editors-gradle { + preferences: + 'color_normal=216,216,216' + 'color_string=165,194,92' + 'color_number=104,151,187' + 'color_comment=98,151,85' + 'color_doc=98,151,85' + 'color_keyword=204,120,50' +} +IEclipsePreferences#org-nodeclipse-enide-editors-jade { + preferences: + 'color_normal=216,216,216' + 'color_string=165,194,92' + 'color_number=104,151,187' + 'color_comment=98,151,85' + 'color_doc=98,151,85' + 'color_keyword=204,120,50' +} +IEclipsePreferences#org-python-pydev { + preferences: + 'STRING_COLOR=165,194,92' + 'NUMBER_STYLE=0' + 'COMMENT_COLOR=98,151,85' + 'EDITOR_MATCHING_BRACKETS_COLOR=216,216,216' + 'FUNC_NAME_COLOR=169,183,198' + 'OPERATORS_COLOR=216,216,216' + 'SELF_COLOR=204,120,50' + 'PARENS_COLOR=216,216,216' + 'CLASS_NAME_STYLE=0' + 'CODE_COLOR=216,216,216' + 'PARENS_STYLE=0' + 'KEYWORD_COLOR=204,120,50' + 'STRING_STYLE=0' + 'EDITOR_MATCHING_BRACKETS_STYLE=0' + 'CLASS_NAME_COLOR=169,183,198' + 'BACKQUOTES_STYLE=0' + 'NUMBER_COLOR=104,151,187' + 'OPERATORS_STYLE=0' + 'BACKQUOTES_COLOR=216,216,216' + 'DECORATOR_COLOR=187,181,41' + 'KEYWORD_STYLE=0' + 'FUNC_NAME_STYLE=0' + 'DECORATOR_STYLE=0' + 'CODE_STYLE=0' + 'SELF_STYLE=0' + 'COMMENT_STYLE=0' +} +IEclipsePreferences#org-scala-ide-play2 { + preferences: + 'template.plain.colour=216,216,216' + 'syntaxColouring.operator.colour=216,216,216' + 'syntaxColouring.scaladocAnnotation.colour=132,185,119' + 'syntaxColouring.bracket.colour=216,216,216' + 'syntaxColouring.scaladoc.colour=98,151,85' + 'syntaxColouring.multiLineString.colour=165,194,92' + 'template.default.colour=216,216,216' + 'syntaxColouring.default.colour=255,198,109' + 'route.uri.colour=165,194,92' + 'syntaxColouring.keyword.colour=204,120,50' + 'syntaxColouring.xml.cdata.colour=128,128,128' + 'template.at.colour=204,120,50' + 'syntaxColouring.xml.processingInstruction.colour=216,216,216' + 'template.brace.colour=204,120,50' + 'route.httpKeyword.colour=204,120,50' + 'syntaxColouring.xml.tagName.colour=216,216,216' + 'syntaxColouring.singleLineComment.colour=128,128,128' + 'route.comment.colour=128,128,128' + 'syntaxColouring.multiLineComment.colour=98,151,85' + 'syntaxColouring.numberLiteral.colour=104,151,187' + 'route.actionClass.colour=169,183,198' + 'syntaxColouring.xml.attributeValue.colour=165,194,92' + 'route.uriDynamic.colour=121,171,255' + 'syntaxColouring.return.colour=204,120,50' + 'route.action.colour=121,171,255' + 'route.actionMethod.colour=169,183,198' + 'route.actionPackage.colour=127,179,71' + 'route.default.colour=216,216,216' + 'syntaxColouring.xml.equals.colour=216,216,216' + 'syntaxColouring.xml.comment.colour=98,151,85' + 'syntaxColouring.xml.tagDelimiter.colour=216,216,216' + 'syntaxColouring.string.colour=165,194,92' + 'syntaxColouring.xml.attributeName.colour=204,120,50' +} +IEclipsePreferences#org-scala-ide-sdt-core { + preferences: + 'syntaxColoring.scaladocAnnotation.color=132,185,119' + 'syntaxColoring.semantic.type.color=191,164,164' + 'syntaxColoring.semantic.templateVar.color=190,214,255' + 'syntaxColouring.bracket.colour=216,216,216' + 'syntaxColoring.scaladoc.color=98,151,85' + 'syntaxColoring.keyword.color=204,120,50' + 'syntaxColoring.semantic.method.color=255,198,109' + 'syntaxColoring.semantic.object.color=127,179,71' + 'syntaxColouring.multiLineString.colour=165,194,92' + 'syntaxColouring.semantic.class.colour=169,183,198' + 'syntaxColouring.semantic.method.colour=255,198,109' + 'syntaxColouring.keyword.colour=204,120,50' + 'syntaxColouring.semantic.localVal.colour=152,118,170' + 'syntaxColoring.semantic.localVal.color=152,118,170' + 'syntaxColouring.semantic.localVar.colour=121,171,255' + 'syntaxColouring.semantic.methodParam.colour=121,171,255' + 'syntaxColouring.xml.processingInstruction.colour=216,216,216' + 'syntaxColouring.semantic.lazyTemplateVal.colour=190,214,255' + 'syntaxColoring.semantic.templateVal.color=190,214,255' + 'syntaxColouring.semantic.package.colour=127,179,71' + 'syntaxColoring.default.color=216,216,216' + 'syntaxColoring.semantic.methodParam.color=121,171,255' + 'syntaxColouring.semantic.trait.colour=152,118,170' + 'syntaxColoring.multiLineComment.color=98,151,85' + 'syntaxColoring.xml.comment.color=98,151,85' + 'syntaxColouring.semantic.caseObject.colour=127,179,71' + 'syntaxColoring.bracket.color=216,216,216' + 'syntaxColouring.singleLineComment.colour=128,128,128' + 'syntaxColouring.multiLineComment.colour=98,151,85' + 'syntaxColouring.xml.attributeValue.colour=165,194,92' + 'syntaxColoring.semantic.caseClass.color=169,183,198' + 'syntaxColoring.xml.cdata.color=128,128,128' + 'syntaxColouring.xml.equals.colour=216,216,216' + 'syntaxColoring.string.color=165,194,92' + 'syntaxColouring.semantic.templateVar.colour=190,214,255' + 'syntaxColoring.xml.attributeValue.color=165,194,92' + 'syntaxColoring.semantic.lazyLocalVal.color=127,179,71' + 'syntaxColouring.semantic.templateVal.colour=190,214,255' + 'syntaxColouring.operator.colour=216,216,216' + 'syntaxColoring.multiLineString.color=165,194,92' + 'syntaxColouring.scaladocAnnotation.colour=132,185,119' + 'syntaxColouring.scaladoc.colour=98,151,85' + 'syntaxColouring.semantic.object.colour=127,179,71' + 'syntaxColoring.xml.equals.color=216,216,216' + 'syntaxColouring.default.colour=216,216,216' + 'syntaxColouring.semantic.annotation.colour=187,181,41' + 'syntaxColoring.semantic.trait.color=152,118,170' + 'syntaxColoring.semantic.lazyTemplateVal.color=190,214,255' + 'syntaxColouring.xml.cdata.colour=128,128,128' + 'syntaxColoring.singleLineComment.color=128,128,128' + 'syntaxColoring.semantic.caseObject.color=127,179,71' + 'syntaxColoring.xml.tagDelimiter.color=216,216,216' + 'syntaxColoring.xml.attributeName.color=204,120,50' + 'syntaxColouring.semantic.type.colour=191,164,164' + 'syntaxColouring.semantic.typeParameter.colour=191,164,164' + 'syntaxColoring.return.color=204,120,50' + 'syntaxColouring.semantic.lazyLocalVal.colour=127,179,71' + 'syntaxColouring.character.colour=165,194,92' + 'syntaxColoring.semantic.class.color=169,183,198' + 'syntaxColoring.semantic.annotation.color=187,181,41' + 'syntaxColouring.xml.tagName.colour=216,216,216' + 'syntaxColouring.numberLiteral.colour=104,151,187' + 'syntaxColoring.numberLiteral.color=104,151,187' + 'syntaxColouring.semantic.caseClass.colour=169,183,198' + 'syntaxColoring.semantic.package.color=127,179,71' + 'syntaxColouring.return.colour=204,120,50' + 'syntaxColoring.operator.color=216,216,216' + 'syntaxColoring.xml.tagName.color=216,216,216' + 'syntaxColouring.xml.comment.colour=98,151,85' + 'syntaxColoring.semantic.typeParameter.color=191,164,164' + 'syntaxColouring.xml.tagDelimiter.colour=216,216,216' + 'syntaxColoring.semantic.localVar.color=121,171,255' + 'syntaxColouring.string.colour=165,194,92' + 'syntaxColouring.xml.attributeName.colour=204,120,50' + 'syntaxColoring.xml.processingInstruction.color=216,216,216' +} +IEclipsePreferences#org-sourceforge-jsonedit-core { + preferences: + 'colorNull=216,216,216' + 'colorDefault=216,216,216' + 'colorValue=190,214,255' + 'colorString=165,194,92' +} +IEclipsePreferences#org-sweetlemonade-eclipse-json { + preferences: + 'colorObjectBracket=121,171,255' + 'colorNumberStyle=0' + 'colorArrayBracketEnabled=true' + 'colorNumber=104,151,187' + 'colorMatchBracketEnabled=true' + 'colorNull=204,120,50' + 'colorKeyEnabled=true' + 'colorDefault=216,216,216' + 'colorBooleanEnabled=true' + 'colorObjectBracketStyle=0' + 'colorBracketStyle=0' + 'colorObjectBracketEnabled=true' + 'colorDefaultEnabled=true' + 'colorDefaultStyle=0' + 'colorKeyStyle=0' + 'colorMatchBracket=121,171,255' + 'colorNullStyle=0' + 'colorBoolean=204,120,50' + 'colorString=165,194,92' + 'colorArrayBracket=121,171,255' + 'colorMatchBracketStyle=0' + 'colorBooleanStyle=0' + 'colorBracketEnabled=true' + 'colorStringEnabled=true' + 'colorBracket=121,171,255' + 'colorKey=190,214,255' + 'colorArrayBracketStyle=0' + 'colorNullEnabled=true' + 'colorStringStyle=0' + 'colorNumberEnabled=true' +} +IEclipsePreferences#winterwell-markdown { + preferences: + 'Pref_Default=216,216,216' + 'Pref_Header=204,223,50' + 'Pref_Comment=98,151,85' + 'Pref_Link=132,185,119' +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.egit.ui-1849137576.css b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.egit.ui-1849137576.css new file mode 100644 index 0000000..d80c7fd --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.egit.ui-1849137576.css @@ -0,0 +1,43 @@ +/******************************************************************************* +* Copyright (c) 2014, 2022 Andrea Guarinoni and others. +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Eclipse Public License 2.0 +* which accompanies this distribution, and is available at +* https://www.eclipse.org/legal/epl-2.0/ +* +* SPDX-License-Identifier: EPL-2.0 +* +* Contributors: +* Andrea Guarinoni - initial API and implementation +* Fabio Zadrozny - Bug 465672 - EGit staging view and commit page are not properly styled +* Lars Vogel - Bug 466486 +*******************************************************************************/ + +/* ############################## EGIT preferences ############################## */ + +/* See bug 466075 about the pseudo-selector ":org-eclipse-egit-ui" */ + +/* +* The default e4_dark_partstyle.css has .MPart Composite > StyledText with a lighter background. +* Override this with a more specific selector. +*/ +.MPart Composite > StyledText.org-eclipse-egit-ui-CommitAndDiffComponent { +background-color: inherit; +color: inherit; +} + +/* +* Use a darker background for the tables in the Git history page. The default dark theme assigns +* a slightly lighter background otherwise; we want the default background color as is used for +* other views (#272c30; decimal 39,44,48). +*/ +Table.org-eclipse-egit-ui-GitHistoryPage { +background-color: inherit; +} + +/* +* Same for the staged/unstaged tree viewers in the staging view. +*/ +.MPart Section Tree.org-eclipse-egit-ui-StagingView { +background-color: inherit; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.epp.mpc.ui.css--1027399938.css b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.epp.mpc.ui.css--1027399938.css new file mode 100644 index 0000000..621b2bd --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.epp.mpc.ui.css--1027399938.css @@ -0,0 +1,59 @@ + + +.MarketplaceViewer, +.MarketplaceViewer > *, +.MarketplaceItem, +.MarketplaceItem * { +background-color: #32393e; +color: #d8dcdf; +} + +.MarketplaceItem Link { +color: #86939c; +} +.MarketplaceItem .disabled { +color: #a0aab1; +} + +.TagsToolTip, +.TagsToolTip * { +background-color: #49535a; +color: #d8dcdf; +} + +.NotificationItem, +.NotificationItem * { +background-color: #4d5c6c; +color: #9ac9d8; +} + +.CatalogSwitcher, +.CatalogSwitcher > ScrolledComposite, +.CatalogSwitcher > ScrolledComposite > *, +.Catalog, +.Catalog > * { +background-color: #32393e; +color: #d8dcdf; +} + +.Catalog:checked, +.Catalog:checked > * { +background-color: COLOR-LIST-SELECTION; +} + +#MarketplacePage CTabItem:selected, +#MarketplaceContent, +.MarketplaceSearchHeader, +.MarketplaceSearchHeader > Label { +background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; +} + +#MarketplacePage CategoryItem, +#MarketplacePage CategoryItem > GradientCanvas, +#MarketplacePage CategoryItem > GradientCanvas > Label { +/* SWT-BUG workaround: a style for background is not applied on GradientCanvas (CSS engine repaint issue) */ +background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; +background-image: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; +background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; +color: #d8dcdf; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.jdt.ui-326703266.css b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.jdt.ui-326703266.css new file mode 100644 index 0000000..1356982 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/colors-org.eclipse.jdt.ui-326703266.css @@ -0,0 +1,50 @@ +/******************************************************************************* +* Copyright (c) 2014, 2020 Lars Vogel and others. +* +* This program and the accompanying materials +* are made available under the terms of the Eclipse Public License 2.0 +* which accompanies this distribution, and is available at +* https://www.eclipse.org/legal/epl-2.0/ +* +* SPDX-License-Identifier: EPL-2.0 +* +* Contributors: +* Lars Vogel - initial API and implementation +* Andrea Guarinoni - intial color schema definition +*******************************************************************************/ + +/* ############################## JDT syntax highlighting ############################## */ + + + + +BulletListBlock > StyledText { +background-color: #394146; +color: #b3bbc1; +} + +FormatterPreferenceSectionComposite { +background-color:#49535a; +color:#ebedef; +swt-titlebar-color: #c7cdd1; +} + +#BreadcrumbComposite > Composite, +#BreadcrumbItemComposite, +#BreadcrumbItemDetailComposite, +#BreadcrumbItemDetailTextComposite, +#BreadcrumbItemDetailImageComposite, +#BreadcrumbItemDetailTextLabel, +#BreadcrumbItemDetailImageLabel, +#BreadcrumbItemDropDownToolBar +{ +/* +* Bug 465666 +* +* Note: as we can't change the arrow to black, we configure +* the background with the lighter color used for the background +* of toolbars and make the foreground color brighter too. +*/ +background-color:#49535a; +color: white; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/splash-fix.css b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/splash-fix.css new file mode 100755 index 0000000..d15add7 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/com.genuitec.eclipse.ui.common.platform/splash-fix.css @@ -0,0 +1,7 @@ +#org-eclipse-ui-splash-progressText { + color: #ffffff; +} + +#org-eclipse-ui-splash-progressPart { + background-image: url('me-custom:/platform:/plugin/org.eclipse.platform/splash.bmp'); +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/0/3065cf6127ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/0/3065cf6127ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..c21daf3 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/0/3065cf6127ea001e19ecb7ebff9f4d84 @@ -0,0 +1,24 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class PariSimple extends Pari { + + @Required @Column + String Issue; + + @Required @Column + DateTime HeureLimite; + + @Required @Column + Integer pointsAvanceequipe1; + @Required @Column + Integer pointsAvanceequipe2; +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/11/d0719dad1aea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/11/d0719dad1aea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/14/108b6abb27ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/14/108b6abb27ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..31e7fba --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/14/108b6abb27ea001e19ecb7ebff9f4d84 @@ -0,0 +1,31 @@ +package com.yourcompany.bmo.model; + + + + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class Pari { + + @Id @Required @Column + Integer pari_ID; + + @Required @Column + Parieur parieur; + + @Column @Required + String TypePari; + + @Column @Required + String RésultatParié; + + @Column @Required + Float Montant; + + @Column @Required + Float Cote; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/14/40a01aa219ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/14/40a01aa219ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..a92d391 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/14/40a01aa219ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model.Sports; + +public class Basket { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/17/00d65a411cea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/17/00d65a411cea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..4470df0 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/17/00d65a411cea001e19ecb7ebff9f4d84 @@ -0,0 +1,26 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity +public class Sport { + + @Column @Required + String sport_Nom; + + @OneToMany (mappedBy="sport") + private Collection evenements; + + public String getNom() { + return this.sport_Nom; + } + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1b/0002c7a119ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1b/0002c7a119ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..326fa9a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1b/0002c7a119ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Sets { + + @Column @Required + Integer numéro_set; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1e/e077ca4e27ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1e/e077ca4e27ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..51fb45b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1e/e077ca4e27ea001e19ecb7ebff9f4d84 @@ -0,0 +1,10 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +@Entity +public class Bookmarker { + + public void crediterParieur(Pari pari){} + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1f/205714411cea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1f/205714411cea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..21a3688 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1f/205714411cea001e19ecb7ebff9f4d84 @@ -0,0 +1,21 @@ +package com.yourcompany.bmo.model; + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Sport { + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.sport_Nom; + } + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1f/c0aa47a117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1f/c0aa47a117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..356d95d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/1f/c0aa47a117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model.Dans_match; + +import javax.persistence.*; + +@Entity +public class Sets { + @Column + public int numéro_set; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/20/c0007b6222ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/20/c0007b6222ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/21/109d501017ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/21/109d501017ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..746148c --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/21/109d501017ea001e19ecb7ebff9f4d84 @@ -0,0 +1,8 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +public class QuartTemps { + @Column + private int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/21/6079652f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/21/6079652f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..0f7e3eb --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/21/6079652f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class MiTemps { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/22/b0f2fc0a1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/22/b0f2fc0a1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..5394df6 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/22/b0f2fc0a1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,4 @@ + +public class Sport { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/23/80bccd7117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/23/80bccd7117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..0caada6 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/23/80bccd7117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +@Entity +public class Sets { + @Column + private int numéro_set; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/23/a015662f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/23/a015662f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..0f7e3eb --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/23/a015662f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class MiTemps { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/26/306429e919ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/26/306429e919ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..f366570 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/26/306429e919ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class Sets { + + @Column @Required + Integer numéro_set; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/27/009811411cea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/27/009811411cea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..fb95e45 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/27/009811411cea001e19ecb7ebff9f4d84 @@ -0,0 +1,34 @@ +package com.yourcompany.bmo.model; + + +import java.sql.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Evenement { + + @Id @Required @Column + Integer event_ID; + + @Required @Column + String event_Nom; + + @Column + Date date; + + + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.sport_Nom; + } + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/2a/904520a219ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/2a/904520a219ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..d32d685 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/2a/904520a219ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/2b/b00b5df417ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/2b/b00b5df417ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..de9e185 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/2b/b00b5df417ea001e19ecb7ebff9f4d84 @@ -0,0 +1,14 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + +@Entity @Getter @Setter + +public class MiTemps { + + @Column(length=50) @Required + public int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3/505e14e018ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3/505e14e018ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..90a97d0 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3/505e14e018ea001e19ecb7ebff9f4d84 @@ -0,0 +1,17 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +import org.openxava.annotations.*; +import org.openxava.model.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/30/10a02af716ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/30/10a02af716ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..fa378db --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/30/10a02af716ea001e19ecb7ebff9f4d84 @@ -0,0 +1,10 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +import lombok.*; + +public class QuartTemps { + @Column + private int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/30/8065120e1aea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/30/8065120e1aea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..aaf6d21 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/30/8065120e1aea001e19ecb7ebff9f4d84 @@ -0,0 +1,4 @@ + +public class Tennis { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/31/00ce37e917ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/31/00ce37e917ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..946b124 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/31/00ce37e917ea001e19ecb7ebff9f4d84 @@ -0,0 +1,10 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +import lombok.*; + +@Entity @Getter @Setter +public class MiTemps { + @Column(length=50) + public int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/32/104e0c3229ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/32/104e0c3229ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..5f093ec --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/32/104e0c3229ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + +import java.util.*; + +import javax.persistence.*; + +@Entity +public class Bookmarker { + + @OneToMany (mappedBy="bookmarker") + private Collection paris; + + + public void crediterParieur(Pari pari){} + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/34/d0bc64bc17ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/34/d0bc64bc17ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..3afd68d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/34/d0bc64bc17ea001e19ecb7ebff9f4d84 @@ -0,0 +1,10 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +import lombok.*; + +@Entity @Getter @Setter +public class MiTemps { + @Column + public int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/34/e0cb572d17ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/34/e0cb572d17ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/36/1027672f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/36/1027672f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..7b2438f --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/36/1027672f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,33 @@ + + +import java.sql.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Evenement { + + @Id @Required @Column + Integer event_ID; + + @Required @Column + String event_Nom; + + @Column + Date date; + + + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.sport_Nom; + } + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/37/f071e13529ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/37/f071e13529ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..8147acf --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/37/f071e13529ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + +import java.util.*; + +import javax.persistence.*; + +@Entity +public class Bookmaker { + + @OneToMany (mappedBy="bookmarker") + private Collection paris; + + + public void crediterParieur(Pari pari){} + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3c/a0ad2d0f27ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3c/a0ad2d0f27ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..89adb19 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3c/a0ad2d0f27ea001e19ecb7ebff9f4d84 @@ -0,0 +1,28 @@ +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Parieur { + + @Id @Required @Column + Integer parieur_ID; + + @Required @Column + String parieur_Nom; + + @Column @Required + Float Solde; + + @Column + Integer capital_jetons; + + + @OneToMany (mappedBy="parieur") + private Collection paris; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3c/d0a669a017ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3c/d0a669a017ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..965ac1a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3c/d0a669a017ea001e19ecb7ebff9f4d84 @@ -0,0 +1,8 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +@Entity +public class MiTemps { + @Column + public int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3d/e0c005e719ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3d/e0c005e719ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..6d530c9 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/3d/e0c005e719ea001e19ecb7ebff9f4d84 @@ -0,0 +1,19 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Basket extends Sport { + + @Embedded + Collection + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/41/1093612d1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/41/1093612d1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..667e444 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/41/1093612d1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class Sets { + + @Column @Required + Integer numéro_set; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/41/e01c501527ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/41/e01c501527ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/44/a00ace7117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/44/a00ace7117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..0caada6 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/44/a00ace7117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +@Entity +public class Sets { + @Column + private int numéro_set; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/47/80beab3a19ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/47/80beab3a19ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..35706b8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/47/80beab3a19ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model.Matchs; + +public class MiTemps { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/47/90ffcacb17ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/47/90ffcacb17ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..a32e2f2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/47/90ffcacb17ea001e19ecb7ebff9f4d84 @@ -0,0 +1,10 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +import lombok.*; + +@Entity @Getter @Setter +public class MiTemps { + @Column(length=50) + public int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/4a/f09dc89119ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/4a/f09dc89119ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/4f/f0f24e6119ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/4f/f0f24e6119ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5/d0d74ee719ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5/d0d74ee719ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..b9a6db2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5/d0d74ee719ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class MiTemps { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/50/20e5261d22ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/50/20e5261d22ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..c534cab --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/50/20e5261d22ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class PariAvancé { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/53/b07252a519ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/53/b07252a519ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..90fe228 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/53/b07252a519ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Basket extends Sport { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/56/401c09e719ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/56/401c09e719ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..f0bafed --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/56/401c09e719ea001e19ecb7ebff9f4d84 @@ -0,0 +1,21 @@ + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity +public class Basket extends Sport { + + @Embedded + public Collection quarttemps; + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/56/a009ab1b19ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/56/a009ab1b19ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..4f0ee71 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/56/a009ab1b19ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/57/507fcdad16ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/57/507fcdad16ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/59/403a10f716ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/59/403a10f716ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..8b4cb55 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/59/403a10f716ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class QuartTemps { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5f/10abcc7117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5f/10abcc7117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..4757ba3 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5f/10abcc7117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +@Entity +public class QuartTemps { + @Column + private int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5f/e0690b6718ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5f/e0690b6718ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..f0099e1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/5f/e0690b6718ea001e19ecb7ebff9f4d84 @@ -0,0 +1,15 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +import org.openxava.annotations.*; +import org.openxava.model.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class QuartTemps extends Identifiable { + @Column(length=50) @Required + public Integer numéro_quarttemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/7001d06127ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/7001d06127ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..3c199bc --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/7001d06127ea001e19ecb7ebff9f4d84 @@ -0,0 +1,50 @@ +package com.yourcompany.bmo.model; + + + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Evenement { + + @Id @Required @Column + Integer event_ID; + + @Required @Column + String event_Nom; + + @Column @Required + Date date; + + @Column + Integer numéro_période; + + @Column + String score; + + @OneToMany (mappedBy="evenement") + private Collection participants; + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.event_Nom; + } + + public Date getDate() { + return this.date; + } + + public Integer getID() { + return this.event_ID; + } +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/902668f326ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/902668f326ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..4ffbcce --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/902668f326ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class Parieur { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/e02cd3241bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/e02cd3241bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..4d68b7e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/63/e02cd3241bea001e19ecb7ebff9f4d84 @@ -0,0 +1,15 @@ + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Tennis extends Sport { + + @Embedded + public Collection sets; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/64/d031ddb819ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/64/d031ddb819ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..da7a4b9 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/64/d031ddb819ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/66/a05fd22618ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/66/a05fd22618ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..db23a9a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/66/a05fd22618ea001e19ecb7ebff9f4d84 @@ -0,0 +1,18 @@ +package com.yourcompany.bmo.model; + +import java.math.*; +import java.time.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; +import org.openxava.model.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class QuartTemps { + @Column(length=50) @Required + public Integer numéro_quarttemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/66/c0541c9626ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/66/c0541c9626ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..9a84b2d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/66/c0541c9626ea001e19ecb7ebff9f4d84 @@ -0,0 +1,20 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class PariAvancé extends Pari { + + @Required @Column + String Type; + + @Required @Column + String Intervalle; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/67/5097f90a1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/67/5097f90a1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..f8c7c10 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/67/5097f90a1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,4 @@ + +public class Evenement { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/67/c0f5278517ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/67/c0f5278517ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..9358c27 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/67/c0f5278517ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model.Dans_match; + +import javax.persistence.*; + +@Entity +public class Sets { + @Column + private int numéro_set; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/69/405ed74e29ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/69/405ed74e29ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..16f80f0 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/69/405ed74e29ea001e19ecb7ebff9f4d84 @@ -0,0 +1,37 @@ +package com.yourcompany.bmo.model; + + + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Participant { + + @Id @Required @Column + Integer participant_ID; + + @Required @Column + String participant_Nom; + + @Column @Required + String participant_Type; + + + public String getType() { + return this.participant_Type; + } + + public String getNom() { + return this.participant_Nom; + } + + public Integer getID() { + return this.participant_ID; + } +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/6a/0036dbb819ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/6a/0036dbb819ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..da7a4b9 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/6a/0036dbb819ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/70/702b89131aea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/70/702b89131aea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..87fa08b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/70/702b89131aea001e19ecb7ebff9f4d84 @@ -0,0 +1,17 @@ + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class Basket extends Sport { + + @Embedded + public Collection quarttemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/70/a08b1f0c19ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/70/a08b1f0c19ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/74/900c612f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/74/900c612f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..c2a675f --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/74/900c612f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,17 @@ + + +import java.util.*; + +import javax.persistence.*; + +import com.yourcompany.bmo.model.*; + + +@Entity +public class Basket extends Sport { + + @Embedded + public Collection quarttemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/74/d019642f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/74/d019642f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..6e8defe --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/74/d019642f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,15 @@ + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Basket extends Sport { + + @Embedded + public Collection quarttemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/79/80272ae919ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/79/80272ae919ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..f366570 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/79/80272ae919ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class Sets { + + @Column @Required + Integer numéro_set; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7c/2042ac1b19ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7c/2042ac1b19ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e4201f5 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7c/2042ac1b19ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class Sets { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7c/60577f3027ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7c/60577f3027ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..48e246d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7c/60577f3027ea001e19ecb7ebff9f4d84 @@ -0,0 +1,10 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +@Entity +public class Bookmarker { + + public void crediterParieur(Pari par){} + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7d/107f551017ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7d/107f551017ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..c309053 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7d/107f551017ea001e19ecb7ebff9f4d84 @@ -0,0 +1,14 @@ +package com.yourcompany.bmo.model; +import java.math.*; +import java.time.*; + +import javax.persistence.*; + +import lombok.*; + +@Entity @Getter @Setter +public class QuartTemps { + @Column + private int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/306acf7117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/306acf7117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..097fbb2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/306acf7117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,8 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +@Entity +public class MiTemps { + @Column + private int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/502bcf2618ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/502bcf2618ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..8b4cb55 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/502bcf2618ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class QuartTemps { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/e0098c6f17ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/e0098c6f17ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..dd94269 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7e/e0098c6f17ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class MiTemps { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7f/904201db20ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/7f/904201db20ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/82/30ade73219ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/82/30ade73219ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..59b293e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/82/30ade73219ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model.Matchs; + +public class Sets { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/84/00f4ab1b19ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/84/00f4ab1b19ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e4201f5 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/84/00f4ab1b19ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class Sets { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8a/5007201d22ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8a/5007201d22ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..332e4d9 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8a/5007201d22ea001e19ecb7ebff9f4d84 @@ -0,0 +1,48 @@ +package com.yourcompany.bmo.model; + + + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Evenement { + + @Id @Required @Column + Integer event_ID; + + @Required @Column + String event_Nom; + + @Column @Required + Date date; + + @Column + Integer numéro_période; + + @Column + String score; + + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.event_Nom; + } + + public Date getDate() { + return this.date; + } + + public Integer getID() { + return this.event_ID; + } +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8b/0033f74929ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8b/0033f74929ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..7d2e237 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8b/0033f74929ea001e19ecb7ebff9f4d84 @@ -0,0 +1,56 @@ +package com.yourcompany.bmo.model; + + + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Evenement { + + @Id @Required @Column + Integer event_ID; + + @Required @Column + String event_Nom; + + @Column @Required + Date date; + + @Column + Integer numéro_période; + + @Column + String score; + + @OneToMany (mappedBy="evenement") + private Collection participants; + + @OneToMany (mappedBy="evenement") + private Collection pari_avancés; + + @OneToMany (mappedBy="evenement") + private Collection pari_simples; + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.event_Nom; + } + + public Date getDate() { + return this.date; + } + + public Integer getID() { + return this.event_ID; + } +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8e/201a856f19ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8e/201a856f19ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8f/90f1306f17ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8f/90f1306f17ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e4201f5 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/8f/90f1306f17ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class Sets { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9/401faa1b19ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9/401faa1b19ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..4f0ee71 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9/401faa1b19ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9/f0ba6b2f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9/f0ba6b2f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..7ee4c8f --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9/f0ba6b2f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/91/30ba073229ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/91/30ba073229ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..2fc17f3 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/91/30ba073229ea001e19ecb7ebff9f4d84 @@ -0,0 +1,34 @@ +package com.yourcompany.bmo.model; + + + + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class Pari { + + @Id @Required @Column + Integer pari_ID; + + @Column @Required + String TypePari; + + @Column @Required + String RésultatParié; + + @Column @Required + Float Montant; + + @Column @Required + Float Cote; + + @ManyToOne + public Bookmarker bookmaker; + + @ManyToOne + public Parieur parieur; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/93/a0eafc6519ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/93/a0eafc6519ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..8491069 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/93/a0eafc6519ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class Sports { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/a0e027f617ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/a0e027f617ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..a89267d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/a0e027f617ea001e19ecb7ebff9f4d84 @@ -0,0 +1,11 @@ +package com.yourcompany.bmo.model.Dans_match; + +import javax.persistence.*; + +import lombok.*; + +@Entity @Getter @Setter +public class Sets { + @Column + public int numéro_set; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/c0c3c61c22ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/c0c3c61c22ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..14ddad4 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/c0c3c61c22ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class Participant { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/d09b8d8217ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/d09b8d8217ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..4803f8a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/96/d09b8d8217ea001e19ecb7ebff9f4d84 @@ -0,0 +1,8 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +@Entity +public class MiTemps { + @Column + private int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/97/b0d9c9a526ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/97/b0d9c9a526ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..f6186c6 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/97/b0d9c9a526ea001e19ecb7ebff9f4d84 @@ -0,0 +1,30 @@ +package com.yourcompany.bmo.model; + + + + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class Pari { + + @Id @Required @Column + Integer pari_ID; + + @Required @Column + Parieur parieur; + + @Column @Required + String TypePari; + + @Column @Required + String RésultatParié; + + @Column @Required + Float Montant; + + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/99/7034442e27ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/99/7034442e27ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..6b537f8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/99/7034442e27ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class Bookmarker { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/99/90145a291bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/99/90145a291bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..2fb2a2d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/99/90145a291bea001e19ecb7ebff9f4d84 @@ -0,0 +1,15 @@ + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Football extends Sport { + + @Embedded + public Collection mitemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9b/106b1f1d22ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9b/106b1f1d22ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..60df885 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9b/106b1f1d22ea001e19ecb7ebff9f4d84 @@ -0,0 +1,34 @@ +package com.yourcompany.bmo.model; + + + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity +public class Pari { + + @Id @Required @Column + Integer pari_ID; + + @Required @Column + Parieur parieur; + + @Column @Required + String TypePari; + + @Column @Required + String RésultatParié; + + @Column @Required + Float Montant; + + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9b/902452a519ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9b/902452a519ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..90fe228 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9b/902452a519ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Basket extends Sport { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9b/90bb542019ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9b/90bb542019ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9c/60f9189626ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9c/60f9189626ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e8b76de --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/9c/60f9189626ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class PariAvancé extends Pari { + + @Require @Column + public Collection mitemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a1/6008632f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a1/6008632f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..2fb2a2d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a1/6008632f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,15 @@ + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Football extends Sport { + + @Embedded + public Collection mitemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a4/001e622f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a4/001e622f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..0622a97 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a4/001e622f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,17 @@ + + +import java.util.*; + +import javax.persistence.*; + +import com.yourcompany.bmo.model.*; + + +@Entity +public class Football extends Sport { + + @Embedded + public Collection mitemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a4/608acacb17ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a4/608acacb17ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..a32e2f2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a4/608acacb17ea001e19ecb7ebff9f4d84 @@ -0,0 +1,10 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +import lombok.*; + +@Entity @Getter @Setter +public class MiTemps { + @Column(length=50) + public int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a8/205d160e1aea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a8/205d160e1aea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..dcacab5 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/a8/205d160e1aea001e19ecb7ebff9f4d84 @@ -0,0 +1,17 @@ + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class Tennis extends Sport { + + @Embedded + public Collection sets; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ab/000860291bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ab/000860291bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..0a391e2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ab/000860291bea001e19ecb7ebff9f4d84 @@ -0,0 +1,20 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Sport { + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.sport_Nom; + } + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ad/10e48cb719ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ad/10e48cb719ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..fc1a2cf --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ad/10e48cb719ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Basket extends Sport { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/af/90855c291bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/af/90855c291bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..0a391e2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/af/90855c291bea001e19ecb7ebff9f4d84 @@ -0,0 +1,20 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Sport { + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.sport_Nom; + } + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/af/e06dfce620ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/af/e06dfce620ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b/207131b426ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b/207131b426ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b1/b0743d6f17ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b1/b0743d6f17ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..dc637fd --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b1/b0743d6f17ea001e19ecb7ebff9f4d84 @@ -0,0 +1,11 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +import lombok.*; + +@Entity @Getter @Setter +public class QuartTemps { + @Column + private int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b2/0071692f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b2/0071692f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..7ee4c8f --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b2/0071692f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b7/00f5ce7117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b7/00f5ce7117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..097fbb2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b7/00f5ce7117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,8 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +@Entity +public class MiTemps { + @Column + private int numéro_mitemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b8/801f8b6f17ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b8/801f8b6f17ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..6a8398b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/b8/801f8b6f17ea001e19ecb7ebff9f4d84 @@ -0,0 +1,11 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +import lombok.*; + +@Entity +public class QuartTemps { + @Column + private int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ba/7024a1d71cea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ba/7024a1d71cea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bc/c0e7cb7117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bc/c0e7cb7117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..4757ba3 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bc/c0e7cb7117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model; +import javax.persistence.*; + +@Entity +public class QuartTemps { + @Column + private int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bd/b0b2e65918ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bd/b0b2e65918ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..22893b6 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bd/b0b2e65918ea001e19ecb7ebff9f4d84 @@ -0,0 +1,14 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class QuartTemps { + @Column(length=50) @Required + public Integer numéro_quarttemps; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/be/d0fc7a6d1aea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/be/d0fc7a6d1aea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..7195660 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/be/d0fc7a6d1aea001e19ecb7ebff9f4d84 @@ -0,0 +1,4 @@ + +public class Football { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bf/004d4fe719ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bf/004d4fe719ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..b9a6db2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bf/004d4fe719ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class MiTemps { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bf/907d632f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bf/907d632f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..2fb2a2d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/bf/907d632f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,15 @@ + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Football extends Sport { + + @Embedded + public Collection mitemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c2/10f7e28717ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c2/10f7e28717ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..87689c4 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c2/10f7e28717ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +@Entity +public class QuartTemps { + @Column + private int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c3/10b6642f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c3/10b6642f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..6e8defe --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c3/10b6642f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,15 @@ + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Basket extends Sport { + + @Embedded + public Collection quarttemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c3/b0630b3229ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c3/b0630b3229ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..5f093ec --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c3/b0630b3229ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + +import java.util.*; + +import javax.persistence.*; + +@Entity +public class Bookmarker { + + @OneToMany (mappedBy="bookmarker") + private Collection paris; + + + public void crediterParieur(Pari pari){} + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c4/80a4622d1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c4/80a4622d1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..667e444 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c4/80a4622d1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class Sets { + + @Column @Required + Integer numéro_set; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c8/d0ab73f517ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c8/d0ab73f517ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e1c14b0 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/c8/d0ab73f517ea001e19ecb7ebff9f4d84 @@ -0,0 +1,11 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +import lombok.*; + +@Entity @Getter @Setter +public class QuartTemps { + @Column + public int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ca/d02edb4e29ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ca/d02edb4e29ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..a183fb4 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ca/d02edb4e29ea001e19ecb7ebff9f4d84 @@ -0,0 +1,30 @@ +package com.yourcompany.bmo.model; + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Parieur { + + @Id @Required @Column + Integer parieur_ID; + + @Required @Column + String parieur_Nom; + + @Column @Required + Float Solde; + + @Column + Integer capital_jetons; + + + @OneToMany (mappedBy="parieur") + private Collection paris; +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/cc/c0e2cb6127ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/cc/c0e2cb6127ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..905f7a1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/cc/c0e2cb6127ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class PariSimple { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d1/503ed4241bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d1/503ed4241bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..64f3dfb --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d1/503ed4241bea001e19ecb7ebff9f4d84 @@ -0,0 +1,17 @@ + + +import java.util.*; + +import javax.persistence.*; + +import Sport; + + +@Entity +public class Tennis extends Sport { + + @Embedded + public Collection sets; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d6/901810e018ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d6/901810e018ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..6ae502d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d6/901810e018ea001e19ecb7ebff9f4d84 @@ -0,0 +1,17 @@ +package com.yourcompany.bmo.model; + +import javax.persistence.*; + +import org.openxava.annotations.*; +import org.openxava.model.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class QuartTemps extends Identifiable { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d7/20f785131aea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d7/20f785131aea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..514f9a8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/d7/20f785131aea001e19ecb7ebff9f4d84 @@ -0,0 +1,19 @@ + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class Basket extends Sport { + + @Embedded + public Collection quarttemps; + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/da/5005cd1c22ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/da/5005cd1c22ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..b8e8055 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/da/5005cd1c22ea001e19ecb7ebff9f4d84 @@ -0,0 +1,5 @@ +package com.yourcompany.bmo.model; + +public class Pari { + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/dd/7011682f1bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/dd/7011682f1bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..7b2438f --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/dd/7011682f1bea001e19ecb7ebff9f4d84 @@ -0,0 +1,33 @@ + + +import java.sql.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Evenement { + + @Id @Required @Column + Integer event_ID; + + @Required @Column + String event_Nom; + + @Column + Date date; + + + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.sport_Nom; + } + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e0/b0b853a117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e0/b0b853a117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e204bc5 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e0/b0b853a117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +@Entity @Getter @Setter +public class QuartTemps { + @Column + public int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e3/10dc58291bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e3/10dc58291bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..6e8defe --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e3/10dc58291bea001e19ecb7ebff9f4d84 @@ -0,0 +1,15 @@ + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Basket extends Sport { + + @Embedded + public Collection quarttemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e4/90174ca117ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e4/90174ca117ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e2ee69d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e4/90174ca117ea001e19ecb7ebff9f4d84 @@ -0,0 +1,9 @@ +package com.yourcompany.bmo.model.Dans_match; +import javax.persistence.*; + +@Entity +public class QuartTemps { + @Column + public int numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e7/80b3d4241bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e7/80b3d4241bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..64f3dfb --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e7/80b3d4241bea001e19ecb7ebff9f4d84 @@ -0,0 +1,17 @@ + + +import java.util.*; + +import javax.persistence.*; + +import Sport; + + +@Entity +public class Tennis extends Sport { + + @Embedded + public Collection sets; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e8/b07ecb1c22ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e8/b07ecb1c22ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..7281d31 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/e8/b07ecb1c22ea001e19ecb7ebff9f4d84 @@ -0,0 +1,39 @@ +package com.yourcompany.bmo.model; + + + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Participant { + + @Id @Required @Column + Integer participant_ID; + + @Required @Column + String participant_Nom; + + @Column @Required + String participant_Type; + + + public String getType() { + return this.participant_Type; + } + + public String getNom() { + return this.participant_Nom; + } + + public Integer getID() { + return this.participant_ID; + } +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ea/e054588616ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ea/e054588616ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..9beb50a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ea/e054588616ea001e19ecb7ebff9f4d84 @@ -0,0 +1,12 @@ +package com.yourcompany.bmo.model; + +public class Bookmarker { + + @Id + @Column + Integer id_bookmarker; + + void determine_evenement() { + + } +} diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ed/a04ee25017ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/ed/a04ee25017ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f3/600ac3a119ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f3/600ac3a119ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e2517fd --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f3/600ac3a119ea001e19ecb7ebff9f4d84 @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model.Matchs; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class MiTemps { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f4/70f9fe5b1aea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f4/70f9fe5b1aea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f6/b07e3a0818ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f6/b07e3a0818ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f9/10a4bdfd19ea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/f9/10a4bdfd19ea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/fd/20745b291bea001e19ecb7ebff9f4d84 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/fd/20745b291bea001e19ecb7ebff9f4d84 new file mode 100644 index 0000000..593053c --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.history/fd/20745b291bea001e19ecb7ebff9f4d84 @@ -0,0 +1,18 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + +import Sport; + + +@Entity +public class Tennis extends Sport { + + @Embedded + public Collection sets; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.location b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.location new file mode 100644 index 0000000..6f12e41 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.location differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.markers.snap b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.markers.snap new file mode 100644 index 0000000..947df51 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.markers.snap differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.syncinfo.snap b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.syncinfo.snap new file mode 100644 index 0000000..947df51 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.syncinfo.snap differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/61/history.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/61/history.index new file mode 100644 index 0000000..b2d7b2c Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/61/history.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/68/history.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/68/history.index new file mode 100644 index 0000000..a2d9cd7 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/68/history.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/92/history.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/92/history.index new file mode 100644 index 0000000..7b42fb8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/92/history.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/history.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/history.index new file mode 100644 index 0000000..983f46f Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/81/16/84/29/history.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/history.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/history.index new file mode 100644 index 0000000..7cfac0c Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/e4/b9/22/history.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/properties.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/properties.index new file mode 100644 index 0000000..df82e8a Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.indexes/properties.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.markers.snap b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.markers.snap new file mode 100644 index 0000000..557d947 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.markers.snap differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.syncinfo.snap b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.syncinfo.snap new file mode 100644 index 0000000..b9c9ebc Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/bmo/.syncinfo.snap differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/welcome/.markers.snap b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/welcome/.markers.snap new file mode 100644 index 0000000..947df51 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/welcome/.markers.snap differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/welcome/.syncinfo.snap b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/welcome/.syncinfo.snap new file mode 100644 index 0000000..947df51 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/welcome/.syncinfo.snap differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version new file mode 100755 index 0000000..25cb955 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index new file mode 100755 index 0000000..274bb8d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version new file mode 100755 index 0000000..6b2aaa7 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap new file mode 100644 index 0000000..3ce4687 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/137.tree b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/137.tree new file mode 100644 index 0000000..3020332 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/137.tree differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources new file mode 100644 index 0000000..5970eab Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/137.snap b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/137.snap new file mode 100644 index 0000000..ef9ddfa Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.resources/137.snap differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/ccw.core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/ccw.core.prefs new file mode 100755 index 0000000..c114b62 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/ccw.core.prefs @@ -0,0 +1,114 @@ +ccw.preferences.editor_color.FUNCTION=169,183,198 +ccw.preferences.editor_color.FUNCTION.bold=false +ccw.preferences.editor_color.FUNCTION.enabled=true +ccw.preferences.editor_color.FUNCTION.italic=false +ccw.preferences.editor_color.GLOBAL_VAR=239,192,144 +ccw.preferences.editor_color.GLOBAL_VAR.bold=false +ccw.preferences.editor_color.GLOBAL_VAR.enabled=true +ccw.preferences.editor_color.GLOBAL_VAR.italic=false +ccw.preferences.editor_color.JAVA_CLASS=152,118,170 +ccw.preferences.editor_color.JAVA_CLASS.bold=false +ccw.preferences.editor_color.JAVA_CLASS.enabled=true +ccw.preferences.editor_color.JAVA_CLASS.italic=false +ccw.preferences.editor_color.JAVA_INSTANCE_METHOD=169,183,198 +ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.bold=false +ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.enabled=true +ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.italic=false +ccw.preferences.editor_color.JAVA_STATIC_METHOD=169,183,198 +ccw.preferences.editor_color.JAVA_STATIC_METHOD.bold=false +ccw.preferences.editor_color.JAVA_STATIC_METHOD.enabled=true +ccw.preferences.editor_color.JAVA_STATIC_METHOD.italic=false +ccw.preferences.editor_color.MACRO=204,120,50 +ccw.preferences.editor_color.MACRO.bold=false +ccw.preferences.editor_color.MACRO.enabled=true +ccw.preferences.editor_color.MACRO.italic=false +ccw.preferences.editor_color.RAW_SYMBOL=216,216,216 +ccw.preferences.editor_color.RAW_SYMBOL.bold=false +ccw.preferences.editor_color.RAW_SYMBOL.enabled=true +ccw.preferences.editor_color.RAW_SYMBOL.italic=false +ccw.preferences.editor_color.SPECIAL_FORM=204,120,50 +ccw.preferences.editor_color.SPECIAL_FORM.bold=false +ccw.preferences.editor_color.SPECIAL_FORM.enabled=true +ccw.preferences.editor_color.SPECIAL_FORM.italic=false +ccw.preferences.editor_color.callableFUNCTION=255,198,109 +ccw.preferences.editor_color.callableFUNCTION.bold=false +ccw.preferences.editor_color.callableFUNCTION.enabled=true +ccw.preferences.editor_color.callableFUNCTION.italic=false +ccw.preferences.editor_color.callableGLOBAL_VAR=152,118,170 +ccw.preferences.editor_color.callableGLOBAL_VAR.bold=false +ccw.preferences.editor_color.callableGLOBAL_VAR.enabled=true +ccw.preferences.editor_color.callableGLOBAL_VAR.italic=false +ccw.preferences.editor_color.callableJAVA_CLASS=169,183,198 +ccw.preferences.editor_color.callableJAVA_CLASS.bold=false +ccw.preferences.editor_color.callableJAVA_CLASS.enabled=true +ccw.preferences.editor_color.callableJAVA_CLASS.italic=false +ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD=152,118,170 +ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.bold=false +ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.enabled=true +ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.italic=false +ccw.preferences.editor_color.callableJAVA_STATIC_METHOD=152,118,170 +ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.bold=false +ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.enabled=true +ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.italic=false +ccw.preferences.editor_color.callableMACRO=204,120,50 +ccw.preferences.editor_color.callableMACRO.bold=false +ccw.preferences.editor_color.callableMACRO.enabled=true +ccw.preferences.editor_color.callableMACRO.italic=false +ccw.preferences.editor_color.callableRAW_SYMBOL=216,216,216 +ccw.preferences.editor_color.callableRAW_SYMBOL.bold=false +ccw.preferences.editor_color.callableRAW_SYMBOL.enabled=true +ccw.preferences.editor_color.callableRAW_SYMBOL.italic=false +ccw.preferences.editor_color.callableSPECIAL_FORM=204,120,50 +ccw.preferences.editor_color.callableSPECIAL_FORM.bold=false +ccw.preferences.editor_color.callableSPECIAL_FORM.enabled=true +ccw.preferences.editor_color.callableSPECIAL_FORM.italic=false +ccw.preferences.editor_color.char=165,194,92 +ccw.preferences.editor_color.char.bold=false +ccw.preferences.editor_color.char.enabled=true +ccw.preferences.editor_color.char.italic=false +ccw.preferences.editor_color.comment=98,151,85 +ccw.preferences.editor_color.comment.bold=false +ccw.preferences.editor_color.comment.enabled=true +ccw.preferences.editor_color.comment.italic=false +ccw.preferences.editor_color.float=104,151,187 +ccw.preferences.editor_color.float.bold=false +ccw.preferences.editor_color.float.enabled=true +ccw.preferences.editor_color.float.italic=false +ccw.preferences.editor_color.int=104,151,187 +ccw.preferences.editor_color.int.bold=false +ccw.preferences.editor_color.int.enabled=true +ccw.preferences.editor_color.int.italic=false +ccw.preferences.editor_color.keyword=190,214,255 +ccw.preferences.editor_color.keyword.bold=false +ccw.preferences.editor_color.keyword.enabled=true +ccw.preferences.editor_color.keyword.italic=false +ccw.preferences.editor_color.literalSymbol=190,214,255 +ccw.preferences.editor_color.literalSymbol.bold=false +ccw.preferences.editor_color.literalSymbol.enabled=true +ccw.preferences.editor_color.literalSymbol.italic=false +ccw.preferences.editor_color.meta=187,181,41 +ccw.preferences.editor_color.meta.bold=false +ccw.preferences.editor_color.meta.enabled=true +ccw.preferences.editor_color.meta.italic=false +ccw.preferences.editor_color.other-literals=239,192,144 +ccw.preferences.editor_color.other-literals.bold=false +ccw.preferences.editor_color.other-literals.enabled=true +ccw.preferences.editor_color.other-literals.italic=false +ccw.preferences.editor_color.regex=165,194,92 +ccw.preferences.editor_color.regex.bold=false +ccw.preferences.editor_color.regex.enabled=true +ccw.preferences.editor_color.regex.italic=false +ccw.preferences.editor_color.string=165,194,92 +ccw.preferences.editor_color.string.bold=false +ccw.preferences.editor_color.string.enabled=true +ccw.preferences.editor_color.string.italic=false +ccw.preferences.editor_color.symbol=121,171,255 +ccw.preferences.editor_color.symbol.bold=false +ccw.preferences.editor_color.symbol.enabled=true +ccw.preferences.editor_color.symbol.italic=false +ccw.preferences.editor_color.whitespace=216,216,216 +ccw.preferences.editor_color.whitespace.bold=false +ccw.preferences.editor_color.whitespace.enabled=true +ccw.preferences.editor_color.whitespace.italic=false +eclipse.preferences.version=1 +overriddenByCSS=,ccw.preferences.editor_color.RAW_SYMBOL.italic,ccw.preferences.editor_color.int.enabled,ccw.preferences.editor_color.meta.italic,ccw.preferences.editor_color.GLOBAL_VAR.bold,ccw.preferences.editor_color.keyword,ccw.preferences.editor_color.SPECIAL_FORM.enabled,ccw.preferences.editor_color.int.italic,ccw.preferences.editor_color.float.enabled,ccw.preferences.editor_color.callableGLOBAL_VAR.bold,ccw.preferences.editor_color.callableRAW_SYMBOL.italic,ccw.preferences.editor_color.comment.italic,ccw.preferences.editor_color.literalSymbol,ccw.preferences.editor_color.JAVA_CLASS.bold,ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.bold,ccw.preferences.editor_color.callableFUNCTION.bold,ccw.preferences.editor_color.other-literals.bold,ccw.preferences.editor_color.callableFUNCTION.italic,ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.enabled,ccw.preferences.editor_color.SPECIAL_FORM.bold,ccw.preferences.editor_color.float.bold,ccw.preferences.editor_color.callableMACRO.enabled,ccw.preferences.editor_color.callableJAVA_CLASS.enabled,ccw.preferences.editor_color.FUNCTION.italic,ccw.preferences.editor_color.callableGLOBAL_VAR.enabled,ccw.preferences.editor_color.symbol.bold,ccw.preferences.editor_color.comment.enabled,ccw.preferences.editor_color.other-literals.enabled,ccw.preferences.editor_color.callableRAW_SYMBOL.bold,ccw.preferences.editor_color.string.italic,ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.enabled,ccw.preferences.editor_color.char.italic,ccw.preferences.editor_color.whitespace.enabled,ccw.preferences.editor_color.string.bold,ccw.preferences.editor_color.other-literals,ccw.preferences.editor_color.callableJAVA_CLASS.bold,ccw.preferences.editor_color.MACRO.enabled,ccw.preferences.editor_color.MACRO.bold,ccw.preferences.editor_color.JAVA_CLASS.italic,ccw.preferences.editor_color.comment.bold,ccw.preferences.editor_color.FUNCTION.enabled,ccw.preferences.editor_color.regex.enabled,ccw.preferences.editor_color.callableRAW_SYMBOL.enabled,ccw.preferences.editor_color.symbol.enabled,ccw.preferences.editor_color.callableJAVA_CLASS.italic,ccw.preferences.editor_color.literalSymbol.enabled,ccw.preferences.editor_color.callableMACRO.italic,ccw.preferences.editor_color.FUNCTION.bold,ccw.preferences.editor_color.whitespace,ccw.preferences.editor_color.whitespace.italic,ccw.preferences.editor_color.regex.italic,ccw.preferences.editor_color.meta.bold,ccw.preferences.editor_color.literalSymbol.italic,ccw.preferences.editor_color.callableGLOBAL_VAR.italic,ccw.preferences.editor_color.callableFUNCTION.enabled,ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.bold,ccw.preferences.editor_color.GLOBAL_VAR.enabled,ccw.preferences.editor_color.GLOBAL_VAR,ccw.preferences.editor_color.float.italic,ccw.preferences.editor_color.keyword.italic,ccw.preferences.editor_color.other-literals.italic,ccw.preferences.editor_color.keyword.bold,ccw.preferences.editor_color.whitespace.bold,ccw.preferences.editor_color.symbol.italic,ccw.preferences.editor_color.int.bold,ccw.preferences.editor_color.string.enabled,ccw.preferences.editor_color.RAW_SYMBOL,ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.italic,ccw.preferences.editor_color.GLOBAL_VAR.italic,ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.bold,ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.italic,ccw.preferences.editor_color.keyword.enabled,ccw.preferences.editor_color.regex.bold,ccw.preferences.editor_color.symbol,ccw.preferences.editor_color.SPECIAL_FORM.italic,ccw.preferences.editor_color.char.bold,ccw.preferences.editor_color.RAW_SYMBOL.bold,ccw.preferences.editor_color.callableSPECIAL_FORM.italic,ccw.preferences.editor_color.char.enabled,ccw.preferences.editor_color.callableMACRO.bold,ccw.preferences.editor_color.RAW_SYMBOL.enabled,ccw.preferences.editor_color.JAVA_STATIC_METHOD.bold,ccw.preferences.editor_color.JAVA_STATIC_METHOD.enabled,ccw.preferences.editor_color.callableSPECIAL_FORM.enabled,ccw.preferences.editor_color.MACRO.italic,ccw.preferences.editor_color.meta.enabled,ccw.preferences.editor_color.JAVA_CLASS.enabled,ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.enabled,ccw.preferences.editor_color.literalSymbol.bold,ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.italic,ccw.preferences.editor_color.JAVA_STATIC_METHOD.italic,ccw.preferences.editor_color.callableRAW_SYMBOL,ccw.preferences.editor_color.callableSPECIAL_FORM.bold,ccw.preferences.editor_color.JAVA_CLASS,ccw.preferences.editor_color.callableFUNCTION,ccw.preferences.editor_color.float,ccw.preferences.editor_color.meta,ccw.preferences.editor_color.callableJAVA_CLASS,ccw.preferences.editor_color.string,ccw.preferences.editor_color.SPECIAL_FORM,ccw.preferences.editor_color.FUNCTION,ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD,ccw.preferences.editor_color.int,ccw.preferences.editor_color.JAVA_STATIC_METHOD,ccw.preferences.editor_color.comment,ccw.preferences.editor_color.callableJAVA_STATIC_METHOD,ccw.preferences.editor_color.MACRO,ccw.preferences.editor_color.regex,ccw.preferences.editor_color.callableSPECIAL_FORM,ccw.preferences.editor_color.callableGLOBAL_VAR,ccw.preferences.editor_color.char,ccw.preferences.editor_color.callableMACRO,ccw.preferences.editor_color.JAVA_INSTANCE_METHOD, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.as.core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.as.core.prefs new file mode 100755 index 0000000..20978ff --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.as.core.prefs @@ -0,0 +1,72 @@ +asASDocBold=false +asASDocColor=\#629755 +asASDocItalic=false +asASDocStrikethrough=false +asASDocUnderline=false +asBracketBold=false +asBracketColor=\#D8D8D8 +asBracketItalic=false +asBracketStrikethrough=false +asBracketUnderline=false +asClassBold=false +asClassColor=\#A9B7C6 +asClassItalic=false +asClassStrikethrough=false +asClassUnderline=false +asCommentBold=false +asCommentColor=\#629755 +asCommentItalic=false +asCommentStrikethrough=false +asCommentUnderline=false +asFunctionBold=false +asFunctionColor=\#A9B7C6 +asFunctionItalic=false +asFunctionStrikethrough=false +asFunctionUnderline=false +asInterfaceBold=false +asInterfaceColor=\#9876AA +asInterfaceItalic=false +asInterfaceStrikethrough=false +asInterfaceUnderline=false +asMetadataBold=false +asMetadataColor=\#BBB529 +asMetadataItalic=false +asMetadataStrikethrough=false +asMetadataUnderline=false +asOperatorBold=false +asOperatorColor=\#D8D8D8 +asOperatorItalic=false +asOperatorStrikethrough=false +asOperatorUnderline=false +asPackageBold=false +asPackageColor=\#9876AA +asPackageItalic=false +asPackageStrikethrough=false +asPackageUnderline=false +asReservedBold=false +asReservedColor=\#CC7832 +asReservedItalic=false +asReservedStrikethrough=false +asReservedUnderline=false +asStringBold=false +asStringColor=\#A5C25C +asStringItalic=false +asStringStrikethrough=false +asStringUnderline=false +asTextBold=false +asTextColor=\#D8D8D8 +asTextItalic=false +asTextStrikethrough=false +asTextUnderline=false +asTraceBold=false +asTraceColor=\#BED6FF +asTraceItalic=false +asTraceStrikethrough=false +asTraceUnderline=false +asVarBold=false +asVarColor=\#79ABFF +asVarItalic=false +asVarStrikethrough=false +asVarUnderline=false +eclipse.preferences.version=1 +overriddenByCSS=,asCommentUnderline,asReservedItalic,asBracketBold,asCommentStrikethrough,asVarColor,asOperatorUnderline,asStringStrikethrough,asTextColor,asStringItalic,asStringBold,asVarStrikethrough,asOperatorColor,asVarUnderline,asTextUnderline,asMetadataStrikethrough,asPackageUnderline,asTextItalic,asMetadataUnderline,asCommentItalic,asPackageItalic,asTraceUnderline,asFunctionUnderline,asTextBold,asOperatorBold,asASDocStrikethrough,asVarItalic,asTraceStrikethrough,asCommentBold,asTraceColor,asASDocItalic,asBracketUnderline,asInterfaceBold,asFunctionItalic,asPackageBold,asInterfaceStrikethrough,asClassItalic,asPackageStrikethrough,asFunctionBold,asClassStrikethrough,asStringUnderline,asTraceBold,asVarBold,asFunctionStrikethrough,asASDocUnderline,asTraceItalic,asClassUnderline,asInterfaceUnderline,asOperatorItalic,asOperatorStrikethrough,asBracketColor,asClassBold,asReservedUnderline,asASDocBold,asReservedStrikethrough,asTextStrikethrough,asMetadataBold,asMetadataItalic,asBracketItalic,asReservedBold,asInterfaceItalic,asBracketStrikethrough,asCommentColor,asStringColor,asClassColor,asReservedColor,asPackageColor,asASDocColor,asInterfaceColor,asMetadataColor,asFunctionColor, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.css.core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.css.core.prefs new file mode 100755 index 0000000..540bf69 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.css.core.prefs @@ -0,0 +1,57 @@ +cssCommentBold=false +cssCommentColor=\#629755 +cssCommentItalic=false +cssCommentStrikethrough=false +cssCommentUnderline=false +cssFontFaceBold=false +cssFontFaceColor=\#CC7832 +cssFontFaceItalic=false +cssFontFaceStrikethrough=false +cssFontFaceUnderline=false +cssImportBold=false +cssImportColor=\#CC7832 +cssImportItalic=false +cssImportStrikethrough=false +cssImportUnderline=false +cssMediaBold=false +cssMediaColor=\#CC7832 +cssMediaItalic=false +cssMediaStrikethrough=false +cssMediaUnderline=false +cssNamespaceBold=false +cssNamespaceColor=\#D8D8D8 +cssNamespaceItalic=false +cssNamespaceStrikethrough=false +cssNamespaceUnderline=false +cssPropertyNameBold=false +cssPropertyNameColor=\#BED6FF +cssPropertyNameItalic=false +cssPropertyNameStrikethrough=false +cssPropertyNameUnderline=false +cssPropertyValueBold=false +cssPropertyValueColor=\#A5C25C +cssPropertyValueItalic=false +cssPropertyValueStrikethrough=false +cssPropertyValueUnderline=false +cssSelectorBold=false +cssSelectorColor=\#79ABFF +cssSelectorItalic=false +cssSelectorStrikethrough=false +cssSelectorUnderline=false +cssStringBold=false +cssStringColor=\#A5C25C +cssStringItalic=false +cssStringStrikethrough=false +cssStringUnderline=false +cssSymbolBold=false +cssSymbolColor=\#CC7832 +cssSymbolItalic=false +cssSymbolStrikethrough=false +cssSymbolUnderline=false +cssTextBold=false +cssTextColor=\#D8D8D8 +cssTextItalic=false +cssTextStrikethrough=false +cssTextUnderline=false +eclipse.preferences.version=1 +overriddenByCSS=,cssNamespaceStrikethrough,cssImportBold,cssFontFaceBold,cssPropertyValueItalic,cssTextColor,cssSelectorItalic,cssTextStrikethrough,cssMediaItalic,cssStringItalic,cssStringUnderline,cssStringBold,cssStringStrikethrough,cssPropertyNameStrikethrough,cssMediaBold,cssImportItalic,cssCommentBold,cssNamespaceItalic,cssPropertyValueBold,cssTextUnderline,cssFontFaceItalic,cssSymbolStrikethrough,cssMediaStrikethrough,cssPropertyNameItalic,cssCommentStrikethrough,cssNamespaceColor,cssImportUnderline,cssTextBold,cssFontFaceStrikethrough,cssMediaUnderline,cssSelectorStrikethrough,cssPropertyNameBold,cssNamespaceUnderline,cssSelectorColor,cssPropertyValueStrikethrough,cssImportStrikethrough,cssCommentItalic,cssSymbolItalic,cssPropertyValueUnderline,cssTextItalic,cssNamespaceBold,cssCommentUnderline,cssSymbolUnderline,cssPropertyNameColor,cssFontFaceUnderline,cssSelectorUnderline,cssPropertyNameUnderline,cssSelectorBold,cssSymbolBold,cssStringColor,cssSymbolColor,cssPropertyValueColor,cssMediaColor,cssImportColor,cssFontFaceColor,cssCommentColor, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.mxml.core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.mxml.core.prefs new file mode 100755 index 0000000..d4dd3e9 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.adobe.flexide.mxml.core.prefs @@ -0,0 +1,37 @@ +asASDocBold=false +asASDocColor=\#629755 +asASDocItalic=false +asASDocStrikethrough=false +asASDocUnderline=false +eclipse.preferences.version=1 +mxmlCommentBold=false +mxmlCommentColor=\#629755 +mxmlCommentItalic=false +mxmlCommentStrikethrough=false +mxmlCommentUnderline=false +mxmlComponentTagBold=false +mxmlComponentTagColor=\#BED6FF +mxmlComponentTagItalic=false +mxmlComponentTagStrikethrough=false +mxmlComponentTagUnderline=false +mxmlProcessingInstructionBold=false +mxmlProcessingInstructionColor=\#A9B7C6 +mxmlProcessingInstructionItalic=false +mxmlProcessingInstructionStrikethrough=false +mxmlProcessingInstructionUnderline=false +mxmlStringBold=false +mxmlStringColor=\#A5C25C +mxmlStringItalic=false +mxmlStringStrikethrough=false +mxmlStringUnderline=false +mxmlTagBold=false +mxmlTagColor=\#79ABFF +mxmlTagItalic=false +mxmlTagStrikethrough=false +mxmlTagUnderline=false +mxmlTextBold=false +mxmlTextColor=\#D8D8D8 +mxmlTextItalic=false +mxmlTextStrikethrough=false +mxmlTextUnderline=false +overriddenByCSS=,mxmlProcessingInstructionStrikethrough,mxmlProcessingInstructionBold,mxmlTextBold,mxmlComponentTagStrikethrough,mxmlTextUnderline,asASDocItalic,mxmlProcessingInstructionUnderline,mxmlTagColor,mxmlCommentStrikethrough,mxmlComponentTagItalic,mxmlCommentItalic,mxmlTagUnderline,mxmlComponentTagBold,mxmlTagBold,mxmlProcessingInstructionItalic,mxmlStringBold,mxmlStringUnderline,mxmlTextStrikethrough,mxmlCommentUnderline,mxmlStringItalic,asASDocUnderline,mxmlStringStrikethrough,mxmlComponentTagColor,asASDocBold,mxmlTagStrikethrough,mxmlTextColor,mxmlTextItalic,mxmlTagItalic,asASDocStrikethrough,mxmlComponentTagUnderline,mxmlCommentBold,asASDocColor,mxmlStringColor,mxmlProcessingInstructionColor,mxmlCommentColor, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.axmor.eclipse.typescript.editor.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.axmor.eclipse.typescript.editor.prefs new file mode 100755 index 0000000..e38c33a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.axmor.eclipse.typescript.editor.prefs @@ -0,0 +1,46 @@ +eclipse.preferences.version=1 +overriddenByCSS=,semanticHighlighting.ts_interface.enabled,semanticHighlighting.ts_class.italic,semanticHighlighting.ts_localVariable.bold,semanticHighlighting.ts_class.bold,semanticHighlighting.ts_interface.underline,semanticHighlighting.ts_module.underline,semanticHighlighting.ts_module.bold,semanticHighlighting.ts_module.enabled,semanticHighlighting.ts_method.strikethrough,semanticHighlighting.ts_class.enabled,ts_brackets,semanticHighlighting.ts_classProperty.strikethrough,semanticHighlighting.ts_method.bold,semanticHighlighting.ts_localVariable.enabled,ts_default,semanticHighlighting.ts_interface.bold,semanticHighlighting.ts_classProperty.color,semanticHighlighting.ts_method.underline,semanticHighlighting.ts_localVariable.color,semanticHighlighting.ts_classProperty.enabled,semanticHighlighting.ts_classProperty.underline,semanticHighlighting.ts_localVariable.strikethrough,semanticHighlighting.ts_interface.strikethrough,semanticHighlighting.ts_class.strikethrough,semanticHighlighting.ts_method.enabled,semanticHighlighting.ts_module.italic,semanticHighlighting.ts_module.strikethrough,semanticHighlighting.ts_class.underline,semanticHighlighting.ts_localVariable.underline,semanticHighlighting.ts_classProperty.bold,semanticHighlighting.ts_method.italic,semanticHighlighting.ts_classProperty.italic,semanticHighlighting.ts_localVariable.italic,semanticHighlighting.ts_interface.italic,semanticHighlighting.ts_interface.color,ts_java_doc,semanticHighlighting.ts_method.color,semanticHighlighting.ts_module.color,ts_reference,ts_keyword,ts_comment,ts_number,semanticHighlighting.ts_class.color,ts_string, +semanticHighlighting.ts_class.bold=false +semanticHighlighting.ts_class.color=169,183,198 +semanticHighlighting.ts_class.enabled=true +semanticHighlighting.ts_class.italic=false +semanticHighlighting.ts_class.strikethrough=false +semanticHighlighting.ts_class.underline=false +semanticHighlighting.ts_classProperty.bold=false +semanticHighlighting.ts_classProperty.color=190,214,255 +semanticHighlighting.ts_classProperty.enabled=true +semanticHighlighting.ts_classProperty.italic=false +semanticHighlighting.ts_classProperty.strikethrough=false +semanticHighlighting.ts_classProperty.underline=false +semanticHighlighting.ts_interface.bold=false +semanticHighlighting.ts_interface.color=152,118,170 +semanticHighlighting.ts_interface.enabled=true +semanticHighlighting.ts_interface.italic=false +semanticHighlighting.ts_interface.strikethrough=false +semanticHighlighting.ts_interface.underline=false +semanticHighlighting.ts_localVariable.bold=false +semanticHighlighting.ts_localVariable.color=121,171,255 +semanticHighlighting.ts_localVariable.enabled=true +semanticHighlighting.ts_localVariable.italic=false +semanticHighlighting.ts_localVariable.strikethrough=false +semanticHighlighting.ts_localVariable.underline=false +semanticHighlighting.ts_method.bold=false +semanticHighlighting.ts_method.color=169,183,198 +semanticHighlighting.ts_method.enabled=true +semanticHighlighting.ts_method.italic=false +semanticHighlighting.ts_method.strikethrough=false +semanticHighlighting.ts_method.underline=false +semanticHighlighting.ts_module.bold=false +semanticHighlighting.ts_module.color=169,183,198 +semanticHighlighting.ts_module.enabled=true +semanticHighlighting.ts_module.italic=false +semanticHighlighting.ts_module.strikethrough=false +semanticHighlighting.ts_module.underline=false +ts_brackets=216,216,216 +ts_comment=128,128,128 +ts_default=216,216,216 +ts_java_doc=98,151,85 +ts_keyword=204,120,50 +ts_number=104,151,187 +ts_reference=187,181,41 +ts_string=165,194,92 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.dubture.twig.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.dubture.twig.ui.prefs new file mode 100755 index 0000000..990ed6c --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.dubture.twig.ui.prefs @@ -0,0 +1,16 @@ +codeStyleNormal=\#D8D8D8 | null | null | null | null | null +eclipse.preferences.version=1 +editorBlocknameColor=\#CC7832 | null | false | null | null | null +editorColorBoundarymaker=\#D8D8D8 | null | null | null | null | null +editorColorComment=\#629755 | null | null | false | null | null +editorColorHeredoc=\#629755 | null | null | false | null | null +editorColorKeyword=\#CC7832 | null | false | null | null | null +editorColorLineComment=\#808080 | null | null | false | null | null +editorColorNumber=\#6897BB | null | null | null | null | null +editorColorPHPDocComment=\#629755 | null | null | false | null | null +editorColorPhpdoc=\#629755 | null | null | false | null | null +editorColorString=\#A5C25C | null | null | null | null | null +editorColorTask=\#CCDF32 | null | null | false | null | null +editorColorVariable=\#79ABFF | null | null | null | null | null +editorStmtColorBoundarymaker=\#D8D8D8 | null | null | null | null | null +overriddenByCSS=,codeStyleNormal,editorColorTask,editorColorVariable,editorColorBoundarymaker,editorStmtColorBoundarymaker,editorColorHeredoc,editorColorPhpdoc,editorColorComment,editorBlocknameColor,editorColorPHPDocComment,editorColorString,editorColorKeyword,editorColorLineComment,editorColorNumber, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.monitor.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.monitor.prefs new file mode 100755 index 0000000..d8dd018 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.monitor.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +last.upload.time=1652170361628 +metrics.optout=true diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.sqlexplorer.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.sqlexplorer.prefs new file mode 100755 index 0000000..38396ec --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.sqlexplorer.prefs @@ -0,0 +1,9 @@ +eclipse.preferences.version=1 +overriddenByCSS=,sql_columns,sql_default,sql_keyword,sql_multi_line_comment,sql_single_line_comment,sql_string,sql_table, +sql_columns=171,115,255 +sql_default=210,215,218 +sql_keyword=141,203,226 +sql_multi_line_comment=199,221,12 +sql_single_line_comment=199,221,12 +sql_string=255,198,0 +sql_table=49,132,255 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.theming.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.theming.ui.prefs new file mode 100644 index 0000000..987f5e3 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.theming.ui.prefs @@ -0,0 +1,16 @@ +applyBackground=false +approved.defs.file.last.changed.time=1693315978000 +codemix.dont.show.upsell.until=1610475298584 +codetogether.announce.displayed=true +codetogether.hooks.enabled=true +configurationInstallLocation=/home/javi/java/openxava-studio-7m1/studio/ +ct.reengagement.display.after=1626649200000 +eclipse.preferences.version=1 +elearning.dont.show.until=1613411684832 +iconcolormode=pastel +includeThemingInOomph=false +last.download.attempt.time=1711308712404 +lastConfiguration=1711308887682 +newinstall=false +showWelcomeDialog=false +workbench.theme=Dark Gray diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.github.eclipsecolortheme.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.github.eclipsecolortheme.prefs new file mode 100755 index 0000000..efc4c6b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.github.eclipsecolortheme.prefs @@ -0,0 +1,3 @@ +colorTheme=IntelliJ IDEA Dark +colorThemeExplicit=true +eclipse.preferences.version=1 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.github.rustdt.ide.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.github.rustdt.ide.ui.prefs new file mode 100755 index 0000000..6f731ef --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.github.rustdt.ide.ui.prefs @@ -0,0 +1,26 @@ +eclipse.preferences.version=1 +editor.coloring2.attribute=187,181,41 +editor.coloring2.attribute\#dark\#=187,181,41 +editor.coloring2.character=165,194,92 +editor.coloring2.character\#dark\#=165,194,92 +editor.coloring2.comment=98,151,85 +editor.coloring2.comment\#dark\#=98,151,85 +editor.coloring2.default=216,216,216 +editor.coloring2.default\#dark\#=216,216,216 +editor.coloring2.doc_comment=98,151,85 +editor.coloring2.doc_comment\#dark\#=98,151,85 +editor.coloring2.keyword=204,120,50 +editor.coloring2.keyword\#dark\#=204,120,50 +editor.coloring2.keyword_boolean=204,120,50 +editor.coloring2.keyword_boolean\#dark\#=204,120,50 +editor.coloring2.keyword_self=169,183,198 +editor.coloring2.keyword_self\#dark\#=169,183,198 +editor.coloring2.lifetime=187,181,41 +editor.coloring2.lifetime\#dark\#=187,181,41 +editor.coloring2.macro_call=169,183,198 +editor.coloring2.macro_call\#dark\#=169,183,198 +editor.coloring2.number=104,151,187 +editor.coloring2.number\#dark\#=104,151,187 +editor.coloring2.string=165,194,92 +editor.coloring2.string\#dark\#=165,194,92 +overriddenByCSS=,editor.coloring2.default,editor.coloring2.default\#dark\#,editor.coloring2.number\#dark\#,editor.coloring2.string\#dark\#,editor.coloring2.keyword_self\#dark\#,editor.coloring2.lifetime\#dark\#,editor.coloring2.character\#dark\#,editor.coloring2.keyword_self,editor.coloring2.attribute,editor.coloring2.character,editor.coloring2.attribute\#dark\#,editor.coloring2.keyword,editor.coloring2.keyword\#dark\#,editor.coloring2.string,editor.coloring2.macro_call\#dark\#,editor.coloring2.macro_call,editor.coloring2.comment\#dark\#,editor.coloring2.doc_comment\#dark\#,editor.coloring2.comment,editor.coloring2.keyword_boolean,editor.coloring2.number,editor.coloring2.keyword_boolean\#dark\#,editor.coloring2.doc_comment,editor.coloring2.lifetime, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.google.eclipse.protobuf.Protobuf.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.google.eclipse.protobuf.Protobuf.prefs new file mode 100755 index 0000000..3779aec --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.google.eclipse.protobuf.Protobuf.prefs @@ -0,0 +1,38 @@ +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.color=128,128,128 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.color=216,216,216 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.color=127,179,71 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.color=127,179,71 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.color=127,179,71 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.color=127,179,71 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.color=187,181,41 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.color=204,120,50 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.color=169,183,198 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.color=169,183,198 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.color=187,181,41 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.color=104,151,187 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.color=169,183,198 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.color=191,164,164 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.color=169,183,198 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.color=191,164,164 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.color=169,183,198 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.bgColor=25,29,31 +com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.color=165,194,92 +eclipse.preferences.version=1 +overriddenByCSS=,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.googlecode.goclipse.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.googlecode.goclipse.ui.prefs new file mode 100755 index 0000000..3ebb26f --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.googlecode.goclipse.ui.prefs @@ -0,0 +1,13 @@ +eclipse.preferences.version=1 +overriddenByCSS=,syntax_highlighting_text,syntax_highlighting_operator,syntax_highlighting_syntax_chars,syntax_highlighting_value,syntax_highlighting_builtin_function,syntax_highlighting_keyword,syntax_highlighting_string,syntax_highlighting_character,syntax_highlighting_multiline_string,syntax_highlighting_comment,syntax_highlighting_primitive, +syntax_highlighting_builtin_function=169,183,198 +syntax_highlighting_character=165,194,92 +syntax_highlighting_comment=98,151,85 +syntax_highlighting_keyword=204,120,50 +syntax_highlighting_multiline_string=165,194,92 +syntax_highlighting_operator=216,216,216 +syntax_highlighting_primitive=104,151,187 +syntax_highlighting_string=165,194,92 +syntax_highlighting_syntax_chars=216,216,216 +syntax_highlighting_text=216,216,216 +syntax_highlighting_value=104,151,187 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.palantir.typescript.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.palantir.typescript.prefs new file mode 100755 index 0000000..a277ce3 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.palantir.typescript.prefs @@ -0,0 +1,10 @@ +eclipse.preferences.version=1 +overriddenByCSS=,syntaxColoring.operator.color,syntaxColoring.identifier.color,syntaxColoring.punctuation.color,syntaxColoring.numberLiteral.color,syntaxColoring.comment.color,syntaxColoring.keyword.color,syntaxColoring.regExpLiteral.color,syntaxColoring.stringLiteral.color, +syntaxColoring.comment.color=128,128,128 +syntaxColoring.identifier.color=216,216,216 +syntaxColoring.keyword.color=204,120,50 +syntaxColoring.numberLiteral.color=104,151,187 +syntaxColoring.operator.color=216,216,216 +syntaxColoring.punctuation.color=216,216,216 +syntaxColoring.regExpLiteral.color=165,194,92 +syntaxColoring.stringLiteral.color=165,194,92 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.powerflasher.fdt.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.powerflasher.fdt.ui.prefs new file mode 100755 index 0000000..060577b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.powerflasher.fdt.ui.prefs @@ -0,0 +1,329 @@ +AS_CONSTANTS_color=239,192,144 +AS_CONSTANTS_color_bold=false +AS_CONSTANTS_color_italic=false +AS_CONSTANTS_color_strikethrough=false +AS_CONSTANTS_color_underline=false +AS_CORE_color=169,183,198 +AS_CORE_color_bold=false +AS_CORE_color_italic=false +AS_CORE_color_strikethrough=false +AS_CORE_color_underline=false +AS_DEFAULT_color=216,216,216 +AS_DEFAULT_color_bold=false +AS_DEFAULT_color_italic=false +AS_DEFAULT_color_strikethrough=false +AS_DEFAULT_color_underline=false +AS_INTERNAL_color=204,120,50 +AS_INTERNAL_color_bold=false +AS_INTERNAL_color_italic=false +AS_INTERNAL_color_strikethrough=false +AS_INTERNAL_color_underline=false +AS_KEYWORD_color=204,120,50 +AS_KEYWORD_color_bold=false +AS_KEYWORD_color_italic=false +AS_KEYWORD_color_strikethrough=false +AS_KEYWORD_color_underline=false +AS_PRIVATE_color=204,120,50 +AS_PRIVATE_color_bold=false +AS_PRIVATE_color_italic=false +AS_PRIVATE_color_strikethrough=false +AS_PRIVATE_color_underline=false +AS_PROTECTED_color=204,120,50 +AS_PROTECTED_color_bold=false +AS_PROTECTED_color_italic=false +AS_PROTECTED_color_strikethrough=false +AS_PROTECTED_color_underline=false +AS_PUBLIC_color=204,120,50 +AS_PUBLIC_color_bold=false +AS_PUBLIC_color_italic=false +AS_PUBLIC_color_strikethrough=false +AS_PUBLIC_color_underline=false +AS_RETURN_color=204,120,50 +AS_RETURN_color_bold=false +AS_RETURN_color_italic=false +AS_RETURN_color_strikethrough=false +AS_RETURN_color_underline=false +AS_TYPE_color=169,183,198 +AS_TYPE_color_bold=false +AS_TYPE_color_italic=false +AS_TYPE_color_strikethrough=false +AS_TYPE_color_underline=false +CHARACTER_color=165,194,92 +CHARACTER_color_bold=false +CHARACTER_color_italic=false +CHARACTER_color_strikethrough=false +CHARACTER_color_underline=false +JAVADOC_KEYWORD_color=132,185,119 +JAVADOC_KEYWORD_color_bold=false +JAVADOC_KEYWORD_color_italic=false +JAVADOC_KEYWORD_color_strikethrough=false +JAVADOC_KEYWORD_color_underline=false +JAVADOC_LINK_color=132,185,119 +JAVADOC_LINK_color_bold=false +JAVADOC_LINK_color_italic=false +JAVADOC_LINK_color_strikethrough=false +JAVADOC_LINK_color_underline=false +JAVADOC_TAG_color=132,185,119 +JAVADOC_TAG_color_bold=false +JAVADOC_TAG_color_italic=false +JAVADOC_TAG_color_strikethrough=false +JAVADOC_TAG_color_underline=false +JAVADOC_TODO_color=132,185,119 +JAVADOC_TODO_color_bold=false +JAVADOC_TODO_color_italic=false +JAVADOC_TODO_color_strikethrough=false +JAVADOC_TODO_color_underline=false +JAVADOC_color=98,151,85 +JAVADOC_color_bold=false +JAVADOC_color_italic=false +JAVADOC_color_strikethrough=false +JAVADOC_color_underline=false +MULTILINE_COMMENT_TODO_color=132,185,119 +MULTILINE_COMMENT_TODO_color_bold=false +MULTILINE_COMMENT_TODO_color_italic=false +MULTILINE_COMMENT_TODO_color_strikethrough=false +MULTILINE_COMMENT_TODO_color_underline=false +MULTILINE_COMMENT_color=98,151,85 +MULTILINE_COMMENT_color_bold=false +MULTILINE_COMMENT_color_italic=false +MULTILINE_COMMENT_color_strikethrough=false +MULTILINE_COMMENT_color_underline=false +SINGLELINE_COMMENT_TODO_color=132,185,119 +SINGLELINE_COMMENT_TODO_color_bold=false +SINGLELINE_COMMENT_TODO_color_italic=false +SINGLELINE_COMMENT_TODO_color_strikethrough=false +SINGLELINE_COMMENT_TODO_color_underline=false +SINGLELINE_COMMENT_color=128,128,128 +SINGLELINE_COMMENT_color_bold=false +SINGLELINE_COMMENT_color_italic=false +SINGLELINE_COMMENT_color_strikethrough=false +SINGLELINE_COMMENT_color_underline=false +STRING_color=165,194,92 +STRING_color_bold=false +STRING_color_italic=false +STRING_color_strikethrough=false +STRING_color_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_color=169,183,198 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_color=169,183,198 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_color=165,194,92 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_color=169,183,198 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_color=190,214,255 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_color=165,194,92 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_color=216,216,216 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_color=216,216,216 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_color=98,151,85 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_color=169,183,198 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_color=190,214,255 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_underline=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_bold=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_color=216,216,216 +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_enabled=true +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_italic=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_strikethrough=false +com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_color=169,183,198 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_color=190,214,255 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_color=169,183,198 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_color=152,118,170 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_color=169,183,198 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_color=239,192,144 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_color=190,214,255 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_color=190,214,255 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_color=190,214,255 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_color=169,183,198 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_underline=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_bold=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_color=121,171,255 +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_enabled=true +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_italic=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_strikethrough=false +com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_color=190,214,255 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_color=190,214,255 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_color=98,151,85 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_color=190,214,255 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_color=104,151,187 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_color=121,171,255 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_color=191,164,164 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_color=190,214,255 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_color=169,183,198 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_color=190,214,255 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_color=169,183,198 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_color=191,164,164 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_color=165,194,92 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_underline=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_bold=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_color=127,179,71 +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_enabled=true +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_italic=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_strikethrough=false +com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_underline=false +eclipse.preferences.version=1 +overriddenByCSS=,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_bold,AS_CONSTANTS_color_underline,MULTILINE_COMMENT_TODO_color_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_bold,JAVADOC_TODO_color_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_underline,CHARACTER_color_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_bold,AS_KEYWORD_color_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_strikethrough,AS_RETURN_color_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_color,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_italic,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_italic,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_bold,AS_CONSTANTS_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_italic,JAVADOC_color_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_bold,AS_TYPE_color_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_bold,AS_CONSTANTS_color_bold,AS_DEFAULT_color_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_bold,SINGLELINE_COMMENT_color_italic,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_italic,JAVADOC_LINK_color_underline,AS_KEYWORD_color_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_bold,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_italic,SINGLELINE_COMMENT_color_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_bold,AS_TYPE_color_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_italic,AS_PUBLIC_color_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_italic,STRING_color_strikethrough,MULTILINE_COMMENT_TODO_color_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_color,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_italic,AS_CONSTANTS_color_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_strikethrough,SINGLELINE_COMMENT_TODO_color_italic,MULTILINE_COMMENT_TODO_color_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_enabled,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_italic,MULTILINE_COMMENT_color_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_underline,JAVADOC_KEYWORD_color_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_italic,AS_RETURN_color_italic,AS_PUBLIC_color_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_italic,SINGLELINE_COMMENT_TODO_color_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_bold,AS_DEFAULT_color_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_bold,CHARACTER_color_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_strikethrough,JAVADOC_TODO_color_italic,SINGLELINE_COMMENT_color_strikethrough,AS_RETURN_color_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_strikethrough,SINGLELINE_COMMENT_color_underline,AS_PRIVATE_color_bold,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_italic,CHARACTER_color_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_italic,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_color,AS_DEFAULT_color_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_italic,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_enabled,AS_INTERNAL_color_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_underline,AS_PRIVATE_color_strikethrough,AS_PROTECTED_color_strikethrough,AS_INTERNAL_color_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_underline,MULTILINE_COMMENT_color_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_color,AS_PRIVATE_color_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_underline,JAVADOC_TAG_color_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_italic,JAVADOC_LINK_color_bold,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_color,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_enabled,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_italic,AS_TYPE_color_bold,AS_TYPE_color_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_enabled,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_bold,STRING_color_underline,AS_CORE_color_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_underline,JAVADOC_color_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_enabled,CHARACTER_color_bold,AS_RETURN_color_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_bold,AS_PRIVATE_color_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_bold,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLStyleName_italic,AS_DEFAULT_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_strikethrough,SINGLELINE_COMMENT_TODO_color_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_color,AS_DEFAULT_color_italic,AS_CORE_color_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_enabled,AS_PROTECTED_color_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_strikethrough,AS_INTERNAL_color_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_color,AS_PROTECTED_color_italic,AS_PUBLIC_color_bold,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_color,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_enabled,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_enabled,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_enabled,JAVADOC_KEYWORD_color_italic,AS_PROTECTED_color_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_color,JAVADOC_TAG_color_strikethrough,AS_KEYWORD_color_underline,SINGLELINE_COMMENT_TODO_color_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_color,JAVADOC_color_bold,JAVADOC_TAG_color_bold,JAVADOC_TODO_color_strikethrough,STRING_color_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_enabled,JAVADOC_TODO_color_bold,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_enabled,JAVADOC_LINK_color_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_enabled,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_underline,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_italic,JAVADOC_color_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_italic,MULTILINE_COMMENT_TODO_color_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_underline,AS_INTERNAL_color_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_bold,AS_CONSTANTS_color_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_underline,MULTILINE_COMMENT_color_italic,AS_PUBLIC_color_strikethrough,MULTILINE_COMMENT_color_bold,AS_CORE_color_italic,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_enabled,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_bold,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_enabled,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_bold,JAVADOC_TAG_color_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_underline,JAVADOC_KEYWORD_color_bold,JAVADOC_LINK_color_italic,AS_CORE_color_bold,AS_KEYWORD_color_bold,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_bold,JAVADOC_KEYWORD_color_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_strikethrough,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_italic,STRING_color_italic,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_strikethrough,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_italic,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_underline,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_italic,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_italic,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_enabled,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_bold,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_enabled,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_underline,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_strikethrough,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_bold,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_color,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_color,AS_PRIVATE_color,AS_TYPE_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_color,SINGLELINE_COMMENT_TODO_color,AS_PUBLIC_color,JAVADOC_LINK_color,JAVADOC_TODO_color,AS_PROTECTED_color,MULTILINE_COMMENT_TODO_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_color,AS_RETURN_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_color,JAVADOC_TAG_color,AS_KEYWORD_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_color,CHARACTER_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_color,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_color,STRING_color,MULTILINE_COMMENT_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_color,SINGLELINE_COMMENT_color,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_color,AS_INTERNAL_color,com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_color,com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_color,JAVADOC_color,com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_color,AS_CORE_color,JAVADOC_KEYWORD_color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.puppetlabs.geppetto.module.dsl.Module.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.puppetlabs.geppetto.module.dsl.Module.prefs new file mode 100755 index 0000000..2b675d9 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.puppetlabs.geppetto.module.dsl.Module.prefs @@ -0,0 +1,9 @@ +com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.default.color=216,216,216 +com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.deprecatedKey.color=210,82,82 +com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.keyword.color=204,120,50 +com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.number.color=104,151,187 +com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.punctuation.color=216,216,216 +com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.string.color=165,194,92 +com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.task.color=204,223,50 +eclipse.preferences.version=1 +overriddenByCSS=,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.default.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.task.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.deprecatedKey.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.punctuation.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.keyword.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.number.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.string.color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.puppetlabs.geppetto.pp.dsl.PP.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.puppetlabs.geppetto.pp.dsl.PP.prefs new file mode 100755 index 0000000..e74bcb4 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.puppetlabs.geppetto.pp.dsl.PP.prefs @@ -0,0 +1,27 @@ +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=128,128,128 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=216,216,216 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=98,151,85 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=216,216,216 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=204,120,50 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=204,120,50 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=104,151,187 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=216,216,216 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=165,194,92 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=169,183,198 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color=239,192,144 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=216,216,216 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=165,194,92 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=204,223,50 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=216,216,216 +com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=216,216,216 +eclipse.preferences.version=1 +overriddenByCSS=,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.spket.js.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.spket.js.prefs new file mode 100755 index 0000000..592f566 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.spket.js.prefs @@ -0,0 +1,17 @@ +eclipse.preferences.version=1 +java_doc_default=98,151,85 +java_doc_keyword=132,185,119 +java_doc_link=132,185,119 +java_doc_tag=132,185,119 +js_default=216,216,216 +js_keyword=204,120,50 +js_keyword_return=204,120,50 +js_ml_comment=98,151,85 +js_operator=216,216,216 +js_regexp=165,194,92 +js_reserved=204,120,50 +js_sl_comment=128,128,128 +js_ssi=190,214,255 +js_string=165,194,92 +js_task_tag=132,185,119 +overriddenByCSS=,js_default,js_operator,js_ssi,java_doc_default,java_doc_link,js_keyword_return,js_string,js_regexp,js_reserved,js_ml_comment,java_doc_tag,js_sl_comment,js_task_tag,js_keyword,java_doc_keyword, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.spket.xml.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.spket.xml.prefs new file mode 100755 index 0000000..12db970 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.spket.xml.prefs @@ -0,0 +1,10 @@ +eclipse.preferences.version=1 +overriddenByCSS=,xml_task_tag,xml_tags,xml_default,xml_proc_instr,xml_cdata,xml_doctype,xml_comments,xml_attr_value, +xml_attr_value=165,194,92 +xml_cdata=216,216,216 +xml_comments=98,151,85 +xml_default=216,216,216 +xml_doctype=169,183,198 +xml_proc_instr=216,216,216 +xml_tags=190,214,255 +xml_task_tag=204,223,50 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.wolfram.eclipse.MEET.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.wolfram.eclipse.MEET.prefs new file mode 100755 index 0000000..0779b23 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.wolfram.eclipse.MEET.prefs @@ -0,0 +1,17 @@ +eclipse.preferences.version=1 +overriddenByCSS=,syntaxcolor.private.non.system.symbol,syntaxcolor.symbol.conflict.local,syntaxcolor.live.bracket.matching.italic,syntaxcolor.live.bracket.matching.strikethrough,syntaxcolor.symbol.local,syntaxcolor.live.bracket.matching.underline,syntaxcolor.live.bracket.matching.enabled,syntaxcolor.live.bracket.matching.bold,syntaxcolor.live.bracket.matching.color,syntaxcolor.public.non.system.symbols,syntaxcolor.symbol.package,syntaxcolor.symbol.system,syntaxcolor.number.literal,syntaxcolor.comment,syntaxcolor.string.literal, +syntaxcolor.comment=98,151,85 +syntaxcolor.live.bracket.matching.bold=false +syntaxcolor.live.bracket.matching.color=165,194,92 +syntaxcolor.live.bracket.matching.enabled=true +syntaxcolor.live.bracket.matching.italic=false +syntaxcolor.live.bracket.matching.strikethrough=false +syntaxcolor.live.bracket.matching.underline=false +syntaxcolor.number.literal=104,151,187 +syntaxcolor.private.non.system.symbol=190,214,255 +syntaxcolor.public.non.system.symbols=169,183,198 +syntaxcolor.string.literal=165,194,92 +syntaxcolor.symbol.conflict.local=210,82,82 +syntaxcolor.symbol.local=121,171,255 +syntaxcolor.symbol.package=255,198,109 +syntaxcolor.symbol.system=204,120,50 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/de.walware.statet.base.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/de.walware.statet.base.ui.prefs new file mode 100755 index 0000000..1b02790 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/de.walware.statet.base.ui.prefs @@ -0,0 +1,7 @@ +//editors/optionsParameters.background=25,29,31 +//editors/optionsParameters.foreground=216,216,216 +//editors/optionsProposals.background=25,29,31 +//editors/optionsProposals.foreground=216,216,216 +MatchingBrackets.color=65,65,4 +eclipse.preferences.version=1 +overriddenByCSS=,editors/optionsParameters.foreground,editors/optionsProposals.foreground,editors/optionsParameters.background,MatchingBrackets.color,editors/optionsProposals.background, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/de.walware.statet.r.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/de.walware.statet.r.ui.prefs new file mode 100755 index 0000000..d78d40b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/de.walware.statet.r.ui.prefs @@ -0,0 +1,132 @@ +eclipse.preferences.version=1 +overriddenByCSS=,text_Rd_rdUnlistedTag.bold,rdBrackets.italic,text_R_rIndexing.italic,text_Rd_rdSubSectionTag.underline,text_R_rDefault.italic,text_R_rLogicalConstants.bold,text_R_rRoxygen.strikethrough,text_R_rIndexing.bold,text_R_rRoxygen.bold,text_R_rAssignment.Equalsign.underline,text_R_rDefault.bold,text_R_rLogicalConstants.strikethrough,text_R_rNumbers.italic,text_R_rUndefined.color,text_R_rDefault.color,text_R_rOtherOperators.color,text_R_rAssignment.Equalsign.color,text_R_rAssignment.color,text_R_rAssignment.strikethrough,text_Rd_rdOtherTag.bold,text_R_rIndexing.underline,text_R_rOtherOperators.italic,text_R_rSpecialConstants.underline,text_R_rOtherOperators.bold,text_R_rSeparators.strikethrough,text_R_rSpecialConstants.strikethrough,text_Rd_rdSectionTag.strikethrough,text_Rd_rdComment.underline,text_Rd_taskTag.color,text_R_rFlowcontrol.strikethrough,text_R_rString.underline,text_Rd_rdUnlistedTag.strikethrough,text_Rd_rdSectionTag.bold,text_Rd_rdSubSectionTag.bold,text_Rd_taskTag.bold,text_R_rDefault.strikethrough,text_Rd_rdComment.italic,text_R_rRoxygenTag.strikethrough,text_R_rLogicalConstants.italic,text_R_rDefault.underline,text_R_rSeparators.bold,text_R_taskTag.italic,text_Rd_taskTag.italic,text_Rd_rdSubSectionTag.italic,text_Rd_rdDefault.strikethrough,text_R_rGrouping.strikethrough,text_Rd_rdComment.bold,text_R_rGrouping.italic,text_Rd_rdDefault.bold,text_Rd_rdDefault.color,text_R_rAssignment.Equalsign.italic,text_Rd_taskTag.underline,rdBrackets.color,text_R_rGrouping.bold,text_Rd_rdUnlistedTag.italic,text_Rd_rdSectionTag.underline,text_R_rComment.bold,text_R_rOtherOperators.underline,text_R_rRoxygen.underline,text_Rd_rdPlatformSpecif.strikethrough,text_Rd_rdPlatformSpecif.bold,text_Rd_rdDefault.underline,text_R_taskTag.color,text_Rd_rdSubSectionTag.strikethrough,text_R_rSpecialConstants.italic,text_R_rRoxygenTag.italic,text_R_rUndefined.italic,text_R_rRoxygen.italic,text_R_rNumbers.bold,text_R_rAssignment.Equalsign.strikethrough,text_R_rSeparators.underline,text_R_rString.italic,text_Rd_rdOtherTag.italic,text_R_rLogicalConstants.underline,text_Rd_rdPlatformSpecif.italic,rdBrackets.underline,rdBrackets.strikethrough,text_Rd_rdPlatformSpecif.color,text_Rd_rdOtherTag.strikethrough,text_R_rAssignment.Equalsign.bold,text_R_rOtherOperators.strikethrough,text_R_rGrouping.underline,text_R_rRoxygenTag.underline,text_R_rSeparators.color,rdBrackets.bold,text_R_rAssignment.underline,text_R_rFlowcontrol.italic,text_Rd_rdOtherTag.underline,text_R_rAssignment.italic,text_R_rAssignment.bold,text_R_rIndexing.strikethrough,text_Rd_rdDefault.italic,text_R_rGrouping.color,text_R_rFlowcontrol.underline,text_Rd_rdUnlistedTag.color,text_Rd_rdPlatformSpecif.underline,text_R_rFlowcontrol.bold,text_R_rUndefined.bold,text_Rd_rdComment.strikethrough,text_R_rIndexing.color,text_R_rSpecialConstants.bold,text_R_rRoxygenTag.bold,text_R_rNumbers.strikethrough,text_R_rSeparators.italic,text_R_rString.bold,text_R_rString.strikethrough,text_R_rComment.underline,text_R_rNumbers.underline,text_R_rUndefined.underline,text_Rd_rdOtherTag.color,text_Rd_rdSectionTag.italic,text_R_taskTag.strikethrough,text_R_taskTag.underline,text_R_taskTag.bold,text_R_rComment.strikethrough,text_R_rUndefined.strikethrough,text_Rd_rdUnlistedTag.underline,text_R_rComment.italic,text_Rd_taskTag.strikethrough,text_R_rString.color,text_R_rRoxygenTag.color,text_Rd_rdSectionTag.color,text_R_rNumbers.color,text_R_rFlowcontrol.color,text_Rd_rdComment.color,text_R_rComment.color,text_R_rRoxygen.color,text_R_rLogicalConstants.color,text_R_rSpecialConstants.color,text_Rd_rdSubSectionTag.color, +rdBrackets.bold=false +rdBrackets.color=216,216,216 +rdBrackets.italic=false +rdBrackets.strikethrough=false +rdBrackets.underline=false +text_R_rAssignment.Equalsign.bold=false +text_R_rAssignment.Equalsign.color=216,216,216 +text_R_rAssignment.Equalsign.italic=false +text_R_rAssignment.Equalsign.strikethrough=false +text_R_rAssignment.Equalsign.underline=false +text_R_rAssignment.bold=false +text_R_rAssignment.color=216,216,216 +text_R_rAssignment.italic=false +text_R_rAssignment.strikethrough=false +text_R_rAssignment.underline=false +text_R_rComment.bold=false +text_R_rComment.color=98,151,85 +text_R_rComment.italic=false +text_R_rComment.strikethrough=false +text_R_rComment.underline=false +text_R_rDefault.bold=false +text_R_rDefault.color=216,216,216 +text_R_rDefault.italic=false +text_R_rDefault.strikethrough=false +text_R_rDefault.underline=false +text_R_rFlowcontrol.bold=false +text_R_rFlowcontrol.color=204,120,50 +text_R_rFlowcontrol.italic=false +text_R_rFlowcontrol.strikethrough=false +text_R_rFlowcontrol.underline=false +text_R_rGrouping.bold=false +text_R_rGrouping.color=216,216,216 +text_R_rGrouping.italic=false +text_R_rGrouping.strikethrough=false +text_R_rGrouping.underline=false +text_R_rIndexing.bold=false +text_R_rIndexing.color=216,216,216 +text_R_rIndexing.italic=false +text_R_rIndexing.strikethrough=false +text_R_rIndexing.underline=false +text_R_rLogicalConstants.bold=false +text_R_rLogicalConstants.color=152,118,170 +text_R_rLogicalConstants.italic=false +text_R_rLogicalConstants.strikethrough=false +text_R_rLogicalConstants.underline=false +text_R_rNumbers.bold=false +text_R_rNumbers.color=104,151,187 +text_R_rNumbers.italic=false +text_R_rNumbers.strikethrough=false +text_R_rNumbers.underline=false +text_R_rOtherOperators.bold=false +text_R_rOtherOperators.color=216,216,216 +text_R_rOtherOperators.italic=false +text_R_rOtherOperators.strikethrough=false +text_R_rOtherOperators.underline=false +text_R_rRoxygen.bold=false +text_R_rRoxygen.color=98,151,85 +text_R_rRoxygen.italic=false +text_R_rRoxygen.strikethrough=false +text_R_rRoxygen.underline=false +text_R_rRoxygenTag.bold=false +text_R_rRoxygenTag.color=132,185,119 +text_R_rRoxygenTag.italic=false +text_R_rRoxygenTag.strikethrough=false +text_R_rRoxygenTag.underline=false +text_R_rSeparators.bold=false +text_R_rSeparators.color=216,216,216 +text_R_rSeparators.italic=false +text_R_rSeparators.strikethrough=false +text_R_rSeparators.underline=false +text_R_rSpecialConstants.bold=false +text_R_rSpecialConstants.color=152,118,170 +text_R_rSpecialConstants.italic=false +text_R_rSpecialConstants.strikethrough=false +text_R_rSpecialConstants.underline=false +text_R_rString.bold=false +text_R_rString.color=165,194,92 +text_R_rString.italic=false +text_R_rString.strikethrough=false +text_R_rString.underline=false +text_R_rUndefined.bold=false +text_R_rUndefined.color=210,82,82 +text_R_rUndefined.italic=false +text_R_rUndefined.strikethrough=true +text_R_rUndefined.underline=false +text_R_taskTag.bold=false +text_R_taskTag.color=204,223,50 +text_R_taskTag.italic=false +text_R_taskTag.strikethrough=false +text_R_taskTag.underline=false +text_Rd_rdComment.bold=false +text_Rd_rdComment.color=98,151,85 +text_Rd_rdComment.italic=false +text_Rd_rdComment.strikethrough=false +text_Rd_rdComment.underline=false +text_Rd_rdDefault.bold=false +text_Rd_rdDefault.color=216,216,216 +text_Rd_rdDefault.italic=false +text_Rd_rdDefault.strikethrough=false +text_Rd_rdDefault.underline=false +text_Rd_rdOtherTag.bold=false +text_Rd_rdOtherTag.color=121,171,255 +text_Rd_rdOtherTag.italic=false +text_Rd_rdOtherTag.strikethrough=false +text_Rd_rdOtherTag.underline=false +text_Rd_rdPlatformSpecif.bold=false +text_Rd_rdPlatformSpecif.color=190,214,255 +text_Rd_rdPlatformSpecif.italic=false +text_Rd_rdPlatformSpecif.strikethrough=false +text_Rd_rdPlatformSpecif.underline=false +text_Rd_rdSectionTag.bold=false +text_Rd_rdSectionTag.color=169,183,198 +text_Rd_rdSectionTag.italic=false +text_Rd_rdSectionTag.strikethrough=false +text_Rd_rdSectionTag.underline=false +text_Rd_rdSubSectionTag.bold=false +text_Rd_rdSubSectionTag.color=169,183,198 +text_Rd_rdSubSectionTag.italic=false +text_Rd_rdSubSectionTag.strikethrough=false +text_Rd_rdSubSectionTag.underline=false +text_Rd_rdUnlistedTag.bold=false +text_Rd_rdUnlistedTag.color=190,214,255 +text_Rd_rdUnlistedTag.italic=false +text_Rd_rdUnlistedTag.strikethrough=false +text_Rd_rdUnlistedTag.underline=false +text_Rd_taskTag.bold=false +text_Rd_taskTag.color=204,223,50 +text_Rd_taskTag.italic=false +text_Rd_taskTag.strikethrough=false +text_Rd_taskTag.underline=false diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/eclihx.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/eclihx.ui.prefs new file mode 100755 index 0000000..4fc6e16 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/eclihx.ui.prefs @@ -0,0 +1,19 @@ +eclipse.preferences.version=1 +hx_editor_brace_color=216,216,216 +hx_editor_bracket_color=216,216,216 +hx_editor_comment_color=128,128,128 +hx_editor_conditional_compilation_color=204,120,50 +hx_editor_declare_keywords_color=204,120,50 +hx_editor_default_color=216,216,216 +hx_editor_haxe_doc_color=98,151,85 +hx_editor_keywords_color=204,120,50 +hx_editor_multiline_comment_color=98,151,85 +hx_editor_number_color=104,151,187 +hx_editor_regexpr_color=216,216,216 +hx_editor_string_color=165,194,92 +hx_editor_template_color=165,194,92 +hx_editor_type_color=169,183,198 +hxml_editor_comment_color=128,128,128 +hxml_editor_default_color=216,216,216 +hxml_editor_option_color=204,120,50 +overriddenByCSS=,hx_editor_bracket_color,hx_editor_default_color,hxml_editor_default_color,hx_editor_regexpr_color,hx_editor_brace_color,hx_editor_comment_color,hx_editor_type_color,hx_editor_template_color,hx_editor_haxe_doc_color,hx_editor_string_color,hx_editor_conditional_compilation_color,hx_editor_declare_keywords_color,hx_editor_keywords_color,hxml_editor_comment_color,hxml_editor_option_color,hx_editor_number_color,hx_editor_multiline_comment_color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/jp.gr.java_conf.ussiy.app.propedit.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/jp.gr.java_conf.ussiy.app.propedit.prefs new file mode 100755 index 0000000..830b8b8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/jp.gr.java_conf.ussiy.app.propedit.prefs @@ -0,0 +1,7 @@ +backgroundColor=25,29,31 +commentColor=128,128,128 +eclipse.preferences.version=1 +keyColor=216,216,216 +overriddenByCSS=,separatorColor,backgroundColor,keyColor,commentColor,valueColor, +separatorColor=216,216,216 +valueColor=165,194,92 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/jsonedit-core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/jsonedit-core.prefs new file mode 100755 index 0000000..48dc7f6 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/jsonedit-core.prefs @@ -0,0 +1,6 @@ +defaultColor=216,216,216 +eclipse.preferences.version=1 +nullColor=216,216,216 +overriddenByCSS=,defaultColor,nullColor,valueColor,stringColor, +stringColor=165,194,92 +valueColor=190,214,255 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sf.eclipsefp.haskell.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sf.eclipsefp.haskell.ui.prefs new file mode 100755 index 0000000..93c72e5 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sf.eclipsefp.haskell.ui.prefs @@ -0,0 +1,17 @@ +charColor=165,194,92 +commentColor=128,128,128 +conColor=169,183,198 +cppColor=187,181,41 +docColor=98,151,85 +eclipse.preferences.version=1 +functionColor=216,216,216 +keywordColor=204,120,50 +literateCommentColor=98,151,85 +overriddenByCSS=,symbolColor,varSymColor,varColor,functionColor,conColor,thColor,sourceHoverBackgroundColor,keywordColor,literateCommentColor,cppColor,docColor,charColor,commentColor,pragmaColor,stringColor, +pragmaColor=98,151,85 +sourceHoverBackgroundColor=66,68,69 +stringColor=165,194,92 +symbolColor=216,216,216 +thColor=187,181,41 +varColor=216,216,216 +varSymColor=216,216,216 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sourceforge.texlipse.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sourceforge.texlipse.prefs new file mode 100755 index 0000000..e500cb1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sourceforge.texlipse.prefs @@ -0,0 +1,16 @@ +cmd.TexColor=169,183,198 +com.TexColor=98,151,85 +crl.TexColor=121,171,255 +def.BibColor=216,216,216 +def.TexColor=216,216,216 +eclipse.preferences.version=1 +equ.TexColor=165,194,92 +key.BibColor=204,120,50 +num.TexColor=104,151,187 +overriddenByCSS=,sqr.TexColor,def.TexColor,verb.TexColor,def.BibColor,crl.TexColor,spe.TexColor,cmd.TexColor,equ.TexColor,com.TexColor,num.TexColor,str.BibColor,key.BibColor,typ.BibColor,slc.BibColor, +slc.BibColor=128,128,128 +spe.TexColor=187,181,41 +sqr.TexColor=121,171,255 +str.BibColor=165,194,92 +typ.BibColor=169,183,198 +verb.TexColor=190,214,255 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.vtst.ow.eclipse.less.Less.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.vtst.ow.eclipse.less.Less.prefs new file mode 100755 index 0000000..f0c1b8e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.vtst.ow.eclipse.less.Less.prefs @@ -0,0 +1,17 @@ +eclipse.preferences.version=1 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.AT_KEYWORD.color=204,120,50 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.COMMENT.color=98,151,85 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.DEFAULT.color=216,216,216 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_FEATURE.color=204,120,50 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_QUERY_KEYWORD.color=204,120,50 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MIXIN_CALL.color=169,183,198 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.NUMERIC_LITERAL.color=104,151,187 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.PROPERTY.color=190,214,255 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR.color=169,183,198 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_CLASS.color=169,183,198 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_HASH.color=169,183,198 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_ROOT.color=169,183,198 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.STRING.color=165,194,92 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_DEFINITION.color=190,214,255 +net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_USE.color=121,171,255 +overriddenByCSS=,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.DEFAULT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.PROPERTY.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_DEFINITION.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_USE.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.COMMENT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_FEATURE.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_ROOT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_CLASS.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MIXIN_CALL.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_QUERY_KEYWORD.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.NUMERIC_LITERAL.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_HASH.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.STRING.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.AT_KEYWORD.color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.apache.ivyde.eclipse.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.apache.ivyde.eclipse.prefs new file mode 100755 index 0000000..c50ab2c --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.apache.ivyde.eclipse.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +editor.color.default=216,216,216 +editor.color.procInstr=169,183,198 +editor.color.string=165,194,92 +editor.color.tag=169,183,198 +editor.color.xmlComment=98,151,85 +overriddenByCSS=,editor.color.default,editor.color.string,editor.color.tag,editor.color.procInstr,editor.color.xmlComment, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.cfeclipse.cfml.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.cfeclipse.cfml.prefs new file mode 100755 index 0000000..b5028fb --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.cfeclipse.cfml.prefs @@ -0,0 +1,30 @@ +AbstractTextEditor.Color.Background=25,29,31 +SQLCommentColor=98,151,85 +SQLKeywordColor=204,120,50 +SQLOperatorColor=216,216,216 +SQLStringColor=165,194,92 +SQLTextColor=216,216,216 +cfcommentBackgroundColor=25,29,31 +cfcommentColor=98,151,85 +cfkeywordColor=204,120,50 +cfnumberColor=104,151,187 +cfscriptKeywordColor=204,120,50 +cfscriptStringColor=165,194,92 +cfscriptTextColor=216,216,216 +cfscriptfunctionColor=169,183,198 +cfstringColor=165,194,92 +cftagColor=121,171,255 +cftaglibColor=132,185,119 +cssTextColor=216,216,216 +currentLineColor=50,57,62 +defaultTextColor=216,216,216 +eclipse.preferences.version=1 +htmCommentColor=98,151,85 +htmFormTagColor=121,171,255 +htmTableTagColor=121,171,255 +htmTagColor=121,171,255 +javascriptColor=216,216,216 +javascriptFunction=169,183,198 +overriddenByCSS=,htmFormTagColor,cssTextColor,SQLOperatorColor,htmTableTagColor,cfcommentBackgroundColor,currentLineColor,cfscriptTextColor,javascriptColor,cftagColor,AbstractTextEditor.Color.Background,unknowTagColors,htmTagColor,SQLTextColor,defaultTextColor,cfscriptKeywordColor,javascriptFunction,cftaglibColor,htmCommentColor,cfscriptfunctionColor,cfscriptStringColor,cfstringColor,SQLCommentColor,SQLStringColor,cfnumberColor,cfkeywordColor,SQLKeywordColor,cfcommentColor,stringColor, +stringColor=165,194,92 +unknowTagColors=210,82,82 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.chromium.debug.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.chromium.debug.ui.prefs new file mode 100755 index 0000000..81c7548 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.chromium.debug.ui.prefs @@ -0,0 +1,8 @@ +color_comment=98,151,85 +color_doc=98,151,85 +color_keyword=204,120,50 +color_normal=216,216,216 +color_number=104,151,187 +color_string=165,194,92 +eclipse.preferences.version=1 +overriddenByCSS=,color_normal,color_string,color_number,color_comment,color_doc,color_keyword, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.cloudsmith.geppetto.pp.dsl.PP.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.cloudsmith.geppetto.pp.dsl.PP.prefs new file mode 100755 index 0000000..5023631 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.cloudsmith.geppetto.pp.dsl.PP.prefs @@ -0,0 +1,27 @@ +eclipse.preferences.version=1 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=128,128,128 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=216,216,216 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=98,151,85 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=216,216,216 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=204,120,50 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=204,120,50 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=104,151,187 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=216,216,216 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=165,194,92 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=169,183,198 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color=239,192,144 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=216,216,216 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=165,194,92 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=204,223,50 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=216,216,216 +org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=216,216,216 +overriddenByCSS=,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.codehaus.groovy.eclipse.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.codehaus.groovy.eclipse.ui.prefs new file mode 100755 index 0000000..4c5de94 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.codehaus.groovy.eclipse.ui.prefs @@ -0,0 +1,129 @@ +eclipse.preferences.version=1 +groovy.editor.groovyDoc.keyword.color=132,185,119 +groovy.editor.groovyDoc.keyword.enabled=true +groovy.editor.groovyDoc.link.color=132,185,119 +groovy.editor.groovyDoc.link.enabled=true +groovy.editor.groovyDoc.tag.color=132,185,119 +groovy.editor.groovyDoc.tag.enabled=true +groovy.editor.highlight.default.color=216,216,216 +groovy.editor.highlight.groovykeywords.color=204,120,50 +groovy.editor.highlight.javakeywords.color=204,120,50 +groovy.editor.highlight.javatypes.color=169,183,198 +groovy.editor.highlight.multilinecomments.color=98,151,85 +groovy.editor.highlight.numbers.color=104,151,187 +groovy.editor.highlight.strings.color=165,194,92 +overriddenByCSS=,semanticHighlighting.staticField.bold,semanticHighlighting.typeArgument.underline,semanticHighlighting.staticField.italic,semanticHighlighting.typeParameter.italic,groovy.editor.groovyDoc.link.enabled,semanticHighlighting.enum.enabled,semanticHighlighting.enum.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.class.enabled,semanticHighlighting.staticFinalField.strikethrough,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.parameterVariable.color,semanticHighlighting.staticField.enabled,semanticHighlighting.typeArgument.enabled,semanticHighlighting.deprecatedMember.italic,semanticHighlighting.staticMethodInvocation.color,semanticHighlighting.annotation.underline,semanticHighlighting.staticFinalField.enabled,semanticHighlighting.staticMethodInvocation.strikethrough,groovy.editor.highlight.default.color,semanticHighlighting.localVariable.bold,semanticHighlighting.enum.italic,semanticHighlighting.inheritedMethodInvocation.enabled,semanticHighlighting.number.bold,semanticHighlighting.typeParameter.underline,semanticHighlighting.abstractMethodInvocation.color,semanticHighlighting.localVariable.italic,semanticHighlighting.localVariable.strikethrough,semanticHighlighting.interface.underline,semanticHighlighting.deprecatedMember.underline,semanticHighlighting.number.enabled,semanticHighlighting.methodDeclarationName.bold,semanticHighlighting.typeArgument.strikethrough,semanticHighlighting.class.underline,semanticHighlighting.class.strikethrough,semanticHighlighting.staticField.color,semanticHighlighting.method.bold,semanticHighlighting.number.italic,semanticHighlighting.interface.italic,semanticHighlighting.staticMethodInvocation.italic,semanticHighlighting.deprecatedMember.enabled,semanticHighlighting.staticField.strikethrough,semanticHighlighting.localVariableDeclaration.underline,semanticHighlighting.interface.enabled,semanticHighlighting.field.bold,semanticHighlighting.enum.strikethrough,semanticHighlighting.field.strikethrough,semanticHighlighting.class.italic,semanticHighlighting.typeParameter.strikethrough,semanticHighlighting.enum.bold,semanticHighlighting.method.enabled,semanticHighlighting.methodDeclarationName.enabled,semanticHighlighting.staticMethodInvocation.underline,semanticHighlighting.staticField.underline,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.abstractMethodInvocation.underline,semanticHighlighting.interface.strikethrough,semanticHighlighting.method.italic,semanticHighlighting.staticFinalField.italic,semanticHighlighting.annotation.strikethrough,semanticHighlighting.abstractMethodInvocation.enabled,semanticHighlighting.field.underline,semanticHighlighting.field.color,semanticHighlighting.inheritedMethodInvocation.color,semanticHighlighting.typeParameter.enabled,semanticHighlighting.class.bold,semanticHighlighting.inheritedMethodInvocation.underline,semanticHighlighting.localVariableDeclaration.enabled,groovy.editor.groovyDoc.keyword.enabled,semanticHighlighting.typeParameter.bold,semanticHighlighting.method.strikethrough,semanticHighlighting.field.enabled,semanticHighlighting.staticMethodInvocation.bold,semanticHighlighting.localVariable.color,semanticHighlighting.localVariableDeclaration.italic,semanticHighlighting.inheritedMethodInvocation.italic,semanticHighlighting.method.underline,semanticHighlighting.annotation.italic,semanticHighlighting.parameterVariable.underline,semanticHighlighting.inheritedMethodInvocation.bold,semanticHighlighting.parameterVariable.enabled,semanticHighlighting.localVariableDeclaration.strikethrough,semanticHighlighting.deprecatedMember.bold,semanticHighlighting.staticMethodInvocation.enabled,semanticHighlighting.staticFinalField.bold,semanticHighlighting.staticFinalField.underline,semanticHighlighting.methodDeclarationName.underline,semanticHighlighting.interface.bold,semanticHighlighting.enum.underline,semanticHighlighting.parameterVariable.bold,semanticHighlighting.number.strikethrough,semanticHighlighting.deprecatedMember.color,semanticHighlighting.field.italic,semanticHighlighting.deprecatedMember.strikethrough,semanticHighlighting.typeArgument.italic,semanticHighlighting.typeParameter.color,semanticHighlighting.inheritedMethodInvocation.strikethrough,semanticHighlighting.typeArgument.bold,semanticHighlighting.abstractMethodInvocation.bold,semanticHighlighting.methodDeclarationName.strikethrough,semanticHighlighting.annotation.enabled,semanticHighlighting.localVariable.underline,semanticHighlighting.number.underline,semanticHighlighting.typeArgument.color,semanticHighlighting.parameterVariable.italic,semanticHighlighting.annotation.bold,groovy.editor.groovyDoc.tag.enabled,semanticHighlighting.abstractMethodInvocation.strikethrough,semanticHighlighting.parameterVariable.strikethrough,semanticHighlighting.abstractMethodInvocation.italic,semanticHighlighting.methodDeclarationName.italic,groovy.editor.highlight.groovykeywords.color,semanticHighlighting.annotation.color,groovy.editor.groovyDoc.keyword.color,groovy.editor.highlight.javatypes.color,groovy.editor.highlight.javakeywords.color,semanticHighlighting.class.color,semanticHighlighting.number.color,semanticHighlighting.methodDeclarationName.color,semanticHighlighting.interface.color,groovy.editor.highlight.numbers.color,groovy.editor.groovyDoc.tag.color,groovy.editor.groovyDoc.link.color,groovy.editor.highlight.strings.color,semanticHighlighting.method.color,semanticHighlighting.staticFinalField.color,groovy.editor.highlight.multilinecomments.color, +semanticHighlighting.abstractMethodInvocation.bold=false +semanticHighlighting.abstractMethodInvocation.color=190,214,255 +semanticHighlighting.abstractMethodInvocation.enabled=true +semanticHighlighting.abstractMethodInvocation.italic=false +semanticHighlighting.abstractMethodInvocation.strikethrough=false +semanticHighlighting.abstractMethodInvocation.underline=false +semanticHighlighting.annotation.bold=false +semanticHighlighting.annotation.color=187,181,41 +semanticHighlighting.annotation.enabled=true +semanticHighlighting.annotation.italic=false +semanticHighlighting.annotation.strikethrough=false +semanticHighlighting.annotation.underline=false +semanticHighlighting.class.bold=false +semanticHighlighting.class.color=169,183,198 +semanticHighlighting.class.enabled=true +semanticHighlighting.class.italic=false +semanticHighlighting.class.strikethrough=false +semanticHighlighting.class.underline=false +semanticHighlighting.deprecatedMember.bold=false +semanticHighlighting.deprecatedMember.color=210,82,82 +semanticHighlighting.deprecatedMember.enabled=true +semanticHighlighting.deprecatedMember.italic=false +semanticHighlighting.deprecatedMember.strikethrough=true +semanticHighlighting.deprecatedMember.underline=false +semanticHighlighting.enum.bold=false +semanticHighlighting.enum.color=127,179,71 +semanticHighlighting.enum.enabled=true +semanticHighlighting.enum.italic=false +semanticHighlighting.enum.strikethrough=false +semanticHighlighting.enum.underline=false +semanticHighlighting.field.bold=false +semanticHighlighting.field.color=190,214,255 +semanticHighlighting.field.enabled=true +semanticHighlighting.field.italic=false +semanticHighlighting.field.strikethrough=false +semanticHighlighting.field.underline=false +semanticHighlighting.inheritedMethodInvocation.bold=false +semanticHighlighting.inheritedMethodInvocation.color=190,214,255 +semanticHighlighting.inheritedMethodInvocation.enabled=true +semanticHighlighting.inheritedMethodInvocation.italic=false +semanticHighlighting.inheritedMethodInvocation.strikethrough=false +semanticHighlighting.inheritedMethodInvocation.underline=false +semanticHighlighting.interface.bold=false +semanticHighlighting.interface.color=152,118,170 +semanticHighlighting.interface.enabled=true +semanticHighlighting.interface.italic=false +semanticHighlighting.interface.strikethrough=false +semanticHighlighting.interface.underline=false +semanticHighlighting.localVariable.bold=false +semanticHighlighting.localVariable.color=121,171,255 +semanticHighlighting.localVariable.enabled=true +semanticHighlighting.localVariable.italic=false +semanticHighlighting.localVariable.strikethrough=false +semanticHighlighting.localVariable.underline=false +semanticHighlighting.localVariableDeclaration.bold=false +semanticHighlighting.localVariableDeclaration.color=190,214,255 +semanticHighlighting.localVariableDeclaration.enabled=true +semanticHighlighting.localVariableDeclaration.italic=false +semanticHighlighting.localVariableDeclaration.strikethrough=false +semanticHighlighting.localVariableDeclaration.underline=false +semanticHighlighting.method.bold=false +semanticHighlighting.method.color=169,183,198 +semanticHighlighting.method.enabled=true +semanticHighlighting.method.italic=false +semanticHighlighting.method.strikethrough=false +semanticHighlighting.method.underline=false +semanticHighlighting.methodDeclarationName.bold=false +semanticHighlighting.methodDeclarationName.color=169,183,198 +semanticHighlighting.methodDeclarationName.enabled=true +semanticHighlighting.methodDeclarationName.italic=false +semanticHighlighting.methodDeclarationName.strikethrough=false +semanticHighlighting.methodDeclarationName.underline=false +semanticHighlighting.number.bold=false +semanticHighlighting.number.color=104,151,187 +semanticHighlighting.number.enabled=true +semanticHighlighting.number.italic=false +semanticHighlighting.number.strikethrough=false +semanticHighlighting.number.underline=false +semanticHighlighting.parameterVariable.bold=false +semanticHighlighting.parameterVariable.color=121,171,255 +semanticHighlighting.parameterVariable.enabled=true +semanticHighlighting.parameterVariable.italic=false +semanticHighlighting.parameterVariable.strikethrough=false +semanticHighlighting.parameterVariable.underline=false +semanticHighlighting.staticField.bold=false +semanticHighlighting.staticField.color=239,192,144 +semanticHighlighting.staticField.enabled=true +semanticHighlighting.staticField.italic=false +semanticHighlighting.staticField.strikethrough=false +semanticHighlighting.staticField.underline=false +semanticHighlighting.staticFinalField.bold=false +semanticHighlighting.staticFinalField.color=152,118,170 +semanticHighlighting.staticFinalField.enabled=true +semanticHighlighting.staticFinalField.italic=false +semanticHighlighting.staticFinalField.strikethrough=false +semanticHighlighting.staticFinalField.underline=false +semanticHighlighting.staticMethodInvocation.bold=false +semanticHighlighting.staticMethodInvocation.color=190,214,255 +semanticHighlighting.staticMethodInvocation.enabled=true +semanticHighlighting.staticMethodInvocation.italic=false +semanticHighlighting.staticMethodInvocation.strikethrough=false +semanticHighlighting.staticMethodInvocation.underline=false +semanticHighlighting.typeArgument.bold=false +semanticHighlighting.typeArgument.color=191,164,164 +semanticHighlighting.typeArgument.enabled=true +semanticHighlighting.typeArgument.italic=false +semanticHighlighting.typeArgument.strikethrough=false +semanticHighlighting.typeArgument.underline=false +semanticHighlighting.typeParameter.bold=false +semanticHighlighting.typeParameter.color=191,164,164 +semanticHighlighting.typeParameter.enabled=true +semanticHighlighting.typeParameter.italic=false +semanticHighlighting.typeParameter.strikethrough=false +semanticHighlighting.typeParameter.underline=false diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.dadacoalition.yedit.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.dadacoalition.yedit.prefs new file mode 100755 index 0000000..3c59e09 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.dadacoalition.yedit.prefs @@ -0,0 +1,12 @@ +colorAliasPreferences=216,216,216 +colorAnchorPreferences=216,216,216 +colorCommentPreference=128,128,128 +colorConstantPreferences=169,183,198 +colorDefaultPreference=216,216,216 +colorDocumentPreference=216,216,216 +colorFlowCharacterPreferences=216,216,216 +colorKeyPreference=169,183,198 +colorScalarPreference=165,194,92 +colorTagPropertyPreferences=216,216,216 +eclipse.preferences.version=1 +overriddenByCSS=,colorDocumentPreference,colorDefaultPreference,colorTagPropertyPreferences,colorFlowCharacterPreferences,colorAliasPreferences,colorAnchorPreferences,colorKeyPreference,colorCommentPreference,colorConstantPreferences,colorScalarPreference, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.angularjs.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.angularjs.ui.prefs new file mode 100755 index 0000000..10e6f66 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.angularjs.ui.prefs @@ -0,0 +1,6 @@ +angularExpression=\#A5C25C | null | null | null | null | null +angularExpressionBorder=\#D8D8D8 | null | null | null | null | null +directiveName=\#CC7832 | null | false | null | null | null +directiveParameterName=\#BED6FF | null | null | null | null | null +eclipse.preferences.version=1 +overriddenByCSS=,angularExpressionBorder,directiveParameterName,angularExpression,directiveName, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ant.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ant.ui.prefs new file mode 100755 index 0000000..91c309e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ant.ui.prefs @@ -0,0 +1,13 @@ +eclipse.preferences.version=1 +org.eclipse.ant.ui.Color=203,78,78 +org.eclipse.ant.ui.commentsColor=98,151,85 +org.eclipse.ant.ui.constantStringsColor=165,194,92 +org.eclipse.ant.ui.debugColor=233,235,237 +org.eclipse.ant.ui.dtdColor=169,183,198 +org.eclipse.ant.ui.informationColor=121,171,255 +org.eclipse.ant.ui.processingInstructionsColor=216,216,216 +org.eclipse.ant.ui.tagsColor=169,183,198 +org.eclipse.ant.ui.textColor=216,216,216 +org.eclipse.ant.ui.verboseColor=209,151,217 +org.eclipse.ant.ui.warningColor=255,198,0 +overriddenByCSS=,org.eclipse.ant.ui.Color,org.eclipse.ant.ui.debugColor,org.eclipse.ant.ui.informationColor,org.eclipse.ant.ui.processingInstructionsColor,org.eclipse.ant.ui.textColor,org.eclipse.ant.ui.verboseColor,org.eclipse.ant.ui.warningColor,org.eclipse.ant.ui.commentsColor,org.eclipse.ant.ui.constantStringsColor,org.eclipse.ant.ui.dtdColor,org.eclipse.ant.ui.tagsColor, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.dsf.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.dsf.ui.prefs new file mode 100755 index 0000000..463401a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.dsf.ui.prefs @@ -0,0 +1,5 @@ +disassembly.addressColor=63,209,63 +disassembly.codeBytesColor=218,29,67 +disassembly.functionOffsetsColor=218,29,67 +eclipse.preferences.version=1 +overriddenByCSS=,disassembly.addressColor,disassembly.codeBytesColor,disassembly.functionOffsetsColor, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.make.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.make.ui.prefs new file mode 100755 index 0000000..910e66f --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.make.ui.prefs @@ -0,0 +1,8 @@ +eclipse.preferences.version=1 +org.eclipse.cdt.make.ui.editor.comment=98,151,85 +org.eclipse.cdt.make.ui.editor.default=216,216,216 +org.eclipse.cdt.make.ui.editor.function=169,183,198 +org.eclipse.cdt.make.ui.editor.keyword=204,120,50 +org.eclipse.cdt.make.ui.editor.macro_def=255,198,109 +org.eclipse.cdt.make.ui.editor.macro_ref=255,198,109 +overriddenByCSS=,org.eclipse.cdt.make.ui.editor.default,org.eclipse.cdt.make.ui.editor.comment,org.eclipse.cdt.make.ui.editor.macro_ref,org.eclipse.cdt.make.ui.editor.macro_def,org.eclipse.cdt.make.ui.editor.function,org.eclipse.cdt.make.ui.editor.keyword, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.ui.prefs new file mode 100755 index 0000000..47466c1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.ui.prefs @@ -0,0 +1,143 @@ +asm_directive=204,120,50 +asm_label=216,216,216 +buildConsoleBackgroundColor=25,29,31 +buildConsoleErrorStreamColor=218,29,67 +buildConsoleInfoStreamColor=121,171,255 +buildConsoleOutputStreamColor=233,235,237 +buildConsoleProblemBackgroundColor=11,13,14 +buildConsoleProblemHighlightedColor=255,127,127 +buildConsoleProblemInfoBackgroundColor=25,29,31 +buildConsoleProblemWarningBackgroundColor=10,12,13 +c_braces=216,216,216 +c_comment_task_tag=204,223,50 +c_default=216,216,216 +c_keyword=204,120,50 +c_multi_line_comment=98,151,85 +c_numbers=104,151,187 +c_operators=216,216,216 +c_single_line_comment=128,128,128 +c_string=165,194,92 +c_type=204,120,50 +content_assist_parameters_background=25,29,31 +content_assist_parameters_foreground=216,216,216 +content_assist_proposals_background=25,29,31 +content_assist_proposals_foreground=216,216,216 +eclipse.preferences.version=1 +inactiveCodeColor=65,65,4 +org.eclipse.cdt.internal.ui.text.doctools.multi=98,151,85 +org.eclipse.cdt.internal.ui.text.doctools.recognizedTag=132,185,119 +org.eclipse.cdt.internal.ui.text.doctools.single=98,151,85 +overriddenByCSS=,asm_label,buildConsoleBackgroundColor,buildConsoleErrorStreamColor,buildConsoleInfoStreamColor,buildConsoleOutputStreamColor,buildConsoleProblemBackgroundColor,buildConsoleProblemHighlightedColor,buildConsoleProblemInfoBackgroundColor,buildConsoleProblemWarningBackgroundColor,c_braces,c_comment_task_tag,c_default,c_operators,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground,inactiveCodeColor,pp_default,semanticHighlighting.class.bold,semanticHighlighting.class.enabled,semanticHighlighting.class.italic,semanticHighlighting.class.strikethrough,semanticHighlighting.class.underline,semanticHighlighting.enum.bold,semanticHighlighting.enum.color,semanticHighlighting.enum.enabled,semanticHighlighting.enum.italic,semanticHighlighting.enum.strikethrough,semanticHighlighting.enum.underline,semanticHighlighting.enumerator.bold,semanticHighlighting.enumerator.enabled,semanticHighlighting.enumerator.italic,semanticHighlighting.enumerator.strikethrough,semanticHighlighting.enumerator.underline,semanticHighlighting.externalSDK.bold,semanticHighlighting.externalSDK.color,semanticHighlighting.externalSDK.enabled,semanticHighlighting.externalSDK.italic,semanticHighlighting.externalSDK.strikethrough,semanticHighlighting.externalSDK.underline,semanticHighlighting.field.bold,semanticHighlighting.field.color,semanticHighlighting.field.enabled,semanticHighlighting.field.italic,semanticHighlighting.field.strikethrough,semanticHighlighting.field.underline,semanticHighlighting.function.bold,semanticHighlighting.function.enabled,semanticHighlighting.function.italic,semanticHighlighting.function.strikethrough,semanticHighlighting.function.underline,semanticHighlighting.functionDeclaration.bold,semanticHighlighting.functionDeclaration.enabled,semanticHighlighting.functionDeclaration.italic,semanticHighlighting.functionDeclaration.strikethrough,semanticHighlighting.functionDeclaration.underline,semanticHighlighting.localVariable.bold,semanticHighlighting.localVariable.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.localVariable.italic,semanticHighlighting.localVariable.strikethrough,semanticHighlighting.localVariable.underline,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.localVariableDeclaration.enabled,semanticHighlighting.localVariableDeclaration.italic,semanticHighlighting.localVariableDeclaration.strikethrough,semanticHighlighting.localVariableDeclaration.underline,semanticHighlighting.macroDefinition.bold,semanticHighlighting.macroDefinition.enabled,semanticHighlighting.macroDefinition.italic,semanticHighlighting.macroDefinition.strikethrough,semanticHighlighting.macroDefinition.underline,semanticHighlighting.method.bold,semanticHighlighting.method.enabled,semanticHighlighting.method.italic,semanticHighlighting.method.strikethrough,semanticHighlighting.method.underline,semanticHighlighting.methodDeclaration.bold,semanticHighlighting.methodDeclaration.enabled,semanticHighlighting.methodDeclaration.italic,semanticHighlighting.methodDeclaration.strikethrough,semanticHighlighting.methodDeclaration.underline,semanticHighlighting.namespace.bold,semanticHighlighting.namespace.enabled,semanticHighlighting.namespace.italic,semanticHighlighting.namespace.strikethrough,semanticHighlighting.namespace.underline,semanticHighlighting.parameterVariable.bold,semanticHighlighting.parameterVariable.color,semanticHighlighting.parameterVariable.enabled,semanticHighlighting.parameterVariable.italic,semanticHighlighting.parameterVariable.strikethrough,semanticHighlighting.parameterVariable.underline,semanticHighlighting.staticField.bold,semanticHighlighting.staticField.color,semanticHighlighting.staticField.enabled,semanticHighlighting.staticField.italic,semanticHighlighting.staticField.strikethrough,semanticHighlighting.staticField.underline,semanticHighlighting.staticMethod.bold,semanticHighlighting.staticMethod.color,semanticHighlighting.staticMethod.enabled,semanticHighlighting.staticMethod.italic,semanticHighlighting.staticMethod.strikethrough,semanticHighlighting.staticMethod.underline,semanticHighlighting.typeParameter.bold,semanticHighlighting.typeParameter.color,semanticHighlighting.typeParameter.enabled,semanticHighlighting.typeParameter.italic,semanticHighlighting.typeParameter.strikethrough,semanticHighlighting.typeParameter.underline,semanticHighlighting.typedef.bold,semanticHighlighting.typedef.enabled,semanticHighlighting.typedef.italic,semanticHighlighting.typedef.strikethrough,semanticHighlighting.typedef.underline,sourceHoverBackgroundColor.SystemDefault,asm_directive,c_keyword,c_multi_line_comment,c_numbers,c_single_line_comment,c_string,c_type,org.eclipse.cdt.internal.ui.text.doctools.multi,org.eclipse.cdt.internal.ui.text.doctools.recognizedTag,org.eclipse.cdt.internal.ui.text.doctools.single,pp_directive,pp_header,semanticHighlighting.class.color,semanticHighlighting.enumerator.color,semanticHighlighting.function.color,semanticHighlighting.functionDeclaration.color,semanticHighlighting.macroDefinition.color,semanticHighlighting.method.color,semanticHighlighting.methodDeclaration.color,semanticHighlighting.namespace.color,semanticHighlighting.typedef.color,sourceHoverBackgroundColor, +pp_default=216,216,216 +pp_directive=204,120,50 +pp_header=165,194,92 +semanticHighlighting.class.bold=false +semanticHighlighting.class.color=169,183,198 +semanticHighlighting.class.enabled=true +semanticHighlighting.class.italic=false +semanticHighlighting.class.strikethrough=false +semanticHighlighting.class.underline=false +semanticHighlighting.enum.bold=false +semanticHighlighting.enum.color=127,179,71 +semanticHighlighting.enum.enabled=true +semanticHighlighting.enum.italic=false +semanticHighlighting.enum.strikethrough=false +semanticHighlighting.enum.underline=false +semanticHighlighting.enumerator.bold=false +semanticHighlighting.enumerator.color=152,118,170 +semanticHighlighting.enumerator.enabled=true +semanticHighlighting.enumerator.italic=false +semanticHighlighting.enumerator.strikethrough=false +semanticHighlighting.enumerator.underline=false +semanticHighlighting.externalSDK.bold=false +semanticHighlighting.externalSDK.color=190,214,255 +semanticHighlighting.externalSDK.enabled=true +semanticHighlighting.externalSDK.italic=false +semanticHighlighting.externalSDK.strikethrough=false +semanticHighlighting.externalSDK.underline=false +semanticHighlighting.field.bold=false +semanticHighlighting.field.color=190,214,255 +semanticHighlighting.field.enabled=true +semanticHighlighting.field.italic=false +semanticHighlighting.field.strikethrough=false +semanticHighlighting.field.underline=false +semanticHighlighting.function.bold=false +semanticHighlighting.function.color=169,183,198 +semanticHighlighting.function.enabled=true +semanticHighlighting.function.italic=false +semanticHighlighting.function.strikethrough=false +semanticHighlighting.function.underline=false +semanticHighlighting.functionDeclaration.bold=false +semanticHighlighting.functionDeclaration.color=255,198,109 +semanticHighlighting.functionDeclaration.enabled=true +semanticHighlighting.functionDeclaration.italic=false +semanticHighlighting.functionDeclaration.strikethrough=false +semanticHighlighting.functionDeclaration.underline=false +semanticHighlighting.localVariable.bold=false +semanticHighlighting.localVariable.color=121,171,255 +semanticHighlighting.localVariable.enabled=true +semanticHighlighting.localVariable.italic=false +semanticHighlighting.localVariable.strikethrough=false +semanticHighlighting.localVariable.underline=false +semanticHighlighting.localVariableDeclaration.bold=false +semanticHighlighting.localVariableDeclaration.color=190,214,255 +semanticHighlighting.localVariableDeclaration.enabled=true +semanticHighlighting.localVariableDeclaration.italic=false +semanticHighlighting.localVariableDeclaration.strikethrough=false +semanticHighlighting.localVariableDeclaration.underline=false +semanticHighlighting.macroDefinition.bold=false +semanticHighlighting.macroDefinition.color=255,198,109 +semanticHighlighting.macroDefinition.enabled=true +semanticHighlighting.macroDefinition.italic=false +semanticHighlighting.macroDefinition.strikethrough=false +semanticHighlighting.macroDefinition.underline=false +semanticHighlighting.method.bold=false +semanticHighlighting.method.color=169,183,198 +semanticHighlighting.method.enabled=true +semanticHighlighting.method.italic=false +semanticHighlighting.method.strikethrough=false +semanticHighlighting.method.underline=false +semanticHighlighting.methodDeclaration.bold=false +semanticHighlighting.methodDeclaration.color=255,198,109 +semanticHighlighting.methodDeclaration.enabled=true +semanticHighlighting.methodDeclaration.italic=false +semanticHighlighting.methodDeclaration.strikethrough=false +semanticHighlighting.methodDeclaration.underline=false +semanticHighlighting.namespace.bold=false +semanticHighlighting.namespace.color=152,118,170 +semanticHighlighting.namespace.enabled=true +semanticHighlighting.namespace.italic=false +semanticHighlighting.namespace.strikethrough=false +semanticHighlighting.namespace.underline=false +semanticHighlighting.parameterVariable.bold=false +semanticHighlighting.parameterVariable.color=121,171,255 +semanticHighlighting.parameterVariable.enabled=true +semanticHighlighting.parameterVariable.italic=false +semanticHighlighting.parameterVariable.strikethrough=false +semanticHighlighting.parameterVariable.underline=false +semanticHighlighting.staticField.bold=false +semanticHighlighting.staticField.color=239,192,144 +semanticHighlighting.staticField.enabled=true +semanticHighlighting.staticField.italic=false +semanticHighlighting.staticField.strikethrough=false +semanticHighlighting.staticField.underline=false +semanticHighlighting.staticMethod.bold=false +semanticHighlighting.staticMethod.color=190,214,255 +semanticHighlighting.staticMethod.enabled=true +semanticHighlighting.staticMethod.italic=false +semanticHighlighting.staticMethod.strikethrough=false +semanticHighlighting.staticMethod.underline=false +semanticHighlighting.typeParameter.bold=false +semanticHighlighting.typeParameter.color=191,164,164 +semanticHighlighting.typeParameter.enabled=true +semanticHighlighting.typeParameter.italic=false +semanticHighlighting.typeParameter.strikethrough=false +semanticHighlighting.typeParameter.underline=false +semanticHighlighting.typedef.bold=false +semanticHighlighting.typedef.color=169,183,198 +semanticHighlighting.typedef.enabled=true +semanticHighlighting.typedef.italic=false +semanticHighlighting.typedef.strikethrough=false +semanticHighlighting.typedef.underline=false +sourceHoverBackgroundColor=66,68,69 +sourceHoverBackgroundColor.SystemDefault=false diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..dffc6b5 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +version=1 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.datatools.sqltools.sqleditor.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.datatools.sqltools.sqleditor.prefs new file mode 100755 index 0000000..8f83ac1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.datatools.sqltools.sqleditor.prefs @@ -0,0 +1,10 @@ +Double\ quoted\ string=0,0,0,0,0,165,194,92 +Identifier=0,0,0,0,0,169,183,198 +Keyword=0,0,0,0,0,204,120,50 +Multi-line\ comment=0,0,0,0,0,98,151,85 +Others=0,0,0,0,0,216,216,216 +Single\ quoted\ string=0,0,0,0,0,165,194,92 +Single-line\ comment=0,0,0,0,0,128,128,128 +Type=0,0,0,0,0,169,183,198 +eclipse.preferences.version=1 +overriddenByCSS=,Others,Type,Identifier,Keyword,Multi-line comment,Double quoted string,Single-line comment,Single quoted string, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs new file mode 100644 index 0000000..c855eca --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs @@ -0,0 +1,19 @@ +Console.highWaterMark=88000 +Console.limitConsoleOutput=false +eclipse.preferences.version=1 +org.eclipse.debug.ui.Color=218,29,67 +org.eclipse.debug.ui.LaunchLastIfNotLaunchable=false +org.eclipse.debug.ui.LaunchParentProject=true +org.eclipse.debug.ui.MemoryHistoryKnownColor=233,235,237 +org.eclipse.debug.ui.MemoryHistoryUnknownColor=168,177,184 +org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND=145,77,111 +org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\n\n +org.eclipse.debug.ui.RelaunchAndTerminateLaunchAction=true +org.eclipse.debug.ui.changedDebugElement=255,128,128 +org.eclipse.debug.ui.consoleBackground=25,29,31 +org.eclipse.debug.ui.errorColor=204,223,50 +org.eclipse.debug.ui.inColor=216,216,216 +org.eclipse.debug.ui.outColor=216,216,216 +org.eclipse.debug.ui.save_dirty_editors_before_launch=always +overriddenByCSS=,org.eclipse.debug.ui.Color,org.eclipse.debug.ui.MemoryHistoryKnownColor,org.eclipse.debug.ui.MemoryHistoryUnknownColor,org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND,org.eclipse.debug.ui.changedDebugElement,org.eclipse.debug.ui.consoleBackground,org.eclipse.debug.ui.errorColor,org.eclipse.debug.ui.inColor,org.eclipse.debug.ui.outColor, +preferredTargets=default\:default| diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.ruby.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.ruby.ui.prefs new file mode 100755 index 0000000..b73544d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.ruby.ui.prefs @@ -0,0 +1,118 @@ +DLTK_comment_task_tag=204,223,50 +DLTK_comment_task_tag_bold=false +DLTK_comment_task_tag_italic=false +DLTK_comment_task_tag_strikethrough=false +DLTK_comment_task_tag_underline=false +DLTK_default=216,216,216 +DLTK_default_bold=false +DLTK_default_italic=false +DLTK_default_strikethrough=false +DLTK_default_underline=false +DLTK_doc=98,151,85 +DLTK_doc.topic=132,185,119 +DLTK_doc.topic_bold=false +DLTK_doc.topic_italic=false +DLTK_doc.topic_strikethrough=false +DLTK_doc.topic_underline=false +DLTK_doc_bold=false +DLTK_doc_italic=false +DLTK_doc_strikethrough=false +DLTK_doc_underline=false +DLTK_keyword=204,120,50 +DLTK_keyword_bold=false +DLTK_keyword_italic=false +DLTK_keyword_return=204,120,50 +DLTK_keyword_return_bold=false +DLTK_keyword_return_italic=false +DLTK_keyword_return_strikethrough=false +DLTK_keyword_return_underline=false +DLTK_keyword_strikethrough=false +DLTK_keyword_underline=false +DLTK_number=104,151,187 +DLTK_number_bold=false +DLTK_number_italic=false +DLTK_number_strikethrough=false +DLTK_number_underline=false +DLTK_single_line_comment=128,128,128 +DLTK_single_line_comment_bold=false +DLTK_single_line_comment_italic=false +DLTK_single_line_comment_strikethrough=false +DLTK_single_line_comment_underline=false +DLTK_string=165,194,92 +DLTK_string.eval=165,194,92 +DLTK_string.eval_bold=false +DLTK_string.eval_italic=false +DLTK_string.eval_strikethrough=false +DLTK_string.eval_underline=false +DLTK_string.regexp=165,194,92 +DLTK_string.regexp_bold=false +DLTK_string.regexp_italic=false +DLTK_string.regexp_strikethrough=false +DLTK_string.regexp_underline=false +DLTK_string_bold=false +DLTK_string_italic=false +DLTK_string_strikethrough=false +DLTK_string_underline=false +const=152,118,170 +const_bold=false +const_italic=false +const_strikethrough=false +const_underline=false +content_assist_completion_replacement_background=25,29,31 +content_assist_completion_replacement_background_bold=false +content_assist_completion_replacement_background_italic=false +content_assist_completion_replacement_background_strikethrough=false +content_assist_completion_replacement_background_underline=false +content_assist_completion_replacement_foreground=216,216,216 +content_assist_completion_replacement_foreground_bold=false +content_assist_completion_replacement_foreground_italic=false +content_assist_completion_replacement_foreground_strikethrough=false +content_assist_completion_replacement_foreground_underline=false +content_assist_parameters_background=25,29,31 +content_assist_parameters_background_bold=false +content_assist_parameters_background_italic=false +content_assist_parameters_background_strikethrough=false +content_assist_parameters_background_underline=false +content_assist_parameters_foreground=216,216,216 +content_assist_parameters_foreground_bold=false +content_assist_parameters_foreground_italic=false +content_assist_parameters_foreground_strikethrough=false +content_assist_parameters_foreground_underline=false +eclipse.preferences.version=1 +overriddenByCSS=,variable.pseudo_bold,content_assist_completion_replacement_background_underline,DLTK_keyword_underline,content_assist_parameters_foreground_italic,content_assist_parameters_background_bold,DLTK_comment_task_tag_italic,ruby.symbols_underline,DLTK_keyword_italic,ruby.symbols_italic,DLTK_doc_underline,variable.pseudo_strikethrough,variable_strikethrough,DLTK_doc.topic_underline,content_assist_parameters_background,variable.global_bold,DLTK_doc_strikethrough,DLTK_string.regexp_underline,content_assist_completion_replacement_background_italic,DLTK_keyword_return_underline,DLTK_string_strikethrough,DLTK_default_bold,DLTK_keyword_strikethrough,content_assist_completion_replacement_foreground_italic,const_underline,DLTK_number_strikethrough,content_assist_parameters_background_italic,variable_underline,content_assist_completion_replacement_background_strikethrough,content_assist_parameters_foreground_strikethrough,content_assist_completion_replacement_foreground_bold,DLTK_string.regexp_italic,content_assist_parameters_foreground,content_assist_parameters_foreground_underline,DLTK_string.eval_strikethrough,DLTK_string_bold,variable_italic,sourceHoverBackgroundColor.SystemDefault,content_assist_completion_replacement_background,DLTK_string.eval_italic,content_assist_completion_replacement_foreground,DLTK_string.regexp_bold,variable.class_italic,content_assist_parameters_background_strikethrough,ruby.symbols,DLTK_keyword_bold,DLTK_string_underline,variable.global_underline,variable.global,DLTK_comment_task_tag_bold,DLTK_string.eval_underline,content_assist_parameters_background_underline,DLTK_number_underline,DLTK_default_strikethrough,const_bold,DLTK_comment_task_tag_underline,DLTK_string.regexp_strikethrough,variable.global_italic,DLTK_comment_task_tag_strikethrough,ruby.symbols_bold,DLTK_keyword_return_italic,variable.class_underline,DLTK_doc.topic_italic,DLTK_number_bold,DLTK_single_line_comment_underline,content_assist_completion_replacement_foreground_strikethrough,variable.class_strikethrough,variable.pseudo_italic,const_strikethrough,variable.instance_bold,sourceHoverBackgroundColor_bold,DLTK_number_italic,variable.pseudo,variable.global_strikethrough,content_assist_completion_replacement_foreground_underline,variable.instance_strikethrough,DLTK_single_line_comment_bold,sourceHoverBackgroundColor_strikethrough,DLTK_doc.topic_bold,DLTK_comment_task_tag,variable.pseudo_underline,DLTK_keyword_return_bold,variable.instance_underline,content_assist_completion_replacement_background_bold,ruby.symbols_strikethrough,sourceHoverBackgroundColor_italic,DLTK_doc_bold,sourceHoverBackgroundColor_underline,DLTK_doc.topic_strikethrough,const_italic,variable_bold,variable.instance_italic,DLTK_default,DLTK_single_line_comment_italic,content_assist_parameters_foreground_bold,variable.class_bold,DLTK_default_italic,DLTK_single_line_comment_strikethrough,DLTK_doc_italic,variable,DLTK_keyword_return_strikethrough,DLTK_default_underline,DLTK_string.eval_bold,DLTK_string_italic,DLTK_string.eval,DLTK_doc,DLTK_number,variable.class,DLTK_single_line_comment,DLTK_doc.topic,DLTK_string,variable.instance,DLTK_keyword,DLTK_keyword_return,const,DLTK_string.regexp,sourceHoverBackgroundColor, +ruby.symbols=190,214,255 +ruby.symbols_bold=false +ruby.symbols_italic=false +ruby.symbols_strikethrough=false +ruby.symbols_underline=false +sourceHoverBackgroundColor=66,68,69 +sourceHoverBackgroundColor.SystemDefault=false +sourceHoverBackgroundColor_bold=false +sourceHoverBackgroundColor_italic=false +sourceHoverBackgroundColor_strikethrough=false +sourceHoverBackgroundColor_underline=false +variable=121,171,255 +variable.class=169,183,198 +variable.class_bold=false +variable.class_italic=false +variable.class_strikethrough=false +variable.class_underline=false +variable.global=239,192,144 +variable.global_bold=false +variable.global_italic=false +variable.global_strikethrough=false +variable.global_underline=false +variable.instance=169,183,198 +variable.instance_bold=false +variable.instance_italic=false +variable.instance_strikethrough=false +variable.instance_underline=false +variable.pseudo=121,171,255 +variable.pseudo_bold=false +variable.pseudo_italic=false +variable.pseudo_strikethrough=false +variable.pseudo_underline=false +variable_bold=false +variable_italic=false +variable_strikethrough=false +variable_underline=false diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.tcl.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.tcl.ui.prefs new file mode 100755 index 0000000..bbb4ccc --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.tcl.ui.prefs @@ -0,0 +1,88 @@ +DLTK_argument=216,216,216 +DLTK_argument_bold=false +DLTK_argument_italic=false +DLTK_argument_strikethrough=false +DLTK_argument_underline=false +DLTK_base_class=169,183,198 +DLTK_base_class_bold=false +DLTK_base_class_italic=false +DLTK_base_class_strikethrough=false +DLTK_base_class_underline=false +DLTK_class_definition=169,183,198 +DLTK_class_definition_bold=false +DLTK_class_definition_italic=false +DLTK_class_definition_strikethrough=false +DLTK_class_definition_underline=false +DLTK_comment_task_tag=204,223,50 +DLTK_comment_task_tag_bold=false +DLTK_comment_task_tag_italic=false +DLTK_comment_task_tag_strikethrough=false +DLTK_comment_task_tag_underline=false +DLTK_default=216,216,216 +DLTK_default_bold=false +DLTK_default_italic=false +DLTK_default_strikethrough=false +DLTK_default_underline=false +DLTK_function_definition=169,183,198 +DLTK_function_definition_bold=false +DLTK_function_definition_italic=false +DLTK_function_definition_strikethrough=false +DLTK_function_definition_underline=false +DLTK_keyword=204,120,50 +DLTK_keyword_bold=false +DLTK_keyword_italic=false +DLTK_keyword_return=204,120,50 +DLTK_keyword_return_bold=false +DLTK_keyword_return_italic=false +DLTK_keyword_return_strikethrough=false +DLTK_keyword_return_underline=false +DLTK_keyword_strikethrough=false +DLTK_keyword_underline=false +DLTK_number=104,151,187 +DLTK_number_bold=false +DLTK_number_italic=false +DLTK_number_strikethrough=false +DLTK_number_underline=false +DLTK_single_line_comment=216,216,216 +DLTK_single_line_comment_bold=false +DLTK_single_line_comment_italic=false +DLTK_single_line_comment_strikethrough=false +DLTK_single_line_comment_underline=false +DLTK_string=165,194,92 +DLTK_string_bold=false +DLTK_string_italic=false +DLTK_string_strikethrough=false +DLTK_string_underline=false +content_assist_completion_replacement_background=25,29,31 +content_assist_completion_replacement_background_bold=false +content_assist_completion_replacement_background_italic=false +content_assist_completion_replacement_background_strikethrough=false +content_assist_completion_replacement_background_underline=false +content_assist_completion_replacement_foreground=216,216,216 +content_assist_completion_replacement_foreground_bold=false +content_assist_completion_replacement_foreground_italic=false +content_assist_completion_replacement_foreground_strikethrough=false +content_assist_completion_replacement_foreground_underline=false +content_assist_parameters_background=25,29,31 +content_assist_parameters_background_bold=false +content_assist_parameters_background_italic=false +content_assist_parameters_background_strikethrough=false +content_assist_parameters_background_underline=false +content_assist_parameters_foreground=216,216,216 +content_assist_parameters_foreground_bold=false +content_assist_parameters_foreground_italic=false +content_assist_parameters_foreground_strikethrough=false +content_assist_parameters_foreground_underline=false +eclipse.preferences.version=1 +overriddenByCSS=,tcl_variable_italic,DLTK_base_class_bold,content_assist_completion_replacement_background_underline,DLTK_comment_task_tag_strikethrough,DLTK_argument_strikethrough,DLTK_keyword_underline,DLTK_class_definition_italic,DLTK_keyword_return_italic,content_assist_parameters_foreground_italic,DLTK_base_class_strikethrough,content_assist_parameters_background_bold,DLTK_comment_task_tag_italic,DLTK_number_bold,DLTK_keyword_italic,DLTK_single_line_comment_underline,content_assist_completion_replacement_foreground_strikethrough,content_assist_parameters_background,sourceHoverBackgroundColor_bold,DLTK_number_italic,DLTK_argument_italic,content_assist_completion_replacement_background_italic,DLTK_keyword_return_underline,content_assist_completion_replacement_foreground_underline,DLTK_string_strikethrough,DLTK_argument_underline,DLTK_single_line_comment_bold,DLTK_function_definition_underline,DLTK_class_definition_strikethrough,sourceHoverBackgroundColor_strikethrough,DLTK_default_bold,DLTK_keyword_strikethrough,content_assist_completion_replacement_foreground_italic,DLTK_number_strikethrough,DLTK_class_definition_underline,DLTK_comment_task_tag,DLTK_function_definition_bold,content_assist_parameters_background_italic,DLTK_keyword_return_bold,DLTK_argument_bold,content_assist_completion_replacement_background_strikethrough,DLTK_argument,content_assist_parameters_foreground_strikethrough,content_assist_completion_replacement_foreground_bold,content_assist_completion_replacement_background_bold,DLTK_class_definition_bold,content_assist_parameters_foreground,sourceHoverBackgroundColor_italic,content_assist_parameters_foreground_underline,tcl_variable,sourceHoverBackgroundColor_underline,DLTK_single_line_comment,DLTK_base_class_underline,DLTK_string_bold,tcl_variable_underline,sourceHoverBackgroundColor.SystemDefault,content_assist_completion_replacement_background,DLTK_default,content_assist_completion_replacement_foreground,DLTK_base_class_italic,DLTK_single_line_comment_italic,content_assist_parameters_background_strikethrough,DLTK_keyword_bold,content_assist_parameters_foreground_bold,DLTK_string_underline,DLTK_function_definition_strikethrough,tcl_variable_strikethrough,DLTK_default_italic,DLTK_single_line_comment_strikethrough,DLTK_comment_task_tag_bold,content_assist_parameters_background_underline,tcl_variable_bold,DLTK_number_underline,DLTK_default_strikethrough,DLTK_function_definition_italic,DLTK_keyword_return_strikethrough,DLTK_default_underline,DLTK_comment_task_tag_underline,DLTK_string_italic,DLTK_function_definition,DLTK_keyword,DLTK_base_class,DLTK_keyword_return,DLTK_number,DLTK_class_definition,sourceHoverBackgroundColor,DLTK_string, +sourceHoverBackgroundColor=66,68,69 +sourceHoverBackgroundColor.SystemDefault=false +sourceHoverBackgroundColor_bold=false +sourceHoverBackgroundColor_italic=false +sourceHoverBackgroundColor_strikethrough=false +sourceHoverBackgroundColor_underline=false +tcl_variable=121,171,255 +tcl_variable_bold=false +tcl_variable_italic=false +tcl_variable_strikethrough=false +tcl_variable_underline=false diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.e4.CSS.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.e4.CSS.prefs new file mode 100755 index 0000000..ace4d14 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.e4.CSS.prefs @@ -0,0 +1,12 @@ +eclipse.preferences.version=1 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.color=169,183,198 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.color=255,198,109 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.color=169,183,198 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.color=98,151,85 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.color=216,216,216 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.color=204,223,50 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.color=204,120,50 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.color=104,151,187 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.color=216,216,216 +org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.color=165,194,92 +overriddenByCSS=,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.e4.ui.css.swt.theme.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.e4.ui.css.swt.theme.prefs new file mode 100755 index 0000000..7df49d8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.e4.ui.css.swt.theme.prefs @@ -0,0 +1,4 @@ +darkestApplied=true +eclipse.preferences.version=1 +enableddarkestdark=true +themeid=com.genuitec.eclipse.themes.dark diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.epp.mpc.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.epp.mpc.ui.prefs new file mode 100755 index 0000000..629fad7 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.epp.mpc.ui.prefs @@ -0,0 +1,4 @@ +CatalogDescriptor=https\://marketplace.eclipse.org +eclipse.preferences.version=1 +native-borders=false +overriddenByCSS=,native-borders, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs new file mode 100755 index 0000000..0bd2bac --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,11 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=11 +org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL,NORMAL,NORMAL +org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX,tmp,TMP diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.junit.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.junit.prefs new file mode 100755 index 0000000..847fa5c --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.junit.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.junit.content_assist_favorite_static_members_migrated=true diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs new file mode 100644 index 0000000..37c255e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.launching.PREF_VM_XML=\n\n \n \n \n\n diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000..ff85ec2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,286 @@ +CustomFiltersActionGroup.org.eclipse.jdt.ui.PackageExplorer.TAG_DUMMY_TO_TEST_EXISTENCE=storedViewPreferences +LexicalSortingAction.isChecked=true +content_assist_completion_replacement_background=200,200,0 +content_assist_completion_replacement_foreground=194,0,0 +content_assist_lru_history= +content_assist_number_of_computers=12 +content_assist_parameters_background=48,54,59 +content_assist_parameters_foreground=235,237,239 +content_assist_proposals_background=255,255,255 +content_assist_proposals_foreground=0,0,0 +eclipse.preferences.version=1 +editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true +escapeStrings=false +java_bracket=216,216,216 +java_comment_task_tag=204,223,50 +java_default=216,216,216 +java_doc_default=98,151,85 +java_doc_keyword=132,185,119 +java_doc_link=132,185,119 +java_doc_tag=132,185,119 +java_keyword=204,120,50 +java_keyword_bold=false +java_keyword_return=204,120,50 +java_keyword_return_bold=false +java_multi_line_comment=98,151,85 +java_operator=216,216,216 +java_single_line_comment=128,128,128 +java_string=165,194,92 +lastRecentlyUsedFilters=org.eclipse.jdt.ui.PackageExplorer.LibraryFilter, +matchingBracketsColor=244,245,246 +org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter=true +org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter=true +org.eclipse.jdt.internal.ui.navigator.layout=2 +org.eclipse.jdt.internal.ui.navigator.librariesnode=true +org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter=true +org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter=true +org.eclipse.jdt.ui.PackageExplorer.LibraryFilter=true +org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter=true +org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter=true +org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*=true +org.eclipse.jdt.ui.exception.name=e +org.eclipse.jdt.ui.formatterprofiles.version=22 +org.eclipse.jdt.ui.gettersetter.use.is=true +org.eclipse.jdt.ui.ignorelowercasenames=true +org.eclipse.jdt.ui.importorder=java;javax;org;com; +org.eclipse.jdt.ui.ondemandthreshold=1 +org.eclipse.jdt.ui.overrideannotation=true +org.eclipse.jdt.ui.staticondemandthreshold=99 +org.eclipse.jdt.ui.text.custom_code_templates= +org.eclipse.jdt.ui.text.custom_templates= +org.eclipse.jdt.ui.typefilter.disabled=java.awt.*;java.rmi.*;org.graalvm.* +org.eclipse.jdt.ui.typefilter.enabled=com.sun.*;io.micrometer.shaded.*;jdk.*;jdk.nashorn.internal.objects.annotations.*;org.hibernate.mapping.*;org.hsqldb.*;sun.*;java.awt.List +overriddenByCSS=,content_assist_completion_replacement_background,content_assist_completion_replacement_foreground,content_assist_parameters_background,content_assist_parameters_foreground,java_bracket,java_comment_task_tag,java_default,java_doc_default,java_doc_keyword,java_doc_link,java_doc_tag,java_keyword,java_keyword_bold,java_keyword_return,java_keyword_return_bold,java_multi_line_comment,java_operator,java_single_line_comment,java_string,matchingBracketsColor,pf_coloring_argument,pf_coloring_assignment,pf_coloring_comment,pf_coloring_key,pf_coloring_value,semanticHighlighting.abstractClass.color,semanticHighlighting.abstractClass.enabled,semanticHighlighting.abstractMethodInvocation.bold,semanticHighlighting.abstractMethodInvocation.color,semanticHighlighting.abstractMethodInvocation.enabled,semanticHighlighting.abstractMethodInvocation.italic,semanticHighlighting.abstractMethodInvocation.strikethrough,semanticHighlighting.abstractMethodInvocation.underline,semanticHighlighting.annotation.bold,semanticHighlighting.annotation.color,semanticHighlighting.annotation.enabled,semanticHighlighting.annotation.italic,semanticHighlighting.annotation.strikethrough,semanticHighlighting.annotation.underline,semanticHighlighting.annotationElementReference.color,semanticHighlighting.annotationElementReference.enabled,semanticHighlighting.class.bold,semanticHighlighting.class.color,semanticHighlighting.class.enabled,semanticHighlighting.class.italic,semanticHighlighting.class.strikethrough,semanticHighlighting.class.underline,semanticHighlighting.deprecatedMember.bold,semanticHighlighting.deprecatedMember.color,semanticHighlighting.deprecatedMember.enabled,semanticHighlighting.deprecatedMember.italic,semanticHighlighting.deprecatedMember.strikethrough,semanticHighlighting.deprecatedMember.underline,semanticHighlighting.enum.bold,semanticHighlighting.enum.color,semanticHighlighting.enum.enabled,semanticHighlighting.enum.italic,semanticHighlighting.enum.strikethrough,semanticHighlighting.enum.underline,semanticHighlighting.field.bold,semanticHighlighting.field.color,semanticHighlighting.field.enabled,semanticHighlighting.field.italic,semanticHighlighting.field.strikethrough,semanticHighlighting.field.underline,semanticHighlighting.inheritedField.color,semanticHighlighting.inheritedMethodInvocation.bold,semanticHighlighting.inheritedMethodInvocation.color,semanticHighlighting.inheritedMethodInvocation.enabled,semanticHighlighting.inheritedMethodInvocation.italic,semanticHighlighting.inheritedMethodInvocation.strikethrough,semanticHighlighting.inheritedMethodInvocation.underline,semanticHighlighting.interface.bold,semanticHighlighting.interface.color,semanticHighlighting.interface.enabled,semanticHighlighting.interface.italic,semanticHighlighting.interface.strikethrough,semanticHighlighting.interface.underline,semanticHighlighting.localVariable.bold,semanticHighlighting.localVariable.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.localVariable.italic,semanticHighlighting.localVariable.strikethrough,semanticHighlighting.localVariable.underline,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.localVariableDeclaration.enabled,semanticHighlighting.localVariableDeclaration.italic,semanticHighlighting.localVariableDeclaration.strikethrough,semanticHighlighting.localVariableDeclaration.underline,semanticHighlighting.method.bold,semanticHighlighting.method.color,semanticHighlighting.method.enabled,semanticHighlighting.method.italic,semanticHighlighting.method.strikethrough,semanticHighlighting.method.underline,semanticHighlighting.methodDeclarationName.bold,semanticHighlighting.methodDeclarationName.color,semanticHighlighting.methodDeclarationName.enabled,semanticHighlighting.methodDeclarationName.italic,semanticHighlighting.methodDeclarationName.strikethrough,semanticHighlighting.methodDeclarationName.underline,semanticHighlighting.number.bold,semanticHighlighting.number.color,semanticHighlighting.number.enabled,semanticHighlighting.number.italic,semanticHighlighting.number.strikethrough,semanticHighlighting.number.underline,semanticHighlighting.parameterVariable.bold,semanticHighlighting.parameterVariable.color,semanticHighlighting.parameterVariable.enabled,semanticHighlighting.parameterVariable.italic,semanticHighlighting.parameterVariable.strikethrough,semanticHighlighting.parameterVariable.underline,semanticHighlighting.restrictedKeywords.bold,semanticHighlighting.restrictedKeywords.color,semanticHighlighting.staticField.bold,semanticHighlighting.staticField.color,semanticHighlighting.staticField.enabled,semanticHighlighting.staticField.italic,semanticHighlighting.staticField.strikethrough,semanticHighlighting.staticField.underline,semanticHighlighting.staticFinalField.bold,semanticHighlighting.staticFinalField.color,semanticHighlighting.staticFinalField.enabled,semanticHighlighting.staticFinalField.italic,semanticHighlighting.staticFinalField.strikethrough,semanticHighlighting.staticFinalField.underline,semanticHighlighting.staticMethodInvocation.bold,semanticHighlighting.staticMethodInvocation.color,semanticHighlighting.staticMethodInvocation.enabled,semanticHighlighting.staticMethodInvocation.italic,semanticHighlighting.staticMethodInvocation.strikethrough,semanticHighlighting.staticMethodInvocation.underline,semanticHighlighting.typeArgument.bold,semanticHighlighting.typeArgument.color,semanticHighlighting.typeArgument.enabled,semanticHighlighting.typeArgument.italic,semanticHighlighting.typeArgument.strikethrough,semanticHighlighting.typeArgument.underline,semanticHighlighting.typeParameter.bold,semanticHighlighting.typeParameter.color,semanticHighlighting.typeParameter.enabled,semanticHighlighting.typeParameter.italic,semanticHighlighting.typeParameter.strikethrough,semanticHighlighting.typeParameter.underline, +pf_coloring_argument=204,120,50 +pf_coloring_assignment=216,216,216 +pf_coloring_comment=128,128,128 +pf_coloring_key=216,216,216 +pf_coloring_value=165,194,92 +semanticHighlighting.abstractClass.color=62,171,230 +semanticHighlighting.abstractClass.enabled=true +semanticHighlighting.abstractMethodInvocation.bold=false +semanticHighlighting.abstractMethodInvocation.color=190,214,255 +semanticHighlighting.abstractMethodInvocation.enabled=true +semanticHighlighting.abstractMethodInvocation.italic=false +semanticHighlighting.abstractMethodInvocation.strikethrough=false +semanticHighlighting.abstractMethodInvocation.underline=false +semanticHighlighting.annotation.bold=false +semanticHighlighting.annotation.color=187,181,41 +semanticHighlighting.annotation.enabled=true +semanticHighlighting.annotation.italic=false +semanticHighlighting.annotation.strikethrough=false +semanticHighlighting.annotation.underline=false +semanticHighlighting.annotationElementReference.color=235,75,100 +semanticHighlighting.annotationElementReference.enabled=true +semanticHighlighting.class.bold=false +semanticHighlighting.class.color=169,183,198 +semanticHighlighting.class.enabled=true +semanticHighlighting.class.italic=false +semanticHighlighting.class.strikethrough=false +semanticHighlighting.class.underline=false +semanticHighlighting.deprecatedMember.bold=false +semanticHighlighting.deprecatedMember.color=210,82,82 +semanticHighlighting.deprecatedMember.enabled=true +semanticHighlighting.deprecatedMember.italic=false +semanticHighlighting.deprecatedMember.strikethrough=true +semanticHighlighting.deprecatedMember.underline=false +semanticHighlighting.enum.bold=false +semanticHighlighting.enum.color=127,179,71 +semanticHighlighting.enum.enabled=true +semanticHighlighting.enum.italic=false +semanticHighlighting.enum.strikethrough=false +semanticHighlighting.enum.underline=false +semanticHighlighting.field.bold=false +semanticHighlighting.field.color=190,214,255 +semanticHighlighting.field.enabled=true +semanticHighlighting.field.italic=false +semanticHighlighting.field.strikethrough=false +semanticHighlighting.field.underline=false +semanticHighlighting.inheritedField.color=143,143,191 +semanticHighlighting.inheritedMethodInvocation.bold=false +semanticHighlighting.inheritedMethodInvocation.color=190,214,255 +semanticHighlighting.inheritedMethodInvocation.enabled=true +semanticHighlighting.inheritedMethodInvocation.italic=false +semanticHighlighting.inheritedMethodInvocation.strikethrough=false +semanticHighlighting.inheritedMethodInvocation.underline=false +semanticHighlighting.interface.bold=false +semanticHighlighting.interface.color=152,118,170 +semanticHighlighting.interface.enabled=true +semanticHighlighting.interface.italic=false +semanticHighlighting.interface.strikethrough=false +semanticHighlighting.interface.underline=false +semanticHighlighting.localVariable.bold=false +semanticHighlighting.localVariable.color=121,171,255 +semanticHighlighting.localVariable.enabled=true +semanticHighlighting.localVariable.italic=false +semanticHighlighting.localVariable.strikethrough=false +semanticHighlighting.localVariable.underline=false +semanticHighlighting.localVariableDeclaration.bold=false +semanticHighlighting.localVariableDeclaration.color=190,214,255 +semanticHighlighting.localVariableDeclaration.enabled=true +semanticHighlighting.localVariableDeclaration.italic=false +semanticHighlighting.localVariableDeclaration.strikethrough=false +semanticHighlighting.localVariableDeclaration.underline=false +semanticHighlighting.method.bold=false +semanticHighlighting.method.color=169,183,198 +semanticHighlighting.method.enabled=true +semanticHighlighting.method.italic=false +semanticHighlighting.method.strikethrough=false +semanticHighlighting.method.underline=false +semanticHighlighting.methodDeclarationName.bold=false +semanticHighlighting.methodDeclarationName.color=255,198,109 +semanticHighlighting.methodDeclarationName.enabled=true +semanticHighlighting.methodDeclarationName.italic=false +semanticHighlighting.methodDeclarationName.strikethrough=false +semanticHighlighting.methodDeclarationName.underline=false +semanticHighlighting.number.bold=false +semanticHighlighting.number.color=104,151,187 +semanticHighlighting.number.enabled=true +semanticHighlighting.number.italic=false +semanticHighlighting.number.strikethrough=false +semanticHighlighting.number.underline=false +semanticHighlighting.parameterVariable.bold=false +semanticHighlighting.parameterVariable.color=121,171,255 +semanticHighlighting.parameterVariable.enabled=true +semanticHighlighting.parameterVariable.italic=false +semanticHighlighting.parameterVariable.strikethrough=false +semanticHighlighting.parameterVariable.underline=false +semanticHighlighting.restrictedKeywords.bold=false +semanticHighlighting.restrictedKeywords.color=197,104,28 +semanticHighlighting.staticField.bold=false +semanticHighlighting.staticField.color=239,192,144 +semanticHighlighting.staticField.enabled=true +semanticHighlighting.staticField.italic=false +semanticHighlighting.staticField.strikethrough=false +semanticHighlighting.staticField.underline=false +semanticHighlighting.staticFinalField.bold=false +semanticHighlighting.staticFinalField.color=152,118,170 +semanticHighlighting.staticFinalField.enabled=true +semanticHighlighting.staticFinalField.italic=false +semanticHighlighting.staticFinalField.strikethrough=false +semanticHighlighting.staticFinalField.underline=false +semanticHighlighting.staticMethodInvocation.bold=false +semanticHighlighting.staticMethodInvocation.color=190,214,255 +semanticHighlighting.staticMethodInvocation.enabled=true +semanticHighlighting.staticMethodInvocation.italic=false +semanticHighlighting.staticMethodInvocation.strikethrough=false +semanticHighlighting.staticMethodInvocation.underline=false +semanticHighlighting.typeArgument.bold=false +semanticHighlighting.typeArgument.color=191,164,164 +semanticHighlighting.typeArgument.enabled=true +semanticHighlighting.typeArgument.italic=false +semanticHighlighting.typeArgument.strikethrough=false +semanticHighlighting.typeArgument.underline=false +semanticHighlighting.typeParameter.bold=false +semanticHighlighting.typeParameter.color=191,164,164 +semanticHighlighting.typeParameter.enabled=true +semanticHighlighting.typeParameter.italic=false +semanticHighlighting.typeParameter.strikethrough=false +semanticHighlighting.typeParameter.underline=false +sourceHoverBackgroundColor=44,49,53 +sp_cleanup.add_all=false +sp_cleanup.add_default_serial_version_id=true +sp_cleanup.add_generated_serial_version_id=false +sp_cleanup.add_missing_annotations=true +sp_cleanup.add_missing_deprecated_annotations=true +sp_cleanup.add_missing_methods=false +sp_cleanup.add_missing_nls_tags=false +sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_missing_override_annotations_interface_methods=true +sp_cleanup.add_serial_version_id=false +sp_cleanup.always_use_blocks=true +sp_cleanup.always_use_parentheses_in_expressions=false +sp_cleanup.always_use_this_for_non_static_field_access=false +sp_cleanup.always_use_this_for_non_static_method_access=false +sp_cleanup.arrays_fill=false +sp_cleanup.bitwise_conditional_expression=false +sp_cleanup.boolean_literal=false +sp_cleanup.break_loop=false +sp_cleanup.collection_cloning=false +sp_cleanup.comparison_statement=false +sp_cleanup.convert_functional_interfaces=false +sp_cleanup.convert_to_enhanced_for_loop=false +sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false +sp_cleanup.convert_to_switch_expressions=false +sp_cleanup.correct_indentation=false +sp_cleanup.double_negation=false +sp_cleanup.else_if=false +sp_cleanup.embedded_if=false +sp_cleanup.evaluate_nullable=false +sp_cleanup.format_source_code=false +sp_cleanup.format_source_code_changes_only=false +sp_cleanup.hash=false +sp_cleanup.if_condition=false +sp_cleanup.insert_inferred_type_arguments=false +sp_cleanup.instanceof=false +sp_cleanup.join=false +sp_cleanup.lazy_logical_operator=false +sp_cleanup.make_local_variable_final=true +sp_cleanup.make_parameters_final=false +sp_cleanup.make_private_fields_final=true +sp_cleanup.make_type_abstract_if_missing_method=false +sp_cleanup.make_variable_declarations_final=false +sp_cleanup.map_cloning=false +sp_cleanup.merge_conditional_blocks=false +sp_cleanup.never_use_blocks=false +sp_cleanup.never_use_parentheses_in_expressions=true +sp_cleanup.no_string_creation=false +sp_cleanup.no_super=false +sp_cleanup.number_suffix=false +sp_cleanup.objects_equals=false +sp_cleanup.on_save_use_additional_actions=false +sp_cleanup.organize_imports=true +sp_cleanup.overridden_assignment=false +sp_cleanup.precompile_regex=false +sp_cleanup.primitive_serialization=false +sp_cleanup.pull_up_assignment=false +sp_cleanup.push_down_negation=false +sp_cleanup.qualify_static_field_accesses_with_declaring_class=false +sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_with_declaring_class=false +sp_cleanup.qualify_static_method_accesses_with_declaring_class=false +sp_cleanup.redundant_falling_through_block_end=false +sp_cleanup.remove_private_constructors=true +sp_cleanup.remove_redundant_modifiers=false +sp_cleanup.remove_redundant_semicolons=false +sp_cleanup.remove_redundant_type_arguments=false +sp_cleanup.remove_trailing_whitespaces=false +sp_cleanup.remove_trailing_whitespaces_all=true +sp_cleanup.remove_trailing_whitespaces_ignore_empty=false +sp_cleanup.remove_unnecessary_array_creation=false +sp_cleanup.remove_unnecessary_casts=true +sp_cleanup.remove_unnecessary_nls_tags=false +sp_cleanup.remove_unused_imports=false +sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_private_fields=true +sp_cleanup.remove_unused_private_members=false +sp_cleanup.remove_unused_private_methods=true +sp_cleanup.remove_unused_private_types=true +sp_cleanup.simplify_lambda_expression_and_method_ref=false +sp_cleanup.sort_members=false +sp_cleanup.sort_members_all=false +sp_cleanup.strictly_equal_or_different=false +sp_cleanup.stringbuilder=false +sp_cleanup.switch=false +sp_cleanup.ternary_operator=false +sp_cleanup.try_with_resource=false +sp_cleanup.use_anonymous_class_creation=false +sp_cleanup.use_autoboxing=false +sp_cleanup.use_blocks=false +sp_cleanup.use_blocks_only_for_return_and_throw=false +sp_cleanup.use_directly_map_method=false +sp_cleanup.use_lambda=true +sp_cleanup.use_parentheses_in_expressions=false +sp_cleanup.use_this_for_non_static_field_access=false +sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true +sp_cleanup.use_this_for_non_static_method_access=false +sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true +sp_cleanup.use_unboxing=false +sp_cleanup.use_var=false +sp_cleanup.useless_continue=false +sp_cleanup.useless_return=false +spelling_locale_initialized=true +typefilter_migrated_2=true +useAnnotationsPrefPage=true +useQuickDiffPrefPage=true diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jsch.core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jsch.core.prefs new file mode 100755 index 0000000..2579ab0 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jsch.core.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.jsch.core.hasChangedDefaultWin32SshHome=true diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.jsp.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.jsp.ui.prefs new file mode 100755 index 0000000..cdc336e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.jsp.ui.prefs @@ -0,0 +1,10 @@ +SCRIPT_AREA_BORDER=\#D8D8D8 | null | null | null | null | null +commentBorder=\#629755 | null | null | false | null | null +commentText=\#629755 | null | null | false | null | null +eclipse.preferences.version=1 +jsp_content=\#D8D8D8 | null | null | null | null | null +overriddenByCSS=,SCRIPT_AREA_BORDER,tagAttributeEquals,jsp_content,tagBorder,tagAttributeValue,commentBorder,tagAttributeName,commentText, +tagAttributeEquals=\#D8D8D8 | null | null | null | null | null +tagAttributeName=\#CC7832 | null | false | null | null | null +tagAttributeValue=\#A5C25C | null | null | null | null | null +tagBorder=\#A9B7C6 | null | null | null | null | null diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs new file mode 100755 index 0000000..67b1d96 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.m2e.discovery.pref.projects= diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.wikitext.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.wikitext.ui.prefs new file mode 100755 index 0000000..74744c8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.wikitext.ui.prefs @@ -0,0 +1,9 @@ +block-h1=font-size\: 120%; font-weight\: bold; color\: \#118bbd; +block-h2=font-size\: 110%; font-weight\: bold; color\: \#118bbd; +block-h3=font-size\: 105%; font-weight\: bold; color\: \#118bbd; +block-h4=font-weight\: bold; color\: \#118bbd; +block-h5=font-size\: 90%; font-weight\: bold; color\: \#118bbd; +block-h6=font-size\: 80%; font-weight\: bold; color\: \#118bbd; +eclipse.preferences.version=1 +overriddenByCSS=,block-h1,block-h2,block-h3,block-h4,block-h5,block-h6,phrase-code, +phrase-code=font-family\: monospace; color\: \#6d72f6; diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.pde.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.pde.ui.prefs new file mode 100755 index 0000000..8cd16cf --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.pde.ui.prefs @@ -0,0 +1,13 @@ +eclipse.preferences.version=1 +editor.color.default=216,216,216 +editor.color.externalized_string=165,194,92 +editor.color.header_assignment=216,216,216 +editor.color.header_attributes=121,171,255 +editor.color.header_key=204,120,50 +editor.color.header_osgi=204,120,50 +editor.color.header_value=165,194,92 +editor.color.instr=169,183,198 +editor.color.string=165,194,92 +editor.color.tag=121,171,255 +editor.color.xml_comment=98,151,85 +overriddenByCSS=,editor.color.header_assignment,editor.color.tag,editor.color.default,editor.color.header_attributes,editor.color.externalized_string,editor.color.instr,editor.color.string,editor.color.header_osgi,editor.color.header_key,editor.color.xml_comment,editor.color.header_value, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.php.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.php.ui.prefs new file mode 100755 index 0000000..af09cf1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.php.ui.prefs @@ -0,0 +1,92 @@ +codeStyleNormal=\#D8D8D8 | null | null | null | null | null +eclipse.preferences.version=1 +editorColorBoundarymaker=\#D8D8D8 | null | null | null | null | null +editorColorComment=\#629755 | null | null | false | null | null +editorColorHeredoc=\#629755 | null | null | false | null | null +editorColorKeyword=\#CC7832 | null | false | null | null | null +editorColorLineComment=\#808080 | null | null | false | null | null +editorColorNumber=\#6897BB | null | null | null | null | null +editorColorPHPDocComment=\#629755 | null | null | false | null | null +editorColorPhpdoc=\#629755 | null | null | false | null | null +editorColorString=\#A5C25C | null | null | null | null | null +editorColorTask=\#CCDF32 | null | null | false | null | null +editorColorVariable=\#79ABFF | null | null | null | null | null +overriddenByCSS=,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.italic,codeStyleNormal,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.enabled,editorColorBoundarymaker,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.color,editorColorTask,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.underline,editorColorVariable,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.color,editorColorLineComment,editorColorHeredoc,editorColorComment,editorColorPHPDocComment,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.color,editorColorNumber,editorColorPhpdoc,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.color,editorColorString,editorColorKeyword, +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.color=\#A9B7C6 +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.color=\#9876AA +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.color=\#D25252 +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.strikethrough=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.color=\#BED6FF +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.color=\#A9B7C6 +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.color=\#A9B7C6 +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.color=\#9876AA +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.color=\#A9B7C6 +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.color=\#A9B7C6 +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.color=\#79ABFF +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.color=\#EFC090 +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.color=\#BED6FF +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.underline=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.bold=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.color=\#79ABFF +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.enabled=true +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.italic=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.strikethrough=false +semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.underline=false diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.search.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.search.prefs new file mode 100755 index 0000000..5656294 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.search.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.search.defaultPerspective=org.eclipse.search.defaultPerspective.none diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.cvs.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.cvs.ui.prefs new file mode 100755 index 0000000..52f4cf1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.cvs.ui.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +overriddenByCSS=,pref_console_message_color,pref_console_command_color,pref_console_error_color, +pref_console_command_color=128,128,128 +pref_console_error_color=169,183,198 +pref_console_message_color=216,216,216 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.tm.terminal.control.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.tm.terminal.control.prefs new file mode 100755 index 0000000..38b9e56 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.tm.terminal.control.prefs @@ -0,0 +1,3 @@ +TerminalPrefInvertColors=true +eclipse.preferences.version=1 +overriddenByCSS=,TerminalPrefInvertColors, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.browser.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.browser.prefs new file mode 100644 index 0000000..ea7a24a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.browser.prefs @@ -0,0 +1,3 @@ +browsers=\r\n\r\n\r\n\r\n\r\n\r\n +eclipse.preferences.version=1 +internalWebBrowserHistory=file\:///home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/welcome/getting-started.html|*|file\:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/welcome/getting-started.html|*|file\:///home/mkent/Code/BMO/openxava-studio-7-r2/workspace/welcome/getting-started.html|*|file\:/home/mkent/Code/BMO/openxava-studio-7-r2/workspace/welcome/getting-started.html|*|file\:///home/javi/dist/openxava-studio-7/workspace/welcome/getting-started.html|*|file\:/home/javi/dist/openxava-studio-7/workspace/welcome/getting-started.html|*|file\:///home/javi/java/openxava-studio-7m1/workspace/OpenXava/getting-started.html|*|file\:/home/javi/java/openxava-studio-7m1/workspace/OpenXava/getting-started.html|*|file\:///home/javi/java/openxava-studio/workspace/OpenXava/getting-started.html|*|file\:/home/javi/java/openxava-studio/workspace/OpenXava/getting-started.html|*|file\:///home/javi/dist/openxava-6.6.1/workspace/OpenXava/getting-started.html|*|file\:/home/javi/dist/openxava-6.6.1/workspace/OpenXava/getting-started.html|*|file\:///home/javi/dist/openxava-6.6/workspace/OpenXava/getting-started.html|*|file\:/home/javi/dist/openxava-6.6/workspace/OpenXava/getting-started.html|*|file\:///C\:/Users/javie/dist/openxava-6.6/workspace/OpenXava/getting-started.html|*|file\:/C\:/Users/javie/dist/openxava-6.6/workspace/OpenXava/getting-started.html|*|file\:///C\:/Users/javi/dist/openxava-6.5.3/workspace/OpenXava/getting-started.html|*|file\:/C\:/Users/javi/dist/openxava-6.5.3/workspace/OpenXava/getting-started.html|*|file\:///C\:/Users/javi/dist/openxava-6.5.3/workspace/OpenXava/doc.html|*|file\:/C\:/Users/javi/dist/openxava-6.5.3/workspace/OpenXava/doc.html|*|file\:///C\:/Users/javi/dist/openxava-6.5.2/doc/docs/getting-started_en.html|*|file\:/C\:/Users/javi/dist/openxava-6.5.2/workspace/OpenXava/doc.html|*|file\:///C\:/Users/javie/dist/openxava-6.5.1/doc/docs/getting-started_en.html|*|file\:/C\:/Users/javie/dist/openxava-6.5.1/workspace/OpenXava/doc.html|*|file\:///C\:/Users/javie/dist/openxava-6.5beta4/doc/docs/getting-started_en.html|*|file\:/C\:/Users/javie/dist/openxava-6.5beta4/workspace/OpenXava/doc.html|*|file\:///C\:/Users/javie/temporal/openxava-6.5beta2/doc/docs/getting-started_en.html|*|file\:/C\:/Users/javie/temporal/openxava-6.5beta2/workspace/OpenXava/doc.html|*|file\:///C\:/Users/javie/dist/openxava-6.5beta2/doc/docs/getting-started_en.html|*|file\:/C\:/Users/javie/dist/openxava-6.5beta2/workspace/OpenXava/doc.html|*| diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs new file mode 100644 index 0000000..1e42016 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs @@ -0,0 +1,50 @@ +AbstractTextEditor.Color.Background=28,31,34 +AbstractTextEditor.Color.Background.SystemDefault=false +AbstractTextEditor.Color.FindScope=66,68,69 +AbstractTextEditor.Color.Foreground=216,216,216 +AbstractTextEditor.Color.Foreground.SystemDefault=false +AbstractTextEditor.Color.SelectionBackground=26,95,140 +AbstractTextEditor.Color.SelectionBackground.SystemDefault=false +AbstractTextEditor.Color.SelectionForeground=146,157,165 +AbstractTextEditor.Color.SelectionForeground.SystemDefault=false +LSP4EReadOccurrenceIndicationColor=26,95,140 +LSP4ETextOccurrenceIndicationColor=26,95,140 +LSP4EWriteOccurrenceIndicationColor=26,95,140 +PHPReadOccurrenceIndicationColor=65,65,4 +PHPWriteOccurrenceIndicationColor=65,65,4 +TM4EMatchingPairColor=26,95,140 +TextOccurrenceIndicationColor=27, 98, 145 +asOccurencesIndicationColor=65,65,4 +breakpointIndicationColor=49,115,187 +currentIPColor=50,50,50 +currentLineColor=50,57,62 +deletionIndicationColor=210,82,82 +eclipse.preferences.version=1 +filteredSearchResultIndicationColor=26,95,140 +findBlockColor=255,165,0 +findIndicationColor=47,58,119 +hyperlinkColor=111,197,238 +hyperlinkColor.SystemDefault=false +infoIndicationColor=86,194,170 +javaScriptOccurrenceIndicationColor=65,65,4 +lineNumberColor=208,208,208 +linked.slave.color=66,156,255 +matchingTagIndicationColor=65,65,4 +occurrenceIndicationColor=65,65,4 +occurrenceIndicationInOverviewRuler=false +org.eclipse.cdt.ui.occurrenceIndicationColor=65,65,4 +org.eclipse.cdt.ui.writeOccurrenceIndicationColor=65,65,4 +overriddenByCSS=,AbstractTextEditor.Color.FindScope,AbstractTextEditor.Color.Foreground,AbstractTextEditor.Color.Foreground.SystemDefault,AbstractTextEditor.Color.SelectionBackground,AbstractTextEditor.Color.SelectionForeground,LSP4EReadOccurrenceIndicationColor,LSP4ETextOccurrenceIndicationColor,LSP4EWriteOccurrenceIndicationColor,PHPReadOccurrenceIndicationColor,PHPWriteOccurrenceIndicationColor,TM4EMatchingPairColor,TextOccurrenceIndicationColor,asOccurencesIndicationColor,breakpointIndicationColor,currentIPColor,currentLineColor,deletionIndicationColor,filteredSearchResultIndicationColor,findBlockColor,findIndicationColor,hyperlinkColor,hyperlinkColor.SystemDefault,infoIndicationColor,javaScriptOccurrenceIndicationColor,lineNumberColor,linked.slave.color,matchingTagIndicationColor,occurrenceIndicationColor,org.eclipse.cdt.ui.occurrenceIndicationColor,org.eclipse.cdt.ui.writeOccurrenceIndicationColor,overrideIndicatorColor,printMarginColor,pydevOccurrenceIndicationColor,searchResultHighlighting,searchResultIndication,searchResultIndicationColor,searchResultTextStyle,secondaryIPColor,spellingIndicationColor,writeOccurrenceIndicationColor, +overrideIndicatorColor=75,116,113 +printMarginColor=208,208,208 +pydevOccurrenceIndicationColor=65,65,4 +searchResultHighlighting=false +searchResultIndication=true +searchResultIndicationColor=66,68,69 +searchResultIndicationInOverviewRuler=false +searchResultTextStyle=BOX +secondaryIPColor=50,50,50 +spellingIndicationColor=253,170,211 +taskIndicationColor=255,255,255 +warningIndicationInOverviewRuler=false +writeOccurrenceIndicationColor=65,65,4 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.genericeditor.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.genericeditor.prefs new file mode 100644 index 0000000..417e71e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.genericeditor.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +matchingBracketsColor=244,245,246 +overriddenByCSS=,matchingBracketsColor, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs new file mode 100644 index 0000000..3baf9b1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +org.eclipse.ui.internal.views.markers.CachedMarkerBuilderorg.eclipse.ui.views.ProblemView=\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n +platformState=1663070574917 +quickStart=false +tipsAndTricks=true diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.navigator.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.navigator.prefs new file mode 100755 index 0000000..72aeba1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.navigator.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.ui.navigator.ProjectExplorer.filterActivation=\:org.eclipse.ui.navigator.resources.filters.startsWithDot\:org.eclipse.ui.navigator.resources.nested.HideTopLevelProjectIfNested\:org.eclipse.ui.navigator.resources.nested.HideFolderWhenProjectIsShownAsNested\: diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs new file mode 100755 index 0000000..bd7d210 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +showIntro=false diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs new file mode 100644 index 0000000..6c61e9b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs @@ -0,0 +1,125 @@ +//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false +ACTIVE_HYPERLINK_COLOR=255,200,0 +CONFLICTING_COLOR=232,14,64 +CONTENT_ASSIST_BACKGROUND_COLOR=46,52,56 +CONTENT_ASSIST_FOREGROUND_COLOR=233,235,237 +COUNTER_COLOR=0,208,255 +DECORATIONS_COLOR=181,152,86 +ERROR_COLOR=247,68,117 +HYPERLINK_COLOR=111,197,238 +INCOMING_COLOR=31,179,235 +OUTGOING_COLOR=235,237,239 +PLUGINS_NOT_ACTIVATED_ON_STARTUP=;org.eclipse.m2e.discovery; +RESOLVED_COLOR=104,203,16 +cdataBorder=0,254,254 +cdataText=255,255,255 +commentBorder=75,113,227 +commentText=75,113,227 +content_assist_parameters_background=46,52,56 +content_assist_parameters_foreground=233,235,237 +content_assist_proposals_background=46,52,56 +content_assist_proposals_foreground=233,235,237 +declBoder=0,254,254 +doctypeExternalId=110,124,135 +doctypeExternalPubref=0,254,254 +doctypeExtrenalSysref=106,213,160 +doctypeName=0,254,254 +dtdComment=115,130,140 +dtdData=186,92,92 +dtdDefault=255,255,255 +dtdKeyword=255,191,191 +dtdString=89,224,134 +dtdSymbol=255,191,191 +dtdTag=96,96,255 +dtdTagName=96,96,255 +eclipse.preferences.version=1 +editors=\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n +entityReference=212,0,255 +org.eclipse.debug.ui.console.background=0,0,0 +org.eclipse.debug.ui.console.stream.err=255,127,127 +org.eclipse.debug.ui.console.stream.in=0,255,184 +org.eclipse.debug.ui.console.stream.out=255,255,255 +org.eclipse.egit.ui.CommitMessageCommentColor=115,130,140 +org.eclipse.egit.ui.DiffAddBackgroundColor=51,81,30 +org.eclipse.egit.ui.DiffAddForegroundColor=235,237,239 +org.eclipse.egit.ui.DiffHeadlineBackgroundColor=25,29,31 +org.eclipse.egit.ui.DiffHeadlineForegroundColor=238,240,241 +org.eclipse.egit.ui.DiffHunkBackgroundColor=25,29,31 +org.eclipse.egit.ui.DiffHunkForegroundColor=241,242,244 +org.eclipse.egit.ui.DiffRemoveBackgroundColor=97,45,45 +org.eclipse.egit.ui.DiffRemoveForegroundColor=238,240,241 +org.eclipse.egit.ui.IgnoredResourceForegroundColor=157,167,175 +org.eclipse.egit.ui.UncommittedChangeBackgroundColor=25,29,31 +org.eclipse.egit.ui.UncommittedChangeForegroundColor=216,220,223 +org.eclipse.jdt.ui.ColoredLabels.inherited=143,143,191 +org.eclipse.jdt.ui.ColoredLabels.writeaccess_highlight=255,128,128 +org.eclipse.jdt.ui.Javadoc.backgroundColor=48,54,59 +org.eclipse.jdt.ui.Javadoc.foregroundColor=235,237,239 +org.eclipse.jdt.ui.abstractMethodInvocationHighlighting=255,255,255 +org.eclipse.jdt.ui.annotationElementReferenceHighlighting=255,255,255 +org.eclipse.jdt.ui.annotationHighlighting=143,155,163 +org.eclipse.jdt.ui.autoboxingHighlighting=255,255,0 +org.eclipse.jdt.ui.classHighlighting=0,255,255 +org.eclipse.jdt.ui.content_assist_completion_replacement_background=123,123,0 +org.eclipse.jdt.ui.content_assist_completion_replacement_foreground=255,127,127 +org.eclipse.jdt.ui.content_assist_parameters_background=0,0,0 +org.eclipse.jdt.ui.content_assist_parameters_foreground=255,255,255 +org.eclipse.jdt.ui.deprecatedMemberHighlighting=255,255,255 +org.eclipse.jdt.ui.enumHighlighting=247,173,123 +org.eclipse.jdt.ui.fieldHighlighting=159,159,255 +org.eclipse.jdt.ui.inheritedMethodInvocationHighlighting=255,255,255 +org.eclipse.jdt.ui.interfaceHighlighting=125,158,255 +org.eclipse.jdt.ui.java_bracket=255,255,255 +org.eclipse.jdt.ui.java_comment_task_tag=73,93,111 +org.eclipse.jdt.ui.java_default=255,255,255 +org.eclipse.jdt.ui.java_doc_default=75,113,227 +org.eclipse.jdt.ui.java_doc_keyword=73,93,111 +org.eclipse.jdt.ui.java_doc_link=96,96,255 +org.eclipse.jdt.ui.java_doc_tag=104,104,130 +org.eclipse.jdt.ui.java_keyword=255,0,255 +org.eclipse.jdt.ui.java_keyword_return=255,0,255 +org.eclipse.jdt.ui.java_multi_line_comment=106,213,160 +org.eclipse.jdt.ui.java_operator=255,255,255 +org.eclipse.jdt.ui.java_single_line_comment=106,213,160 +org.eclipse.jdt.ui.java_string=212,0,255 +org.eclipse.jdt.ui.localVariableDeclarationHighlighting=246,144,144 +org.eclipse.jdt.ui.localVariableHighlighting=246,144,144 +org.eclipse.jdt.ui.matchingBracketsColor=255,0,255 +org.eclipse.jdt.ui.methodDeclarationHighlighting=255,255,255 +org.eclipse.jdt.ui.methodDeclarationNameHighlighting=255,255,255 +org.eclipse.jdt.ui.methodHighlighting=255,255,255 +org.eclipse.jdt.ui.numberHighlighting=212,0,255 +org.eclipse.jdt.ui.parameterVariableHighlighting=246,144,144 +org.eclipse.jdt.ui.pf_coloring_argument=255,0,255 +org.eclipse.jdt.ui.pf_coloring_assignment=255,255,255 +org.eclipse.jdt.ui.pf_coloring_comment=106,213,160 +org.eclipse.jdt.ui.pf_coloring_key=255,255,255 +org.eclipse.jdt.ui.pf_coloring_value=212,0,255 +org.eclipse.jdt.ui.staticFieldHighlighting=159,159,255 +org.eclipse.jdt.ui.staticFinalFieldHighlighting=159,159,255 +org.eclipse.jdt.ui.staticMethodInvocationHighlighting=255,255,255 +org.eclipse.jdt.ui.typeArgumentHighlighting=255,255,0 +org.eclipse.jdt.ui.typeParameterHighlighting=247,173,123 +org.eclipse.jdt.ui.typeVariableDeclarationHighlighting=247,173,123 +org.eclipse.jface.REVISION_NEWEST_COLOR=185,124,52 +org.eclipse.jface.REVISION_OLDEST_COLOR=25,29,31 +org.eclipse.search.ui.match.highlight=73,83,90 +org.eclipse.ui.editors.backgroundColor=0,0,0 +org.eclipse.ui.editors.currentLineColor=7,8,8 +org.eclipse.ui.editors.findScope=62,70,76 +org.eclipse.ui.editors.foregroundColor=255,255,255 +org.eclipse.ui.editors.lineNumberRulerColor=120,135,145 +org.eclipse.ui.editors.printMarginColor=62,70,76 +org.eclipse.ui.showkeys.backgroundColor=182,190,195 +org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_START=37,41,45 +org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_TEXT_COLOR=16,16,16 +org.eclipse.ui.workbench.ACTIVE_TAB_BG_START=37,41,45 +org.eclipse.ui.workbench.ACTIVE_TAB_TEXT_COLOR=61,61,61 +org.eclipse.ui.workbench.INACTIVE_TAB_BG_START=53,60,65 +overriddenByCSS=,ACTIVE_HYPERLINK_COLOR,CONFLICTING_COLOR,CONTENT_ASSIST_BACKGROUND_COLOR,CONTENT_ASSIST_FOREGROUND_COLOR,COUNTER_COLOR,DECORATIONS_COLOR,ERROR_COLOR,HYPERLINK_COLOR,INCOMING_COLOR,OUTGOING_COLOR,RESOLVED_COLOR,cdataBorder,cdataText,commentBorder,commentText,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground,declBoder,doctypeExternalId,doctypeExternalPubref,doctypeExtrenalSysref,doctypeName,dtdComment,dtdData,dtdDefault,dtdKeyword,dtdString,dtdSymbol,dtdTag,dtdTagName,entityReference,org.eclipse.debug.ui.console.background,org.eclipse.debug.ui.console.stream.err,org.eclipse.debug.ui.console.stream.in,org.eclipse.debug.ui.console.stream.out,org.eclipse.egit.ui.CommitMessageCommentColor,org.eclipse.egit.ui.DiffAddBackgroundColor,org.eclipse.egit.ui.DiffAddForegroundColor,org.eclipse.egit.ui.DiffHeadlineBackgroundColor,org.eclipse.egit.ui.DiffHeadlineForegroundColor,org.eclipse.egit.ui.DiffHunkBackgroundColor,org.eclipse.egit.ui.DiffHunkForegroundColor,org.eclipse.egit.ui.DiffRemoveBackgroundColor,org.eclipse.egit.ui.DiffRemoveForegroundColor,org.eclipse.egit.ui.IgnoredResourceForegroundColor,org.eclipse.egit.ui.UncommittedChangeBackgroundColor,org.eclipse.egit.ui.UncommittedChangeForegroundColor,org.eclipse.jdt.ui.ColoredLabels.inherited,org.eclipse.jdt.ui.ColoredLabels.writeaccess_highlight,org.eclipse.jdt.ui.Javadoc.backgroundColor,org.eclipse.jdt.ui.Javadoc.foregroundColor,org.eclipse.jdt.ui.abstractMethodInvocationHighlighting,org.eclipse.jdt.ui.annotationElementReferenceHighlighting,org.eclipse.jdt.ui.annotationHighlighting,org.eclipse.jdt.ui.autoboxingHighlighting,org.eclipse.jdt.ui.classHighlighting,org.eclipse.jdt.ui.content_assist_completion_replacement_background,org.eclipse.jdt.ui.content_assist_completion_replacement_foreground,org.eclipse.jdt.ui.content_assist_parameters_background,org.eclipse.jdt.ui.content_assist_parameters_foreground,org.eclipse.jdt.ui.deprecatedMemberHighlighting,org.eclipse.jdt.ui.enumHighlighting,org.eclipse.jdt.ui.fieldHighlighting,org.eclipse.jdt.ui.inheritedMethodInvocationHighlighting,org.eclipse.jdt.ui.interfaceHighlighting,org.eclipse.jdt.ui.java_bracket,org.eclipse.jdt.ui.java_comment_task_tag,org.eclipse.jdt.ui.java_default,org.eclipse.jdt.ui.java_doc_default,org.eclipse.jdt.ui.java_doc_keyword,org.eclipse.jdt.ui.java_doc_link,org.eclipse.jdt.ui.java_doc_tag,org.eclipse.jdt.ui.java_keyword,org.eclipse.jdt.ui.java_keyword_return,org.eclipse.jdt.ui.java_multi_line_comment,org.eclipse.jdt.ui.java_operator,org.eclipse.jdt.ui.java_single_line_comment,org.eclipse.jdt.ui.java_string,org.eclipse.jdt.ui.localVariableDeclarationHighlighting,org.eclipse.jdt.ui.localVariableHighlighting,org.eclipse.jdt.ui.matchingBracketsColor,org.eclipse.jdt.ui.methodDeclarationHighlighting,org.eclipse.jdt.ui.methodDeclarationNameHighlighting,org.eclipse.jdt.ui.methodHighlighting,org.eclipse.jdt.ui.numberHighlighting,org.eclipse.jdt.ui.parameterVariableHighlighting,org.eclipse.jdt.ui.pf_coloring_argument,org.eclipse.jdt.ui.pf_coloring_assignment,org.eclipse.jdt.ui.pf_coloring_comment,org.eclipse.jdt.ui.pf_coloring_key,org.eclipse.jdt.ui.pf_coloring_value,org.eclipse.jdt.ui.staticFieldHighlighting,org.eclipse.jdt.ui.staticFinalFieldHighlighting,org.eclipse.jdt.ui.staticMethodInvocationHighlighting,org.eclipse.jdt.ui.typeArgumentHighlighting,org.eclipse.jdt.ui.typeParameterHighlighting,org.eclipse.jdt.ui.typeVariableDeclarationHighlighting,org.eclipse.jface.REVISION_NEWEST_COLOR,org.eclipse.jface.REVISION_OLDEST_COLOR,org.eclipse.search.ui.match.highlight,org.eclipse.ui.editors.backgroundColor,org.eclipse.ui.editors.currentLineColor,org.eclipse.ui.editors.findScope,org.eclipse.ui.editors.foregroundColor,org.eclipse.ui.editors.lineNumberRulerColor,org.eclipse.ui.editors.printMarginColor,org.eclipse.ui.showkeys.backgroundColor,piBorder,tagAttributeName,tagAttributeValue,tagBorder,tagName, +piBorder=0,254,254 +resourcetypes=\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n +tagAttributeName=255,0,255 +tagAttributeValue=212,0,255 +tagBorder=0,254,254 +tagName=89,179,179 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.urischeme.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.urischeme.prefs new file mode 100755 index 0000000..814f793 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.urischeme.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +processedSchemes=,eclipse+command,eclipse+mpc diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.css.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.css.ui.prefs new file mode 100755 index 0000000..86c4f1a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.css.ui.prefs @@ -0,0 +1,23 @@ +ATMARK_RULE=\#A9B7C6 | null | null | null | null | null +ATTRIBUTE_DELIM=\#A9B7C6 | null | null | null | null | null +ATTRIBUTE_NAME=\#A9B7C6 | null | null | null | null | null +ATTRIBUTE_OPERATOR=\#A9B7C6 | null | null | null | null | null +ATTRIBUTE_VALUE=\#A9B7C6 | null | null | null | null | null +CLASS=\#A9B7C6 | null | null | null | null | null +COLON=\#D8D8D8 | null | null | null | null | null +COMBINATOR=\#A9B7C6 | null | null | null | null | null +COMMENT=\#629755 | null | null | false | null | null +CURLY_BRACE=\#D8D8D8 | null | null | null | null | null +ID=\#A9B7C6 | null | null | null | null | null +MEDIA=\#CC7832 | null | false | null | null | null +NORMAL=\#D8D8D8 | null | null | null | null | null +PROPERTY_NAME=\#BED6FF | null | null | null | null | null +PROPERTY_VALUE=\#A5C25C | null | null | null | null | null +PSEUDO=\#A9B7C6 | null | null | null | null | null +SELECTOR=\#A9B7C6 | null | null | null | null | null +SEMI_COLON=\#D8D8D8 | null | null | null | null | null +STRING=\#A5C25C | null | null | null | null | null +UNIVERSAL=\#A9B7C6 | null | null | null | null | null +URI=\#A5C25C | null | null | null | null | null +eclipse.preferences.version=1 +overriddenByCSS=,COLON,PROPERTY_NAME,CURLY_BRACE,SEMI_COLON,NORMAL,ATTRIBUTE_DELIM,UNIVERSAL,ATTRIBUTE_VALUE,CLASS,PSEUDO,PROPERTY_VALUE,URI,COMMENT,ATTRIBUTE_NAME,ATMARK_RULE,COMBINATOR,SELECTOR,STRING,MEDIA,ID,ATTRIBUTE_OPERATOR, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.dtd.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.dtd.ui.prefs new file mode 100644 index 0000000..093af65 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.dtd.ui.prefs @@ -0,0 +1,10 @@ +dtdComment=\#629755 | null | null | false | null | null +dtdData=\#D8D8D8 | null | null | null | null | null +dtdDefault=\#D8D8D8 | null | null | null | null | null +dtdKeyword=\#CC7832 | null | false | null | null | null +dtdString=\#A5C25C | null | null | null | null | null +dtdSymbol=\#BED6FF | null | null | null | null | null +dtdTag=\#BED6FF | null | null | null | null | null +dtdTagName=\#BED6FF | null | null | null | null | null +eclipse.preferences.version=1 +overriddenByCSS=,dtdKeyword,dtdTag,dtdString,dtdTagName,dtdDefault,dtdData,dtdSymbol,dtdComment, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.html.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.html.ui.prefs new file mode 100755 index 0000000..68272d2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.html.ui.prefs @@ -0,0 +1,16 @@ +commentBorder=\#629755 | null | null | false | null | null +commentText=\#629755 | null | null | false | null | null +declBoder=\#A9B7C6 | null | null | null | null | null +doctypeExternalId=\#A9B7C6 | null | null | null | null | null +doctypeExternalPubref=\#A9B7C6 | null | null | null | null | null +doctypeExtrenalSysref=\#A9B7C6 | null | null | null | null | null +doctypeName=\#A9B7C6 | null | null | null | null | null +eclipse.preferences.version=1 +entityReference=\#CC7832 | null | false | null | null | null +overriddenByCSS=,tagBorder,tagName,tagAttributeEquals,tagAttributeName,xmlContent,doctypeExternalPubref,declBoder,doctypeExtrenalSysref,commentText,doctypeExternalId,doctypeName,tagAttributeValue,entityReference,commentBorder, +tagAttributeEquals=\#D8D8D8 | null | null | null | null | null +tagAttributeName=\#BED6FF | null | null | null | null | null +tagAttributeValue=\#A5C25C | null | null | null | null | null +tagBorder=\#79ABFF | null | null | null | null | null +tagName=\#BED6FF | null | null | null | null | null +xmlContent=\#D8D8D8 | null | null | null | null | null diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.jsdt.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.jsdt.ui.prefs new file mode 100755 index 0000000..f0ab13b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.jsdt.ui.prefs @@ -0,0 +1,40 @@ +CONTENT_ASSIST_BACKGROUND_COLOR=46,52,56 +CONTENT_ASSIST_FOREGROUND_COLOR=233,235,237 +content_assist_parameters_background=46,52,56 +content_assist_parameters_foreground=233,235,237 +content_assist_proposals_background=46,52,56 +content_assist_proposals_foreground=233,235,237 +eclipse.preferences.version=1 +java_bracket=216,216,216 +java_comment_task_tag=204,223,50 +java_default=216,216,216 +java_doc_default=98,151,85 +java_doc_keyword=132,185,119 +java_doc_link=132,185,119 +java_doc_tag=132,185,119 +java_keyword=204,120,50 +java_keyword_return=204,120,50 +java_multi_line_comment=98,151,85 +java_operator=216,216,216 +java_single_line_comment=128,128,128 +java_string=165,194,92 +overriddenByCSS=,CONTENT_ASSIST_BACKGROUND_COLOR,CONTENT_ASSIST_FOREGROUND_COLOR,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground,java_bracket,java_comment_task_tag,java_default,java_operator,semanticHighlighting.localVariable.bold,semanticHighlighting.localVariable.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.localVariable.italic,semanticHighlighting.localVariable.strikethrough,semanticHighlighting.localVariable.underline,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.localVariableDeclaration.enabled,semanticHighlighting.localVariableDeclaration.italic,semanticHighlighting.localVariableDeclaration.strikethrough,semanticHighlighting.localVariableDeclaration.underline,semanticHighlighting.methodDeclarationName.bold,semanticHighlighting.methodDeclarationName.enabled,semanticHighlighting.methodDeclarationName.italic,semanticHighlighting.methodDeclarationName.strikethrough,semanticHighlighting.methodDeclarationName.underline,java_doc_default,java_doc_keyword,java_doc_link,java_doc_tag,java_keyword,java_keyword_return,java_multi_line_comment,java_single_line_comment,java_string,semanticHighlighting.methodDeclarationName.color,tagName, +semanticHighlighting.localVariable.bold=false +semanticHighlighting.localVariable.color=121,171,255 +semanticHighlighting.localVariable.enabled=true +semanticHighlighting.localVariable.italic=false +semanticHighlighting.localVariable.strikethrough=false +semanticHighlighting.localVariable.underline=false +semanticHighlighting.localVariableDeclaration.bold=false +semanticHighlighting.localVariableDeclaration.color=190,214,255 +semanticHighlighting.localVariableDeclaration.enabled=true +semanticHighlighting.localVariableDeclaration.italic=false +semanticHighlighting.localVariableDeclaration.strikethrough=false +semanticHighlighting.localVariableDeclaration.underline=false +semanticHighlighting.methodDeclarationName.bold=false +semanticHighlighting.methodDeclarationName.color=255,198,109 +semanticHighlighting.methodDeclarationName.enabled=true +semanticHighlighting.methodDeclarationName.italic=false +semanticHighlighting.methodDeclarationName.strikethrough=false +semanticHighlighting.methodDeclarationName.underline=false +tagName=169,183,198 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.sse.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.sse.ui.prefs new file mode 100644 index 0000000..93324b6 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.sse.ui.prefs @@ -0,0 +1,11 @@ +content_assist_completion_replacement_background=200,200,0 +content_assist_completion_replacement_foreground=194,0,0 +content_assist_number_of_computers=2 +content_assist_parameters_background=48,54,59 +content_assist_parameters_foreground=235,237,239 +content_assist_proposals_background=48,54,59 +content_assist_proposals_foreground=235,237,239 +eclipse.preferences.version=1 +overriddenByCSS=,content_assist_completion_replacement_background,content_assist_completion_replacement_foreground,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground, +useAnnotationsPrefPage=true +useQuickDiffPrefPage=true diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xml.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xml.ui.prefs new file mode 100644 index 0000000..1985d12 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xml.ui.prefs @@ -0,0 +1,21 @@ +cdataBorder=\#A9B7C6 | null | null | null | null | null +cdataText=\#D8D8D8 | null | null | null | null | null +commentBorder=\#629755 | null | null | false | null | null +commentText=\#629755 | null | null | false | null | null +declBoder=\#A9B7C6 | null | null | null | null | null +declBorder=\#A9B7C6 | null | null | null | null | null +doctypeExternalId=\#A9B7C6 | null | null | null | null | null +doctypeExternalPubref=\#A9B7C6 | null | null | null | null | null +doctypeExtrenalSysref=\#A9B7C6 | null | null | null | null | null +doctypeName=\#A9B7C6 | null | null | null | null | null +eclipse.preferences.version=1 +entityReference=\#CC7832 | null | false | null | null | null +overriddenByCSS=,cdataBorder,cdataText,commentBorder,commentText,declBoder,declBorder,doctypeExternalId,doctypeExternalPubref,doctypeExtrenalSysref,doctypeName,entityReference,piBorder,piContent,tagAttributeEquals,tagAttributeName,tagAttributeValue,tagBorder,tagName,xmlContent, +piBorder=\#A9B7C6 | null | null | null | null | null +piContent=\#D8D8D8 | null | null | null | null | null +tagAttributeEquals=\#D8D8D8 | null | null | null | null | null +tagAttributeName=\#BED6FF | null | null | null | null | null +tagAttributeValue=\#A5C25C | null | null | null | null | null +tagBorder=\#79ABFF | null | null | null | null | null +tagName=\#BED6FF | null | null | null | null | null +xmlContent=\#D8D8D8 | null | null | null | null | null diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xsl.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xsl.ui.prefs new file mode 100755 index 0000000..13cc0c0 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xsl.ui.prefs @@ -0,0 +1,6 @@ +eclipse.preferences.version=1 +overriddenByCSS=,xsltagBorder,xsltagName,xsltagAttributeName,xsltagAttributeValue, +xsltagAttributeName=\#BED6FF | null | null | null | null | null +xsltagAttributeValue=\#A5C25C | null | null | null | null | null +xsltagBorder=\#79ABFF | null | null | null | null | null +xsltagName=\#BED6FF | null | null | null | null | null diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.xtend.core.Xtend.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.xtend.core.Xtend.prefs new file mode 100755 index 0000000..6b8c57d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.xtend.core.Xtend.prefs @@ -0,0 +1,16 @@ +AbstractTextEditor.Color.Background=25,29,31 +AbstractTextEditor.Color.Foreground=216,216,216 +eclipse.preferences.version=1 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.comment.color=98,151,85 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.default.color=216,216,216 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.keyword.color=204,120,50 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.number.color=104,151,187 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.punctuation.color=216,216,216 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.string.color=165,194,92 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.annotation.color=187,181,41 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.extension.method.invacation.color=169,183,198 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.field.color=190,214,255 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.field.color=239,192,144 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.method.invocation.color=190,214,255 +org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xtend.richText.bgColor=39,44,48 +overriddenByCSS=,AbstractTextEditor.Color.Background,AbstractTextEditor.Color.Foreground,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.default.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.punctuation.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.field.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.field.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.method.invocation.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xtend.richText.bgColor,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.comment.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.keyword.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.number.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.string.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.annotation.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.extension.method.invacation.color, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.epic.perleditor.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.epic.perleditor.prefs new file mode 100755 index 0000000..c342461 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.epic.perleditor.prefs @@ -0,0 +1,52 @@ +AbstractTextEditor.Color.Background=25,29,31 +AbstractTextEditor.Color.Background.SystemDefault=false +AbstractTextEditor.Color.BackgroundBold=false +AbstractTextEditor.Color.Foreground=216,216,216 +AbstractTextEditor.Color.Foreground.SystemDefault=false +AbstractTextEditor.Color.ForegroundBold=false +bookmarkIndicationColor=132,185,119 +bookmarkIndicationColorBold=false +comment1Color=128,128,128 +comment1ColorBold=false +comment2Color=98,151,85 +comment2ColorBold=false +currentLineColor=50,57,62 +currentLineColorBold=false +eclipse.preferences.version=1 +errorIndicationColor=169,183,198 +errorIndicationColorBold=false +functionColor=169,183,198 +functionColorBold=false +invalidColor=210,82,82 +invalidColorBold=false +keyword1Color=204,120,50 +keyword1ColorBold=false +keyword2Color=169,183,198 +keyword2ColorBold=false +labelColor=216,216,216 +labelColorBold=false +lineNumberColor=208,208,208 +lineNumberColorBold=false +literal1Color=165,194,92 +literal1ColorBold=false +literal2Color=165,194,92 +literal2ColorBold=false +markupColor=216,216,216 +markupColorBold=false +numberColor=104,151,187 +numberColorBold=false +operatorColor=216,216,216 +operatorColorBold=false +othersIndicationColor=216,216,216 +othersIndicationColorBold=false +overriddenByCSS=,taskIndicationColorBold,AbstractTextEditor.Color.Background.SystemDefault,lineNumberColorBold,literal2ColorBold,errorIndicationColorBold,comment1ColorBold,othersIndicationColorBold,operatorColorBold,AbstractTextEditor.Color.BackgroundBold,currentLineColor,othersIndicationColor,taskIndicationColor,currentLineColorBold,warningIndicationColorBold,markupColor,labelColorBold,AbstractTextEditor.Color.Background,AbstractTextEditor.Color.Foreground,keyword1ColorBold,AbstractTextEditor.Color.Foreground.SystemDefault,operatorColor,invalidColorBold,searchResultIndicationColorBold,variableColorBold,printMarginColorBold,lineNumberColor,functionColorBold,comment2ColorBold,bookmarkIndicationColorBold,literal1ColorBold,numberColorBold,AbstractTextEditor.Color.ForegroundBold,printMarginColor,variableColor,labelColor,keyword2ColorBold,markupColorBold,invalidColor,bookmarkIndicationColor,literal1Color,literal2Color,keyword1Color,searchResultIndicationColor,functionColor,comment1Color,warningIndicationColor,comment2Color,keyword2Color,numberColor,errorIndicationColor, +printMarginColor=208,208,208 +printMarginColorBold=false +searchResultIndicationColor=66,68,69 +searchResultIndicationColorBold=false +taskIndicationColor=204,223,50 +taskIndicationColorBold=false +variableColor=121,171,255 +variableColorBold=false +warningIndicationColor=165,194,92 +warningIndicationColorBold=false diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.erlide.ui.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.erlide.ui.prefs new file mode 100755 index 0000000..21bb5d7 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.erlide.ui.prefs @@ -0,0 +1,24 @@ +//editor/colors/arrowcolor=216,216,216 +//editor/colors/arrowstyle=0 +//editor/colors/atomcolor=216,216,216 +//editor/colors/atomstyle=0 +//editor/colors/charcolor=165,194,92 +//editor/colors/charstyle=0 +//editor/colors/commentcolor=98,151,85 +//editor/colors/commentstyle=0 +//editor/colors/defaultcolor=216,216,216 +//editor/colors/defaultstyle=0 +//editor/colors/floatcolor=104,151,187 +//editor/colors/floatstyle=0 +//editor/colors/integercolor=104,151,187 +//editor/colors/integerstyle=0 +//editor/colors/keywordcolor=204,120,50 +//editor/colors/keywordstyle=0 +//editor/colors/macrocolor=239,192,144 +//editor/colors/macrostyle=0 +//editor/colors/stringcolor=165,194,92 +//editor/colors/stringstyle=0 +//editor/colors/variablecolor=121,171,255 +//editor/colors/variablestyle=0 +eclipse.preferences.version=1 +overriddenByCSS=,editor/colors/macrostyle,editor/colors/atomcolor,editor/colors/commentstyle,editor/colors/arrowstyle,editor/colors/arrowcolor,editor/colors/defaultcolor,editor/colors/keywordstyle,editor/colors/macrocolor,editor/colors/floatstyle,editor/colors/stringstyle,editor/colors/integerstyle,editor/colors/charstyle,editor/colors/variablecolor,editor/colors/variablestyle,editor/colors/defaultstyle,editor/colors/atomstyle,editor/colors/integercolor,editor/colors/floatcolor,editor/colors/keywordcolor,editor/colors/stringcolor,editor/colors/charcolor,editor/colors/commentcolor, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.jboss.ide.eclipse.freemarker.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.jboss.ide.eclipse.freemarker.prefs new file mode 100755 index 0000000..b38eb71 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.jboss.ide.eclipse.freemarker.prefs @@ -0,0 +1,10 @@ +color.comment=128,128,128 +color.directive=169,183,198 +color.interpolation=204,120,50 +color.oppositeRegion=65,65,4 +color.string=165,194,92 +color.text=216,216,216 +color.xmlComment=98,151,85 +color.xmlTag=121,171,255 +eclipse.preferences.version=1 +overriddenByCSS=,color.oppositeRegion,color.text,color.xmlTag,color.string,color.interpolation,color.xmlComment,color.directive,color.comment, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.nodeclipse.enide.editors.gradle.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.nodeclipse.enide.editors.gradle.prefs new file mode 100755 index 0000000..81c7548 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.nodeclipse.enide.editors.gradle.prefs @@ -0,0 +1,8 @@ +color_comment=98,151,85 +color_doc=98,151,85 +color_keyword=204,120,50 +color_normal=216,216,216 +color_number=104,151,187 +color_string=165,194,92 +eclipse.preferences.version=1 +overriddenByCSS=,color_normal,color_string,color_number,color_comment,color_doc,color_keyword, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.nodeclipse.enide.editors.jade.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.nodeclipse.enide.editors.jade.prefs new file mode 100755 index 0000000..81c7548 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.nodeclipse.enide.editors.jade.prefs @@ -0,0 +1,8 @@ +color_comment=98,151,85 +color_doc=98,151,85 +color_keyword=204,120,50 +color_normal=216,216,216 +color_number=104,151,187 +color_string=165,194,92 +eclipse.preferences.version=1 +overriddenByCSS=,color_normal,color_string,color_number,color_comment,color_doc,color_keyword, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.python.pydev.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.python.pydev.prefs new file mode 100755 index 0000000..b0ed2a1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.python.pydev.prefs @@ -0,0 +1,28 @@ +BACKQUOTES_COLOR=216,216,216 +BACKQUOTES_STYLE=0 +CLASS_NAME_COLOR=169,183,198 +CLASS_NAME_STYLE=0 +CODE_COLOR=216,216,216 +CODE_STYLE=0 +COMMENT_COLOR=98,151,85 +COMMENT_STYLE=0 +DECORATOR_COLOR=187,181,41 +DECORATOR_STYLE=0 +EDITOR_MATCHING_BRACKETS_COLOR=216,216,216 +EDITOR_MATCHING_BRACKETS_STYLE=0 +FUNC_NAME_COLOR=169,183,198 +FUNC_NAME_STYLE=0 +KEYWORD_COLOR=204,120,50 +KEYWORD_STYLE=0 +NUMBER_COLOR=104,151,187 +NUMBER_STYLE=0 +OPERATORS_COLOR=216,216,216 +OPERATORS_STYLE=0 +PARENS_COLOR=216,216,216 +PARENS_STYLE=0 +SELF_COLOR=204,120,50 +SELF_STYLE=0 +STRING_COLOR=165,194,92 +STRING_STYLE=0 +eclipse.preferences.version=1 +overriddenByCSS=,NUMBER_STYLE,EDITOR_MATCHING_BRACKETS_COLOR,OPERATORS_COLOR,PARENS_COLOR,CLASS_NAME_STYLE,CODE_COLOR,PARENS_STYLE,STRING_STYLE,EDITOR_MATCHING_BRACKETS_STYLE,BACKQUOTES_STYLE,OPERATORS_STYLE,BACKQUOTES_COLOR,KEYWORD_STYLE,FUNC_NAME_STYLE,DECORATOR_STYLE,CODE_STYLE,SELF_STYLE,COMMENT_STYLE,STRING_COLOR,COMMENT_COLOR,FUNC_NAME_COLOR,SELF_COLOR,KEYWORD_COLOR,CLASS_NAME_COLOR,NUMBER_COLOR,DECORATOR_COLOR, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.scala-ide.play2.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.scala-ide.play2.prefs new file mode 100755 index 0000000..b59b348 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.scala-ide.play2.prefs @@ -0,0 +1,35 @@ +eclipse.preferences.version=1 +overriddenByCSS=,template.plain.colour,syntaxColouring.operator.colour,syntaxColouring.bracket.colour,template.default.colour,syntaxColouring.xml.processingInstruction.colour,syntaxColouring.xml.tagName.colour,route.uriDynamic.colour,route.action.colour,route.actionPackage.colour,route.default.colour,syntaxColouring.xml.equals.colour,syntaxColouring.xml.tagDelimiter.colour,syntaxColouring.scaladocAnnotation.colour,syntaxColouring.scaladoc.colour,syntaxColouring.multiLineString.colour,syntaxColouring.default.colour,route.uri.colour,syntaxColouring.keyword.colour,syntaxColouring.xml.cdata.colour,template.at.colour,template.brace.colour,route.httpKeyword.colour,syntaxColouring.singleLineComment.colour,route.comment.colour,syntaxColouring.multiLineComment.colour,syntaxColouring.numberLiteral.colour,route.actionClass.colour,syntaxColouring.xml.attributeValue.colour,syntaxColouring.return.colour,route.actionMethod.colour,syntaxColouring.xml.comment.colour,syntaxColouring.string.colour,syntaxColouring.xml.attributeName.colour, +route.action.colour=121,171,255 +route.actionClass.colour=169,183,198 +route.actionMethod.colour=169,183,198 +route.actionPackage.colour=127,179,71 +route.comment.colour=128,128,128 +route.default.colour=216,216,216 +route.httpKeyword.colour=204,120,50 +route.uri.colour=165,194,92 +route.uriDynamic.colour=121,171,255 +syntaxColouring.bracket.colour=216,216,216 +syntaxColouring.default.colour=255,198,109 +syntaxColouring.keyword.colour=204,120,50 +syntaxColouring.multiLineComment.colour=98,151,85 +syntaxColouring.multiLineString.colour=165,194,92 +syntaxColouring.numberLiteral.colour=104,151,187 +syntaxColouring.operator.colour=216,216,216 +syntaxColouring.return.colour=204,120,50 +syntaxColouring.scaladoc.colour=98,151,85 +syntaxColouring.scaladocAnnotation.colour=132,185,119 +syntaxColouring.singleLineComment.colour=128,128,128 +syntaxColouring.string.colour=165,194,92 +syntaxColouring.xml.attributeName.colour=204,120,50 +syntaxColouring.xml.attributeValue.colour=165,194,92 +syntaxColouring.xml.cdata.colour=128,128,128 +syntaxColouring.xml.comment.colour=98,151,85 +syntaxColouring.xml.equals.colour=216,216,216 +syntaxColouring.xml.processingInstruction.colour=216,216,216 +syntaxColouring.xml.tagDelimiter.colour=216,216,216 +syntaxColouring.xml.tagName.colour=216,216,216 +template.at.colour=204,120,50 +template.brace.colour=204,120,50 +template.default.colour=216,216,216 +template.plain.colour=216,216,216 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.scala-ide.sdt.core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.scala-ide.sdt.core.prefs new file mode 100755 index 0000000..5f896a4 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.scala-ide.sdt.core.prefs @@ -0,0 +1,77 @@ +eclipse.preferences.version=1 +overriddenByCSS=,syntaxColoring.semantic.type.color,syntaxColoring.semantic.templateVar.color,syntaxColouring.bracket.colour,syntaxColoring.semantic.object.color,syntaxColouring.semantic.localVar.colour,syntaxColouring.semantic.methodParam.colour,syntaxColouring.xml.processingInstruction.colour,syntaxColouring.semantic.lazyTemplateVal.colour,syntaxColoring.semantic.templateVal.color,syntaxColouring.semantic.package.colour,syntaxColoring.default.color,syntaxColoring.semantic.methodParam.color,syntaxColouring.semantic.caseObject.colour,syntaxColoring.bracket.color,syntaxColouring.xml.equals.colour,syntaxColouring.semantic.templateVar.colour,syntaxColoring.semantic.lazyLocalVal.color,syntaxColouring.semantic.templateVal.colour,syntaxColouring.operator.colour,syntaxColouring.semantic.object.colour,syntaxColoring.xml.equals.color,syntaxColouring.default.colour,syntaxColoring.semantic.lazyTemplateVal.color,syntaxColoring.semantic.caseObject.color,syntaxColoring.xml.tagDelimiter.color,syntaxColouring.semantic.type.colour,syntaxColouring.semantic.typeParameter.colour,syntaxColouring.semantic.lazyLocalVal.colour,syntaxColouring.xml.tagName.colour,syntaxColoring.semantic.package.color,syntaxColoring.operator.color,syntaxColoring.xml.tagName.color,syntaxColoring.semantic.typeParameter.color,syntaxColouring.xml.tagDelimiter.colour,syntaxColoring.semantic.localVar.color,syntaxColoring.xml.processingInstruction.color,syntaxColoring.scaladocAnnotation.color,syntaxColoring.scaladoc.color,syntaxColoring.keyword.color,syntaxColoring.semantic.method.color,syntaxColouring.multiLineString.colour,syntaxColouring.semantic.class.colour,syntaxColouring.semantic.method.colour,syntaxColouring.keyword.colour,syntaxColouring.semantic.localVal.colour,syntaxColoring.semantic.localVal.color,syntaxColouring.semantic.trait.colour,syntaxColoring.multiLineComment.color,syntaxColoring.xml.comment.color,syntaxColouring.singleLineComment.colour,syntaxColouring.multiLineComment.colour,syntaxColouring.xml.attributeValue.colour,syntaxColoring.semantic.caseClass.color,syntaxColoring.xml.cdata.color,syntaxColoring.string.color,syntaxColoring.xml.attributeValue.color,syntaxColoring.multiLineString.color,syntaxColouring.scaladocAnnotation.colour,syntaxColouring.scaladoc.colour,syntaxColouring.semantic.annotation.colour,syntaxColoring.semantic.trait.color,syntaxColouring.xml.cdata.colour,syntaxColoring.singleLineComment.color,syntaxColoring.xml.attributeName.color,syntaxColoring.return.color,syntaxColouring.character.colour,syntaxColoring.semantic.class.color,syntaxColoring.semantic.annotation.color,syntaxColouring.numberLiteral.colour,syntaxColoring.numberLiteral.color,syntaxColouring.semantic.caseClass.colour,syntaxColouring.return.colour,syntaxColouring.xml.comment.colour,syntaxColouring.string.colour,syntaxColouring.xml.attributeName.colour, +syntaxColoring.bracket.color=216,216,216 +syntaxColoring.default.color=216,216,216 +syntaxColoring.keyword.color=204,120,50 +syntaxColoring.multiLineComment.color=98,151,85 +syntaxColoring.multiLineString.color=165,194,92 +syntaxColoring.numberLiteral.color=104,151,187 +syntaxColoring.operator.color=216,216,216 +syntaxColoring.return.color=204,120,50 +syntaxColoring.scaladoc.color=98,151,85 +syntaxColoring.scaladocAnnotation.color=132,185,119 +syntaxColoring.semantic.annotation.color=187,181,41 +syntaxColoring.semantic.caseClass.color=169,183,198 +syntaxColoring.semantic.caseObject.color=127,179,71 +syntaxColoring.semantic.class.color=169,183,198 +syntaxColoring.semantic.lazyLocalVal.color=127,179,71 +syntaxColoring.semantic.lazyTemplateVal.color=190,214,255 +syntaxColoring.semantic.localVal.color=152,118,170 +syntaxColoring.semantic.localVar.color=121,171,255 +syntaxColoring.semantic.method.color=255,198,109 +syntaxColoring.semantic.methodParam.color=121,171,255 +syntaxColoring.semantic.object.color=127,179,71 +syntaxColoring.semantic.package.color=127,179,71 +syntaxColoring.semantic.templateVal.color=190,214,255 +syntaxColoring.semantic.templateVar.color=190,214,255 +syntaxColoring.semantic.trait.color=152,118,170 +syntaxColoring.semantic.type.color=191,164,164 +syntaxColoring.semantic.typeParameter.color=191,164,164 +syntaxColoring.singleLineComment.color=128,128,128 +syntaxColoring.string.color=165,194,92 +syntaxColoring.xml.attributeName.color=204,120,50 +syntaxColoring.xml.attributeValue.color=165,194,92 +syntaxColoring.xml.cdata.color=128,128,128 +syntaxColoring.xml.comment.color=98,151,85 +syntaxColoring.xml.equals.color=216,216,216 +syntaxColoring.xml.processingInstruction.color=216,216,216 +syntaxColoring.xml.tagDelimiter.color=216,216,216 +syntaxColoring.xml.tagName.color=216,216,216 +syntaxColouring.bracket.colour=216,216,216 +syntaxColouring.character.colour=165,194,92 +syntaxColouring.default.colour=216,216,216 +syntaxColouring.keyword.colour=204,120,50 +syntaxColouring.multiLineComment.colour=98,151,85 +syntaxColouring.multiLineString.colour=165,194,92 +syntaxColouring.numberLiteral.colour=104,151,187 +syntaxColouring.operator.colour=216,216,216 +syntaxColouring.return.colour=204,120,50 +syntaxColouring.scaladoc.colour=98,151,85 +syntaxColouring.scaladocAnnotation.colour=132,185,119 +syntaxColouring.semantic.annotation.colour=187,181,41 +syntaxColouring.semantic.caseClass.colour=169,183,198 +syntaxColouring.semantic.caseObject.colour=127,179,71 +syntaxColouring.semantic.class.colour=169,183,198 +syntaxColouring.semantic.lazyLocalVal.colour=127,179,71 +syntaxColouring.semantic.lazyTemplateVal.colour=190,214,255 +syntaxColouring.semantic.localVal.colour=152,118,170 +syntaxColouring.semantic.localVar.colour=121,171,255 +syntaxColouring.semantic.method.colour=255,198,109 +syntaxColouring.semantic.methodParam.colour=121,171,255 +syntaxColouring.semantic.object.colour=127,179,71 +syntaxColouring.semantic.package.colour=127,179,71 +syntaxColouring.semantic.templateVal.colour=190,214,255 +syntaxColouring.semantic.templateVar.colour=190,214,255 +syntaxColouring.semantic.trait.colour=152,118,170 +syntaxColouring.semantic.type.colour=191,164,164 +syntaxColouring.semantic.typeParameter.colour=191,164,164 +syntaxColouring.singleLineComment.colour=128,128,128 +syntaxColouring.string.colour=165,194,92 +syntaxColouring.xml.attributeName.colour=204,120,50 +syntaxColouring.xml.attributeValue.colour=165,194,92 +syntaxColouring.xml.cdata.colour=128,128,128 +syntaxColouring.xml.comment.colour=98,151,85 +syntaxColouring.xml.equals.colour=216,216,216 +syntaxColouring.xml.processingInstruction.colour=216,216,216 +syntaxColouring.xml.tagDelimiter.colour=216,216,216 +syntaxColouring.xml.tagName.colour=216,216,216 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.sourceforge.jsonedit-core.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.sourceforge.jsonedit-core.prefs new file mode 100755 index 0000000..847a220 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.sourceforge.jsonedit-core.prefs @@ -0,0 +1,6 @@ +colorDefault=216,216,216 +colorNull=216,216,216 +colorString=165,194,92 +colorValue=190,214,255 +eclipse.preferences.version=1 +overriddenByCSS=,colorNull,colorDefault,colorValue,colorString, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.sweetlemonade.eclipse.json.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.sweetlemonade.eclipse.json.prefs new file mode 100755 index 0000000..3ed4105 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.sweetlemonade.eclipse.json.prefs @@ -0,0 +1,32 @@ +colorArrayBracket=121,171,255 +colorArrayBracketEnabled=true +colorArrayBracketStyle=0 +colorBoolean=204,120,50 +colorBooleanEnabled=true +colorBooleanStyle=0 +colorBracket=121,171,255 +colorBracketEnabled=true +colorBracketStyle=0 +colorDefault=216,216,216 +colorDefaultEnabled=true +colorDefaultStyle=0 +colorKey=190,214,255 +colorKeyEnabled=true +colorKeyStyle=0 +colorMatchBracket=121,171,255 +colorMatchBracketEnabled=true +colorMatchBracketStyle=0 +colorNull=204,120,50 +colorNullEnabled=true +colorNullStyle=0 +colorNumber=104,151,187 +colorNumberEnabled=true +colorNumberStyle=0 +colorObjectBracket=121,171,255 +colorObjectBracketEnabled=true +colorObjectBracketStyle=0 +colorString=165,194,92 +colorStringEnabled=true +colorStringStyle=0 +eclipse.preferences.version=1 +overriddenByCSS=,colorObjectBracket,colorNumberStyle,colorArrayBracketEnabled,colorMatchBracketEnabled,colorKeyEnabled,colorDefault,colorBooleanEnabled,colorObjectBracketStyle,colorBracketStyle,colorObjectBracketEnabled,colorDefaultEnabled,colorDefaultStyle,colorKeyStyle,colorMatchBracket,colorNullStyle,colorArrayBracket,colorMatchBracketStyle,colorBooleanStyle,colorBracketEnabled,colorStringEnabled,colorBracket,colorKey,colorArrayBracketStyle,colorNullEnabled,colorStringStyle,colorNumberEnabled,colorNumber,colorNull,colorBoolean,colorString, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/winterwell.markdown.prefs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/winterwell.markdown.prefs new file mode 100755 index 0000000..ddf8412 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/winterwell.markdown.prefs @@ -0,0 +1,6 @@ +Pref_Comment=98,151,85 +Pref_Default=216,216,216 +Pref_Header=204,223,50 +Pref_Link=132,185,119 +eclipse.preferences.version=1 +overriddenByCSS=,Pref_Default,Pref_Header,Pref_Comment,Pref_Link, diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/YourFirstEntityTest.launch b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/YourFirstEntityTest.launch new file mode 100755 index 0000000..b8ba4d3 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/YourFirstEntityTest.launch @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/bmo.launch b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/bmo.launch new file mode 100755 index 0000000..2862b65 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/bmo.launch @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/wut.launch b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/wut.launch new file mode 100644 index 0000000..7254e64 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/wut.launch @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml new file mode 100755 index 0000000..eb8ab42 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml @@ -0,0 +1,8 @@ + +
+
+ + + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml new file mode 100755 index 0000000..71f8725 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi new file mode 100755 index 0000000..0f06d5d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -0,0 +1,2629 @@ + + + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration + + + + + + + + topLevel + shellMaximized + + + + + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet + persp.actionSet:org.eclipse.search.searchActionSet + persp.actionSet:org.eclipse.text.quicksearch.actionSet + persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo + persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet + persp.actionSet:org.eclipse.ui.actionSet.keyBindings + persp.actionSet:org.eclipse.ui.actionSet.openFiles + persp.newWizSC:org.eclipse.ui.wizards.new.folder + persp.newWizSC:org.eclipse.ui.wizards.new.file + persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.ui.views.BookmarkView + persp.viewSC:org.eclipse.ui.views.ContentOutline + persp.viewSC:org.eclipse.ui.views.PropertySheet + persp.viewSC:org.eclipse.ui.views.ProblemView + persp.viewSC:org.eclipse.ui.views.ProgressView + persp.viewSC:org.eclipse.ui.views.TaskList + persp.actionSet:org.eclipse.ui.NavigateActionSet + persp.viewSC:org.eclipse.pde.runtime.LogView + persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard + persp.showIn:org.eclipse.ui.navigator.ProjectExplorer + persp.perspSC:org.eclipse.team.ui.TeamSynchronizingPerspective + persp.showIn:org.eclipse.team.ui.GenericHistoryView + + + + org.eclipse.e4.primaryNavigationStack + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + + org.eclipse.e4.secondaryNavigationStack + + View + categoryTag:General + + + View + categoryTag:General + + + + + + + org.eclipse.e4.secondaryDataStack + + View + categoryTag:General + + + + + + + + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet + persp.actionSet:org.eclipse.search.searchActionSet + persp.actionSet:org.eclipse.text.quicksearch.actionSet + persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo + persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet + persp.actionSet:org.eclipse.ui.actionSet.keyBindings + persp.actionSet:org.eclipse.ui.actionSet.openFiles + persp.actionSet:org.eclipse.debug.ui.launchActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet + persp.actionSet:org.eclipse.ui.NavigateActionSet + persp.showIn:com.genuitec.eclipse.meexplorer.MENavigator + persp.showIn:org.eclipse.jdt.ui.PackageExplorer + persp.showIn:org.eclipse.team.ui.GenericHistoryView + persp.showIn:org.eclipse.ui.navigator.ProjectExplorer + persp.actionSet:org.eclipse.debug.ui.breakpointActionSet + persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet + persp.showIn:org.eclipse.egit.ui.RepositoriesView + persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet + persp.newWizSC:openxava.wizards.NewProjectWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewRecordCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard + persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard + persp.newWizSC:org.eclipse.ui.wizards.new.folder + persp.newWizSC:org.eclipse.ui.wizards.new.file + persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard + persp.perspSC:org.eclipse.debug.ui.DebugPerspective + persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective + persp.viewSC:org.eclipse.jdt.ui.PackageExplorer + persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy + persp.viewSC:org.eclipse.jdt.ui.SourceView + persp.viewSC:org.eclipse.jdt.ui.JavadocView + persp.viewSC:org.eclipse.ui.texteditor.TemplatesView + persp.viewSC:org.eclipse.search.ui.views.SearchView + persp.viewSC:org.eclipse.ui.console.ConsoleView + persp.viewSC:org.eclipse.ui.views.ProgressView + persp.viewSC:org.eclipse.ui.views.ResourceNavigator + persp.viewSC:org.eclipse.ui.views.TaskList + persp.viewSC:org.eclipse.ui.views.ProblemView + persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.ui.views.ContentOutline + persp.viewSC:org.eclipse.pde.runtime.LogView + persp.viewSC:org.eclipse.ant.ui.views.AntView + + + + + org.eclipse.e4.primaryNavigationStack + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:General + active + + + View + categoryTag:Java + + + + org.eclipse.e4.secondaryNavigationStack + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Ant + + + + + + View + categoryTag:Git + + + + + + + org.eclipse.e4.secondaryDataStack + + View + categoryTag:General + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + + + + + + + View + categoryTag:Help + + + View + categoryTag:General + + + View + categoryTag:Help + + + + + + + View + categoryTag:Help + + + + + + View + categoryTag:General + activeOnClose + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:Help + + + + org.eclipse.e4.primaryDataStack + EditorStack + active + + + Editor + removeOnHide + org.eclipse.ui.browser.editor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + active + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:General + + + + + + View + categoryTag:Java + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:Java + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java + + + + + View + categoryTag:General + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:Git + + + + + + View + categoryTag:Java + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:Ant + + + + Draggable + + + toolbarSeparator + + + + Draggable + + + toolbarSeparator + + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + toolbarSeparator + + + + Draggable + + + + Draggable + + + Draggable + + + toolbarSeparator + + + + toolbarSeparator + + + + Draggable + + + toolbarSeparator + + + + Draggable + + + + stretch + SHOW_RESTORE_MENU + + + Draggable + HIDEABLE + SHOW_RESTORE_MENU + + + + + + stretch + + + Draggable + + + Draggable + + + + + TrimStack + Draggable + + + + + + + + + + + + + + + + + + + + + + + + + platform:gtk + + + platform:gtk + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + platform:gtk + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor + removeOnHide + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Help + + + + + View + categoryTag:General + + + + + View + categoryTag:Version Control (Team) + + + + + View + categoryTag:Version Control (Team) + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:Help + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + View + categoryTag:Debug + + + + + View + categoryTag:Ant + + + + + View + categoryTag:General + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:Java + + + + + View + categoryTag:General + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java + + + + + View + categoryTag:Maven + + + + + View + categoryTag:Maven + + + + + View + categoryTag:Maven + + + + + View + categoryTag:General + + + + + View + categoryTag:XML + + + + + View + categoryTag:XML + + + + + View + categoryTag:Git + + + + + View + categoryTag:Git + + + + + View + categoryTag:Git + + + + + View + categoryTag:Git + NoRestore + + + + + View + categoryTag:Git + + + + glue + move_after:PerspectiveSpacer + SHOW_RESTORE_MENU + + + move_after:Spacer Glue + HIDEABLE + SHOW_RESTORE_MENU + + + glue + move_after:SearchField + SHOW_RESTORE_MENU + + + + + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet + persp.actionSet:org.eclipse.search.searchActionSet + persp.actionSet:org.eclipse.text.quicksearch.actionSet + persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo + persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet + persp.actionSet:org.eclipse.ui.actionSet.keyBindings + persp.actionSet:org.eclipse.ui.actionSet.openFiles + persp.actionSet:org.eclipse.debug.ui.launchActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet + persp.actionSet:org.eclipse.ui.NavigateActionSet + persp.showIn:com.genuitec.eclipse.meexplorer.MENavigator + persp.showIn:org.eclipse.jdt.ui.PackageExplorer + persp.showIn:org.eclipse.team.ui.GenericHistoryView + persp.showIn:org.eclipse.ui.navigator.ProjectExplorer + persp.actionSet:org.eclipse.debug.ui.breakpointActionSet + persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet + persp.showIn:org.eclipse.egit.ui.RepositoriesView + persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet + persp.newWizSC:openxava.wizards.NewProjectWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewRecordCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard + persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard + persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard + persp.newWizSC:org.eclipse.ui.wizards.new.folder + persp.newWizSC:org.eclipse.ui.wizards.new.file + persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard + persp.perspSC:org.eclipse.debug.ui.DebugPerspective + persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective + persp.viewSC:org.eclipse.jdt.ui.PackageExplorer + persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy + persp.viewSC:org.eclipse.jdt.ui.SourceView + persp.viewSC:org.eclipse.jdt.ui.JavadocView + persp.viewSC:org.eclipse.ui.texteditor.TemplatesView + persp.viewSC:org.eclipse.search.ui.views.SearchView + persp.viewSC:org.eclipse.ui.console.ConsoleView + persp.viewSC:org.eclipse.ui.views.ProgressView + persp.viewSC:org.eclipse.ui.views.ResourceNavigator + persp.viewSC:org.eclipse.ui.views.TaskList + persp.viewSC:org.eclipse.ui.views.ProblemView + persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.ui.views.ContentOutline + persp.viewSC:org.eclipse.pde.runtime.LogView + persp.viewSC:org.eclipse.ant.ui.views.AntView + + + + + org.eclipse.e4.primaryNavigationStack + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:General + active + + + View + categoryTag:Java + + + + org.eclipse.e4.secondaryNavigationStack + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Ant + + + + + + View + categoryTag:Git + + + + + + + org.eclipse.e4.secondaryDataStack + + View + categoryTag:General + + + View + categoryTag:Java + + + View + categoryTag:Java + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.project b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.project new file mode 100755 index 0000000..3c10856 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.project @@ -0,0 +1,11 @@ + + + .org.eclipse.egit.core.cmp + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.epp.mpc.ui/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.epp.mpc.ui/dialog_settings.xml new file mode 100755 index 0000000..d0482c8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.epp.mpc.ui/dialog_settings.xml @@ -0,0 +1,10 @@ + +
+
+ + + + + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.equinox.p2.ui/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.equinox.p2.ui/dialog_settings.xml new file mode 100755 index 0000000..145c03c --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.equinox.p2.ui/dialog_settings.xml @@ -0,0 +1,10 @@ + +
+
+ + + + + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1023624631.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1023624631.index new file mode 100644 index 0000000..e87aecf Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1023624631.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1028850759.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1028850759.index new file mode 100644 index 0000000..c35568b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1028850759.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1039508268.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1039508268.index new file mode 100644 index 0000000..5ca48a2 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1039508268.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1159051203.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1159051203.index new file mode 100644 index 0000000..800a36e Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1159051203.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1159869484.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1159869484.index new file mode 100644 index 0000000..0b2a539 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1159869484.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/120072453.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/120072453.index new file mode 100644 index 0000000..2ff9737 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/120072453.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1346058710.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1346058710.index new file mode 100644 index 0000000..b78f9dd Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1346058710.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1353235364.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1353235364.index new file mode 100644 index 0000000..529df1a Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1353235364.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1354051146.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1354051146.index new file mode 100644 index 0000000..3e7d7d8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1354051146.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1469719411.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1469719411.index new file mode 100644 index 0000000..60c5f05 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1469719411.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1473940619.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1473940619.index new file mode 100644 index 0000000..108d8fd Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1473940619.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1495629507.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1495629507.index new file mode 100644 index 0000000..5827df9 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1495629507.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1539639957.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1539639957.index new file mode 100644 index 0000000..e201370 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1539639957.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1582906113.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1582906113.index new file mode 100644 index 0000000..5e9c04f Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1582906113.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1607362732.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1607362732.index new file mode 100644 index 0000000..af0016b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1607362732.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1612402795.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1612402795.index new file mode 100644 index 0000000..a7c648d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1612402795.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1644826360.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1644826360.index new file mode 100644 index 0000000..fa08b37 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1644826360.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1731200361.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1731200361.index new file mode 100644 index 0000000..9b5dc06 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1731200361.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1771755995.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1771755995.index new file mode 100644 index 0000000..5723038 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1771755995.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1777097597.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1777097597.index new file mode 100644 index 0000000..d849950 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1777097597.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1822830175.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1822830175.index new file mode 100644 index 0000000..325ed34 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1822830175.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1827123043.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1827123043.index new file mode 100644 index 0000000..5a361e3 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1827123043.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1865797976.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1865797976.index new file mode 100644 index 0000000..dc64ae6 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1865797976.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1893507094.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1893507094.index new file mode 100644 index 0000000..0353d5e Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1893507094.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1898618943.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1898618943.index new file mode 100644 index 0000000..c225fa5 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/1898618943.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2040206586.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2040206586.index new file mode 100644 index 0000000..7bc42c1 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2040206586.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2060061617.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2060061617.index new file mode 100644 index 0000000..1abc3b9 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2060061617.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2090709499.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2090709499.index new file mode 100644 index 0000000..afe00d8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2090709499.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2115344422.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2115344422.index new file mode 100644 index 0000000..37da800 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2115344422.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/212798361.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/212798361.index new file mode 100644 index 0000000..8dccffc Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/212798361.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2135170968.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2135170968.index new file mode 100644 index 0000000..72ff445 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2135170968.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2181325387.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2181325387.index new file mode 100644 index 0000000..9f94bdd Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2181325387.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2239975894.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2239975894.index new file mode 100644 index 0000000..7140450 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2239975894.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2348487634.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2348487634.index new file mode 100644 index 0000000..28c1c11 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2348487634.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/237075035.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/237075035.index new file mode 100644 index 0000000..8308049 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/237075035.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2500441772.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2500441772.index new file mode 100644 index 0000000..daeed4a Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2500441772.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2584181897.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2584181897.index new file mode 100644 index 0000000..5ec6e94 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2584181897.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2606799712.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2606799712.index new file mode 100644 index 0000000..64bdc69 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2606799712.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2669155865.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2669155865.index new file mode 100644 index 0000000..e22faeb Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2669155865.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/268165968.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/268165968.index new file mode 100644 index 0000000..961d529 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/268165968.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2683688234.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2683688234.index new file mode 100644 index 0000000..a535371 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2683688234.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2734472348.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2734472348.index new file mode 100644 index 0000000..3079f37 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2734472348.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2752795497.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2752795497.index new file mode 100644 index 0000000..f1c1690 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2752795497.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2754777159.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2754777159.index new file mode 100644 index 0000000..7a1edb2 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2754777159.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2770242765.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2770242765.index new file mode 100644 index 0000000..ed1ae60 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2770242765.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2776971456.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2776971456.index new file mode 100644 index 0000000..f8d7284 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2776971456.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2825414985.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2825414985.index new file mode 100644 index 0000000..137f78b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2825414985.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2899409056.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2899409056.index new file mode 100644 index 0000000..90f1711 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2899409056.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2915477338.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2915477338.index new file mode 100644 index 0000000..8e81628 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2915477338.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2953960217.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2953960217.index new file mode 100644 index 0000000..8f352cb Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2953960217.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2962626280.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2962626280.index new file mode 100644 index 0000000..3d67c79 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2962626280.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2962805222.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2962805222.index new file mode 100644 index 0000000..e872b31 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2962805222.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2964811748.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2964811748.index new file mode 100644 index 0000000..5f4efbf Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2964811748.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2988126047.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2988126047.index new file mode 100644 index 0000000..16ebf46 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/2988126047.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/299686315.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/299686315.index new file mode 100644 index 0000000..20782e8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/299686315.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3080276100.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3080276100.index new file mode 100644 index 0000000..4901f3d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3080276100.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3088935559.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3088935559.index new file mode 100644 index 0000000..e5c6b44 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3088935559.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3118377768.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3118377768.index new file mode 100644 index 0000000..7066de8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3118377768.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3119361097.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3119361097.index new file mode 100644 index 0000000..eca77d0 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3119361097.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3184416287.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3184416287.index new file mode 100644 index 0000000..1ed9ea0 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3184416287.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3197820492.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3197820492.index new file mode 100644 index 0000000..ffd2865 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3197820492.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3207169547.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3207169547.index new file mode 100644 index 0000000..1ee832b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3207169547.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3241433278.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3241433278.index new file mode 100644 index 0000000..ce17d17 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3241433278.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3417101343.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3417101343.index new file mode 100644 index 0000000..79b84f1 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3417101343.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3446401013.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3446401013.index new file mode 100644 index 0000000..b199d8d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3446401013.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3451842798.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3451842798.index new file mode 100644 index 0000000..4e4248a Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3451842798.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3457982014.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3457982014.index new file mode 100644 index 0000000..cc63aad Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3457982014.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/348909118.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/348909118.index new file mode 100644 index 0000000..25ac0a9 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/348909118.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3571640029.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3571640029.index new file mode 100644 index 0000000..c594f0e Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3571640029.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3638881947.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3638881947.index new file mode 100644 index 0000000..ebbb058 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3638881947.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3671635585.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3671635585.index new file mode 100644 index 0000000..dda865e Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3671635585.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3706311992.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3706311992.index new file mode 100644 index 0000000..12649ec Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3706311992.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3722631139.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3722631139.index new file mode 100644 index 0000000..4e0bbe1 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3722631139.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3756423044.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3756423044.index new file mode 100644 index 0000000..4435e05 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3756423044.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3807760264.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3807760264.index new file mode 100644 index 0000000..8a8a5f5 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3807760264.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3859716369.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3859716369.index new file mode 100644 index 0000000..d35c406 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3859716369.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3866090549.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3866090549.index new file mode 100644 index 0000000..0c8b8a5 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3866090549.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3902285787.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3902285787.index new file mode 100644 index 0000000..0a32375 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3902285787.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3932039295.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3932039295.index new file mode 100644 index 0000000..2521229 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3932039295.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3945887539.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3945887539.index new file mode 100644 index 0000000..427e673 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3945887539.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3948393557.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3948393557.index new file mode 100644 index 0000000..8f73309 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3948393557.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3974295207.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3974295207.index new file mode 100644 index 0000000..f500678 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/3974295207.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4004278213.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4004278213.index new file mode 100644 index 0000000..96d34f6 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4004278213.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/401614710.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/401614710.index new file mode 100644 index 0000000..23e1f60 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/401614710.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/407999527.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/407999527.index new file mode 100644 index 0000000..7a1a7ac Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/407999527.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4108241768.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4108241768.index new file mode 100644 index 0000000..0267b0b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4108241768.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4109948641.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4109948641.index new file mode 100644 index 0000000..1c15021 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4109948641.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4197047272.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4197047272.index new file mode 100644 index 0000000..6c78e22 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4197047272.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4213901943.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4213901943.index new file mode 100644 index 0000000..1796348 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4213901943.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4236776011.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4236776011.index new file mode 100644 index 0000000..2da7bf3 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4236776011.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4263228998.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4263228998.index new file mode 100644 index 0000000..1315a9a Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4263228998.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4292437370.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4292437370.index new file mode 100644 index 0000000..00f5ec0 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/4292437370.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/431706430.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/431706430.index new file mode 100644 index 0000000..a37fe11 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/431706430.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/492984352.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/492984352.index new file mode 100644 index 0000000..6921e2c Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/492984352.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/518096096.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/518096096.index new file mode 100644 index 0000000..9eaf448 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/518096096.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/524609442.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/524609442.index new file mode 100644 index 0000000..2d9e264 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/524609442.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/540748464.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/540748464.index new file mode 100644 index 0000000..c31f0f3 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/540748464.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/568987968.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/568987968.index new file mode 100644 index 0000000..eff9160 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/568987968.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/569718500.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/569718500.index new file mode 100644 index 0000000..f17a546 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/569718500.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/639043743.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/639043743.index new file mode 100644 index 0000000..6efa588 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/639043743.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/645614728.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/645614728.index new file mode 100644 index 0000000..aa18d67 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/645614728.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/666839153.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/666839153.index new file mode 100644 index 0000000..e10c634 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/666839153.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/667846874.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/667846874.index new file mode 100644 index 0000000..52426e5 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/667846874.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/695652150.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/695652150.index new file mode 100644 index 0000000..4b03263 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/695652150.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/698039937.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/698039937.index new file mode 100644 index 0000000..c10e3fd Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/698039937.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/734618337.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/734618337.index new file mode 100644 index 0000000..8ae4690 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/734618337.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/747440560.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/747440560.index new file mode 100644 index 0000000..7401cfd Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/747440560.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/795457199.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/795457199.index new file mode 100644 index 0000000..7d337fa Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/795457199.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/851668863.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/851668863.index new file mode 100644 index 0000000..aa68bb7 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/851668863.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/860806048.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/860806048.index new file mode 100644 index 0000000..4b7d7ce Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/860806048.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/883637317.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/883637317.index new file mode 100644 index 0000000..df2874b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/883637317.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/900560617.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/900560617.index new file mode 100644 index 0000000..e85ad86 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/900560617.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/903603911.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/903603911.index new file mode 100644 index 0000000..968c291 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/903603911.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/935099394.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/935099394.index new file mode 100644 index 0000000..da9aeab Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/935099394.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/976805075.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/976805075.index new file mode 100644 index 0000000..1af98de Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/976805075.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache new file mode 100755 index 0000000..fdbe75e Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache new file mode 100755 index 0000000..e9887aa Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps new file mode 100755 index 0000000..628775e Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/indexNamesMap.txt b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/indexNamesMap.txt new file mode 100755 index 0000000..cfc6fb9 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/indexNamesMap.txt @@ -0,0 +1 @@ +INDEX VERSION 1.131 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt new file mode 100755 index 0000000..8586397 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt @@ -0,0 +1 @@ +java \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache new file mode 100755 index 0000000..8d967eb Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt new file mode 100644 index 0000000..cc82a55 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt @@ -0,0 +1,115 @@ +INDEX VERSION 1.131+/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/.metadata/.plugins/org.eclipse.jdt.core +3706311992.index +2060061617.index +903603911.index +3119361097.index +1865797976.index +3866090549.index +1495629507.index +667846874.index +4004278213.index +4236776011.index +3417101343.index +492984352.index +3241433278.index +3671635585.index +860806048.index +1612402795.index +3446401013.index +4213901943.index +795457199.index +3118377768.index +851668863.index +1822830175.index +3756423044.index +2964811748.index +2752795497.index +1827123043.index +2683688234.index +666839153.index +401614710.index +1346058710.index +2962805222.index +645614728.index +2953960217.index +568987968.index +639043743.index +1159869484.index +4197047272.index +2115344422.index +2040206586.index +2962626280.index +2776971456.index +3080276100.index +3571640029.index +935099394.index +1039508268.index +1028850759.index +3948393557.index +698039937.index +569718500.index +1771755995.index +1354051146.index +3184416287.index +2348487634.index +976805075.index +2770242765.index +2734472348.index +1473940619.index +3902285787.index +524609442.index +3207169547.index +1777097597.index +2181325387.index +1893507094.index +1539639957.index +1023624631.index +2090709499.index +2825414985.index +4109948641.index +2606799712.index +1159051203.index +1353235364.index +3932039295.index +120072453.index +3974295207.index +1644826360.index +900560617.index +1898618943.index +1607362732.index +2135170968.index +268165968.index +4108241768.index +212798361.index +407999527.index +3457982014.index +4263228998.index +747440560.index +3807760264.index +4292437370.index +3859716369.index +518096096.index +2239975894.index +2754777159.index +431706430.index +1469719411.index +3722631139.index +3638881947.index +1582906113.index +3945887539.index +2584181897.index +695652150.index +734618337.index +2500441772.index +2915477338.index +3088935559.index +299686315.index +3451842798.index +348909118.index +2988126047.index +2899409056.index +3197820492.index +237075035.index +1731200361.index +883637317.index +540748464.index diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat new file mode 100755 index 0000000..d4b830e Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.debug.ui/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.debug.ui/dialog_settings.xml new file mode 100755 index 0000000..1ef2b05 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.debug.ui/dialog_settings.xml @@ -0,0 +1,3 @@ + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.junit/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.junit/dialog_settings.xml new file mode 100755 index 0000000..47b3465 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.junit/dialog_settings.xml @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml new file mode 100755 index 0000000..4d8913d --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml new file mode 100755 index 0000000..23bef14 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml new file mode 100755 index 0000000..a4ee3cb --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml new file mode 100755 index 0000000..7b0254e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml new file mode 100755 index 0000000..fe26a31 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml @@ -0,0 +1,54 @@ + +
+ + +
+ + + + + +
+
+
+
+
+
+
+
+ + + + + +
+
+ + + + +
+
+ +
+
+ + + + + +
+
+ +
+
+ + +
+
+ + + + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png new file mode 100644 index 0000000..630f88b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png new file mode 100644 index 0000000..e64a906 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png new file mode 100644 index 0000000..a8c02b8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/3.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/3.png new file mode 100644 index 0000000..5196580 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/3.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png new file mode 100644 index 0000000..2f636a9 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/5.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/5.png new file mode 100644 index 0000000..426fec8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/5.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/6.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/6.png new file mode 100644 index 0000000..01c49a1 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/6.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/7.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/7.png new file mode 100644 index 0000000..619d0e1 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/7.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/8.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/8.png new file mode 100644 index 0000000..302f261 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/8.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/9.png b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/9.png new file mode 100644 index 0000000..c628f8d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/9.png differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2020/12/51/refactorings.history b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2020/12/51/refactorings.history new file mode 100755 index 0000000..adcaaf8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2020/12/51/refactorings.history @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2020/12/51/refactorings.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2020/12/51/refactorings.index new file mode 100755 index 0000000..2acc08b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2020/12/51/refactorings.index @@ -0,0 +1,2 @@ +1608232811122 Delete resource 'MyApp' +1608238141057 Delete resource 'MiAplicacion' diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2022/5/18/refactorings.history b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2022/5/18/refactorings.history new file mode 100755 index 0000000..a795c54 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2022/5/18/refactorings.history @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2022/5/18/refactorings.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2022/5/18/refactorings.index new file mode 100755 index 0000000..fbf6c21 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2022/5/18/refactorings.index @@ -0,0 +1 @@ +1651742861619 Delete 2 resources diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2024/3/13/refactorings.history b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2024/3/13/refactorings.history new file mode 100644 index 0000000..98e2fd8 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2024/3/13/refactorings.history @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2024/3/13/refactorings.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2024/3/13/refactorings.index new file mode 100644 index 0000000..1721ca2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2024/3/13/refactorings.index @@ -0,0 +1,2 @@ +1711309290544 Delete resource 'wut' +1711309296096 Delete resource 'bmo' diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/11/refactorings.history b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/11/refactorings.history new file mode 100644 index 0000000..30fb526 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/11/refactorings.history @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/11/refactorings.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/11/refactorings.index new file mode 100644 index 0000000..0200256 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/11/refactorings.index @@ -0,0 +1 @@ +1710511902018 Delete element diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/13/refactorings.history b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/13/refactorings.history new file mode 100644 index 0000000..275dd55 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/13/refactorings.history @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/13/refactorings.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/13/refactorings.index new file mode 100644 index 0000000..8e32de6 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/bmo/2024/3/13/refactorings.index @@ -0,0 +1,19 @@ +1711309690969 Move compilation units +1711309841937 Move compilation unit +1711309909999 Delete element +1711309911823 Delete element +1711309913004 Delete element +1711309915265 Delete element +1711310405446 Move compilation units +1711310530124 Delete element +1711310636443 Move compilation unit +1711310669201 Move compilation unit +1711310747128 Move compilation unit +1711310750243 Move compilation unit +1711310756781 Delete element +1711310758889 Delete element +1711311279884 Move compilation unit +1711311287473 Move compilation unit +1711311294211 Move compilation unit +1711311297831 Move compilation units +1711317314958 Rename type 'Bookmarker' diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.ui.refactoring/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.ui.refactoring/dialog_settings.xml new file mode 100755 index 0000000..dcde5d4 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ltk.ui.refactoring/dialog_settings.xml @@ -0,0 +1,7 @@ + +
+
+ + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core.ui/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core.ui/dialog_settings.xml new file mode 100755 index 0000000..810f4e9 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core.ui/dialog_settings.xml @@ -0,0 +1,8 @@ + +
+
+ + + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/archetypesInfo.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/archetypesInfo.xml new file mode 100755 index 0000000..06500d2 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/archetypesInfo.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/bmo.lifecyclemapping b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/bmo.lifecyclemapping new file mode 100644 index 0000000..0e085ed Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/bmo.lifecyclemapping differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.cfe new file mode 100644 index 0000000..04a3d5b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.cfs new file mode 100644 index 0000000..ee4ef61 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.si new file mode 100644 index 0000000..5f54eb5 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_4.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.cfe new file mode 100644 index 0000000..4d7065d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.cfs new file mode 100644 index 0000000..e1f3dee Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.si new file mode 100644 index 0000000..eeb68f3 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_5.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_7 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_7 new file mode 100644 index 0000000..6bd551a Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_7 differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/write.lock b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.cfe new file mode 100644 index 0000000..167bef7 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.cfs new file mode 100644 index 0000000..77fe0a1 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.si new file mode 100644 index 0000000..fd2cb37 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/_0.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/segments_2 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/segments_2 new file mode 100644 index 0000000..31c9b6c Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/segments_2 differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/write.lock b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/288a21f9069251334ee9ee91d0458048/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fdt b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fdt new file mode 100644 index 0000000..77bfbf6 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fdt differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fdx b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fdx new file mode 100644 index 0000000..ead076d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fdx differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fnm b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fnm new file mode 100644 index 0000000..af7c5ec Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.fnm differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.nvd b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.nvd new file mode 100644 index 0000000..396ae95 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.nvd differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.nvm b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.nvm new file mode 100644 index 0000000..9261b07 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.nvm differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.si new file mode 100644 index 0000000..fad13e3 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_1.liv b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_1.liv new file mode 100644 index 0000000..3fb933b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_1.liv differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.doc b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.doc new file mode 100644 index 0000000..0324e68 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.doc differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.pos b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.pos new file mode 100644 index 0000000..a0b4025 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.pos differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.tim b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.tim new file mode 100644 index 0000000..a1f1b85 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.tim differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.tip b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.tip new file mode 100644 index 0000000..0442f82 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8l_Lucene50_0.tip differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.cfe new file mode 100644 index 0000000..e12c5bd Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.cfs new file mode 100644 index 0000000..97b30a6 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.si new file mode 100644 index 0000000..1935991 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8m.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.cfe new file mode 100644 index 0000000..83ed058 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.cfs new file mode 100644 index 0000000..b12d59b Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.si new file mode 100644 index 0000000..4130ce1 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/_8n.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/segments_5l b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/segments_5l new file mode 100644 index 0000000..2d89b75 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/segments_5l differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/write.lock b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/7836559223c871cf8cfa971a0a38a715/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.cfe new file mode 100644 index 0000000..4d87f19 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.cfs new file mode 100644 index 0000000..e161152 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.si new file mode 100644 index 0000000..abdfa5f Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_5.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.cfe new file mode 100644 index 0000000..09a9362 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.cfs new file mode 100644 index 0000000..720ee84 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.si new file mode 100644 index 0000000..eb983d8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_7.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.cfe new file mode 100644 index 0000000..74afed9 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.cfs new file mode 100644 index 0000000..93673bc Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.si new file mode 100644 index 0000000..5c6d8b8 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_8.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.cfe new file mode 100644 index 0000000..bb3e72c Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.cfs new file mode 100644 index 0000000..bbe5bb9 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.si new file mode 100644 index 0000000..047fd2a Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_b.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.cfe new file mode 100644 index 0000000..e5094a4 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.cfs new file mode 100644 index 0000000..d763fbc Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.si new file mode 100644 index 0000000..f5520b2 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_c.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.cfe new file mode 100644 index 0000000..6e9c95d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.cfs new file mode 100644 index 0000000..d3de1d3 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.si new file mode 100644 index 0000000..f022e21 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_d.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.cfe new file mode 100644 index 0000000..1b07799 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.cfs new file mode 100644 index 0000000..0c77f91 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.si new file mode 100644 index 0000000..3987860 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_e.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.cfe new file mode 100644 index 0000000..7395584 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.cfs new file mode 100644 index 0000000..ce3d3d3 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.si new file mode 100644 index 0000000..89579bf Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_f.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_g b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_g new file mode 100644 index 0000000..c91fc08 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_g differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/write.lock b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.cfe new file mode 100644 index 0000000..cd5ac51 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.cfs new file mode 100644 index 0000000..2b08c0a Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.si new file mode 100644 index 0000000..21a0b32 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_0.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.cfe new file mode 100644 index 0000000..388c6fa Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.cfs new file mode 100644 index 0000000..e29b6f4 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.si new file mode 100644 index 0000000..8677fea Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/_1.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/segments_3 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/segments_3 new file mode 100644 index 0000000..9fe203c Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/segments_3 differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/write.lock b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9bb00582bced1ffd3a38e9e463712aa4/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.cfe b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.cfe new file mode 100644 index 0000000..2413e4d Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.cfe differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.cfs b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.cfs new file mode 100644 index 0000000..fe03dcb Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.cfs differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.si b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.si new file mode 100644 index 0000000..768f988 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/_0.si differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/segments_2 b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/segments_2 new file mode 100644 index 0000000..519d452 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/segments_2 differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/write.lock b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus/9fa6e943133eca84381b5f86ffa525c2/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser new file mode 100755 index 0000000..0ea7520 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/workspacestate.properties b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/workspacestate.properties new file mode 100755 index 0000000..449ac2b --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.core/workspacestate.properties @@ -0,0 +1,4 @@ +#Sun Mar 24 20:42:12 CET 2024 +com.yourcompany\:bmo\:war\:\:1.0-SNAPSHOT=/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/classes +com.yourcompany\:bmo\:jar\:tests\:1.0-SNAPSHOT=/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/test-classes +com.yourcompany\:bmo\:pom\:\:1.0-SNAPSHOT=/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/pom.xml diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.jdt/bmo.container b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.jdt/bmo.container new file mode 100644 index 0000000..bf45185 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.m2e.jdt/bmo.container differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.team.ui/syncParticipants.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.team.ui/syncParticipants.xml new file mode 100755 index 0000000..d1c380a --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.team.ui/syncParticipants.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml new file mode 100755 index 0000000..e4f30a7 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml new file mode 100755 index 0000000..da532e1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml @@ -0,0 +1,24 @@ + +
+
+ + + +
+
+ + + + +
+
+ + +
+
+ + +
+
+
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench.texteditor/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench.texteditor/dialog_settings.xml new file mode 100755 index 0000000..00d534c --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench.texteditor/dialog_settings.xml @@ -0,0 +1,14 @@ + +
+
+ + + + + + + + + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml new file mode 100755 index 0000000..b76e007 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml @@ -0,0 +1,15 @@ + +
+
+ + + +
+
+ + + + + +
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml new file mode 100755 index 0000000..8bf5576 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wildwebdeveloper.xml/system-catalog.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wildwebdeveloper.xml/system-catalog.xml new file mode 100644 index 0000000..ca44d5e --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wildwebdeveloper.xml/system-catalog.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml new file mode 100755 index 0000000..6574033 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.sse.core/task-tags.properties b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.sse.core/task-tags.properties new file mode 100755 index 0000000..7b08d08 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.sse.core/task-tags.properties @@ -0,0 +1,3 @@ +# +#Sun Mar 24 20:42:03 CET 2024 +task-tag-projects-already-scanned=welcome diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml new file mode 100644 index 0000000..63fae25 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.validation/dep.index b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.validation/dep.index new file mode 100755 index 0000000..355cdd0 Binary files /dev/null and b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.validation/dep.index differ diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.xml.core/default_catalog.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.xml.core/default_catalog.xml new file mode 100755 index 0000000..37faa16 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.xml.core/default_catalog.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.xml.core/system_catalog.xml b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.xml.core/system_catalog.xml new file mode 100755 index 0000000..0a9b949 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/.plugins/org.eclipse.wst.xml.core/system_catalog.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/.metadata/defender.check b/OpenXAVA/workspace/.metadata/defender.check new file mode 100755 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/.metadata/version.ini b/OpenXAVA/workspace/.metadata/version.ini new file mode 100755 index 0000000..75b33d1 --- /dev/null +++ b/OpenXAVA/workspace/.metadata/version.ini @@ -0,0 +1,3 @@ +#Sun Mar 24 20:34:47 CET 2024 +org.eclipse.core.runtime=2 +org.eclipse.platform=4.24.0.v20220607-0700 diff --git a/OpenXAVA/workspace/bmo/.classpath b/OpenXAVA/workspace/bmo/.classpath new file mode 100644 index 0000000..271ce0c --- /dev/null +++ b/OpenXAVA/workspace/bmo/.classpath @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/.project b/OpenXAVA/workspace/bmo/.project new file mode 100644 index 0000000..904270b --- /dev/null +++ b/OpenXAVA/workspace/bmo/.project @@ -0,0 +1,23 @@ + + + bmo + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/OpenXAVA/workspace/bmo/.settings/org.eclipse.core.resources.prefs b/OpenXAVA/workspace/bmo/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..29abf99 --- /dev/null +++ b/OpenXAVA/workspace/bmo/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,6 @@ +eclipse.preferences.version=1 +encoding//src/main/java=UTF-8 +encoding//src/main/resources=UTF-8 +encoding//src/test/java=UTF-8 +encoding//src/test/resources=UTF-8 +encoding/=UTF-8 diff --git a/OpenXAVA/workspace/bmo/.settings/org.eclipse.jdt.core.prefs b/OpenXAVA/workspace/bmo/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..2f5cc74 --- /dev/null +++ b/OpenXAVA/workspace/bmo/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +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.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/OpenXAVA/workspace/bmo/.settings/org.eclipse.m2e.core.prefs b/OpenXAVA/workspace/bmo/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..f897a7f --- /dev/null +++ b/OpenXAVA/workspace/bmo/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/OpenXAVA/workspace/bmo/data/bmo-db.lck b/OpenXAVA/workspace/bmo/data/bmo-db.lck new file mode 100644 index 0000000..b195190 Binary files /dev/null and b/OpenXAVA/workspace/bmo/data/bmo-db.lck differ diff --git a/OpenXAVA/workspace/bmo/data/bmo-db.log b/OpenXAVA/workspace/bmo/data/bmo-db.log new file mode 100644 index 0000000..4033f10 --- /dev/null +++ b/OpenXAVA/workspace/bmo/data/bmo-db.log @@ -0,0 +1,2 @@ +/*C3*/SET SCHEMA PUBLIC +DISCONNECT diff --git a/OpenXAVA/workspace/bmo/data/bmo-db.properties b/OpenXAVA/workspace/bmo/data/bmo-db.properties new file mode 100644 index 0000000..6c5e7cc --- /dev/null +++ b/OpenXAVA/workspace/bmo/data/bmo-db.properties @@ -0,0 +1,5 @@ +#HSQL Database Engine 2.7.2 +#Sun Mar 24 22:56:21 CET 2024 +tx_timestamp=577 +modified=yes +version=2.7.2 diff --git a/OpenXAVA/workspace/bmo/data/bmo-db.script b/OpenXAVA/workspace/bmo/data/bmo-db.script new file mode 100644 index 0000000..29eade6 --- /dev/null +++ b/OpenXAVA/workspace/bmo/data/bmo-db.script @@ -0,0 +1,51 @@ +SET DATABASE UNIQUE NAME HSQLDB8E71FE78EB +SET DATABASE DEFAULT RESULT MEMORY ROWS 0 +SET DATABASE EVENT LOG LEVEL 0 +SET DATABASE TRANSACTION CONTROL LOCKS +SET DATABASE DEFAULT ISOLATION LEVEL READ COMMITTED +SET DATABASE TRANSACTION ROLLBACK ON CONFLICT TRUE +SET DATABASE TEXT TABLE DEFAULTS '' +SET DATABASE SQL NAMES FALSE +SET DATABASE SQL RESTRICT EXEC FALSE +SET DATABASE SQL REFERENCES FALSE +SET DATABASE SQL SIZE TRUE +SET DATABASE SQL TYPES FALSE +SET DATABASE SQL TDC DELETE TRUE +SET DATABASE SQL TDC UPDATE TRUE +SET DATABASE SQL SYS INDEX NAMES TRUE +SET DATABASE SQL CONCAT NULLS TRUE +SET DATABASE SQL UNIQUE NULLS TRUE +SET DATABASE SQL CONVERT TRUNCATE TRUE +SET DATABASE SQL AVG SCALE 0 +SET DATABASE SQL DOUBLE NAN TRUE +SET FILES WRITE DELAY 500 MILLIS +SET FILES BACKUP INCREMENT TRUE +SET FILES CACHE SIZE 10000 +SET FILES CACHE ROWS 50000 +SET FILES SCALE 32 +SET FILES LOB SCALE 32 +SET FILES DEFRAG 0 +SET FILES NIO TRUE +SET FILES NIO SIZE 256 +SET FILES LOG TRUE +SET FILES LOG SIZE 50 +SET FILES CHECK 577 +SET DATABASE COLLATION "SQL_TEXT" PAD SPACE +CREATE USER SA PASSWORD DIGEST 'd41d8cd98f00b204e9800998ecf8427e' +ALTER USER SA SET LOCAL TRUE +CREATE SCHEMA PUBLIC AUTHORIZATION DBA +CREATE MEMORY TABLE PUBLIC.IMAGES(ID VARCHAR(32) NOT NULL PRIMARY KEY,GALLERY VARCHAR(32),IMAGE VARBINARY(16777216)) +CREATE MEMORY TABLE PUBLIC.OXDISCUSSIONCOMMENTS(ID VARCHAR(32) NOT NULL PRIMARY KEY,COMMENT CLOB(16M),DISCUSSIONID VARCHAR(32),TIME TIMESTAMP,USERNAME VARCHAR(30)) +CREATE INDEX IDXBHLX4VUNN24YM1TBRLGQ8G30M ON PUBLIC.OXDISCUSSIONCOMMENTS(DISCUSSIONID) +CREATE MEMORY TABLE PUBLIC.YOURFIRSTENTITY(ID VARCHAR(32) NOT NULL PRIMARY KEY,AMOUNT NUMERIC(19,2),DATE DATE,DESCRIPTION VARCHAR(50)) +CREATE MEMORY TABLE PUBLIC.QUARTTEMPS(ID VARCHAR(32) NOT NULL PRIMARY KEY,NUM\u00c9RO_QUARTTEMPS INTEGER) +ALTER SEQUENCE SYSTEM_LOBS.LOB_ID RESTART WITH 1 +SET DATABASE DEFAULT INITIAL SCHEMA PUBLIC +GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.CARDINAL_NUMBER TO PUBLIC +GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.YES_OR_NO TO PUBLIC +GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.CHARACTER_DATA TO PUBLIC +GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.SQL_IDENTIFIER TO PUBLIC +GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.TIME_STAMP TO PUBLIC +GRANT DBA TO SA +SET SCHEMA SYSTEM_LOBS +INSERT INTO BLOCKS VALUES(0,2147483647,0) diff --git a/OpenXAVA/workspace/bmo/pom.xml b/OpenXAVA/workspace/bmo/pom.xml new file mode 100644 index 0000000..f376ab0 --- /dev/null +++ b/OpenXAVA/workspace/bmo/pom.xml @@ -0,0 +1,152 @@ + + + 4.0.0 + + com.yourcompany + bmo + 1.0-SNAPSHOT + war + + + 7.2.3 + UTF-8 + + 1.8 + 1.8 + + + + + org.openxava + openxava + ${openxava.version} + + + + + + + + + + + + + + + + + + + + + + + + bmo + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + package + + unpack + + + + + org.openxava + openxava + ${openxava.version} + src/main/resources + xava/dtds/* + + + + + + + + + maven-war-plugin + 3.3.2 + + WEB-INF/lib/ecj-3*.jar, + WEB-INF/lib/fontbox-*.jar, + WEB-INF/lib/htmlunit-*.jar, + WEB-INF/lib/httpclient-*.jar, + WEB-INF/lib/httpcore-*.jar, + WEB-INF/lib/httpmime-*.jar, + WEB-INF/lib/jetty-*.jar, + WEB-INF/lib/junit-*.jar, + WEB-INF/lib/neko-htmlunit-*.jar, + WEB-INF/lib/pdfbox-*.jar, + WEB-INF/lib/serializer-*.jar, + WEB-INF/lib/tomcat-*.jar, + WEB-INF/lib/websocket-*.jar, + WEB-INF/lib/xalan-*.jar, + WEB-INF/lib/xercesImpl-*.jar, + WEB-INF/lib/xml-apis-*.jar + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Basket.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Basket.java new file mode 100644 index 0000000..3e2cc7a --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Basket.java @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Basket extends Sport { + + @Embedded + public Collection quarttemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Bookmaker.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Bookmaker.java new file mode 100644 index 0000000..710e66c --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Bookmaker.java @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + +import java.util.*; + +import javax.persistence.*; + +@Entity +public class Bookmaker { + + @OneToMany (mappedBy="bookmaker") + private Collection paris; + + + public void crediterParieur(Pari pari){} + +} diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Evenement.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Evenement.java new file mode 100644 index 0000000..f726dff --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Evenement.java @@ -0,0 +1,60 @@ +package com.yourcompany.bmo.model; + + + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Evenement { + + @Id @Column @GeneratedValue(strategy=GenerationType.AUTO) + Integer event_ID; + + @Required @Column + String event_Nom; + + @Column @Required + Date date; + + @Column + Integer numéro_période; + + @Column + String score; + + @OneToMany (mappedBy="evenement") + private Collection participants; + + @OneToMany (mappedBy="evenement") + private Collection pari_avancés; + + @OneToMany (mappedBy="evenement") + private Collection pari_simples; + + @ManyToOne (fetch=FetchType.LAZY, optional=true) + private Bookmaker bookmaker; + + + @Column @Required + String sport_Nom; + + public String getNom() { + return this.event_Nom; + } + + public Date getDate() { + return this.date; + } + + public Integer getID() { + return this.event_ID; + } +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Football.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Football.java new file mode 100644 index 0000000..abd3952 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Football.java @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Football extends Sport { + + @Embedded + public Collection mitemps; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/MiTemps.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/MiTemps.java new file mode 100644 index 0000000..f033abf --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/MiTemps.java @@ -0,0 +1,17 @@ +package com.yourcompany.bmo.model; + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class MiTemps { + + @Column @Required + Integer numéro_mitemps; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Pari.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Pari.java new file mode 100644 index 0000000..2a7d5c8 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Pari.java @@ -0,0 +1,34 @@ +package com.yourcompany.bmo.model; + + + + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class Pari { + + @Id @Required @Column + Integer pari_ID; + + @Column @Required + String TypePari; + + @Column @Required + String RésultatParié; + + @Column @Required + Float Montant; + + @Column @Required + Float Cote; + + @ManyToOne + public Bookmaker bookmaker; + + @ManyToOne + public Parieur parieur; +} diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/PariAvancé.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/PariAvancé.java new file mode 100644 index 0000000..03a05fb --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/PariAvancé.java @@ -0,0 +1,18 @@ +package com.yourcompany.bmo.model; + + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class PariAvancé extends Pari { + + @Required @Column + String Type; + + @Required @Column + String Intervalle; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/PariSimple.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/PariSimple.java new file mode 100644 index 0000000..488f6ca --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/PariSimple.java @@ -0,0 +1,22 @@ +package com.yourcompany.bmo.model; + + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class PariSimple extends Pari { + + @Required @Column + String Issue; + + @Required @Column + DateTime HeureLimite; + + @Required @Column + Integer pointsAvanceequipe1; + @Required @Column + Integer pointsAvanceequipe2; +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Parieur.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Parieur.java new file mode 100644 index 0000000..d30693e --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Parieur.java @@ -0,0 +1,30 @@ +package com.yourcompany.bmo.model; + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Parieur { + + @Id @Column @GeneratedValue(strategy=GenerationType.AUTO) + Integer parieur_ID; + + @Required @Column + String parieur_Nom; + + @Column @Required + Float Solde; + + @Column + Integer capital_jetons; + + + @OneToMany (mappedBy="parieur") + private Collection paris; +} diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Participant.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Participant.java new file mode 100644 index 0000000..633884e --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Participant.java @@ -0,0 +1,37 @@ +package com.yourcompany.bmo.model; + + + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Entity @Getter @Setter +public class Participant { + + @Id @Column @GeneratedValue(strategy=GenerationType.AUTO) + Integer participant_ID; + + @Required @Column + String participant_Nom; + + @Column @Required + String participant_Type; + + + public String getType() { + return this.participant_Type; + } + + public String getNom() { + return this.participant_Nom; + } + + public Integer getID() { + return this.participant_ID; + } +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/QuartTemps.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/QuartTemps.java new file mode 100644 index 0000000..7add1fa --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/QuartTemps.java @@ -0,0 +1,17 @@ +package com.yourcompany.bmo.model; + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class QuartTemps { + + @Column(length=50) @Required + Integer numéro_quarttemps; + +} diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Sets.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Sets.java new file mode 100644 index 0000000..c35d5b6 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Sets.java @@ -0,0 +1,17 @@ +package com.yourcompany.bmo.model; + + +import javax.persistence.*; + +import org.openxava.annotations.*; + +import lombok.*; + + +@Embeddable @Getter @Setter +public class Sets { + + @Column @Required + Integer numéro_set; + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Sport.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Sport.java new file mode 100644 index 0000000..76a3804 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Sport.java @@ -0,0 +1,24 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; + + +@Entity +public class Sport { + + @Column @Required + String sport_Nom; + + @OneToMany (mappedBy="sport") + private Collection evenements; + + public String getNom() { + return this.sport_Nom; + } + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Tennis.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Tennis.java new file mode 100644 index 0000000..734df5b --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/Tennis.java @@ -0,0 +1,16 @@ +package com.yourcompany.bmo.model; + + +import java.util.*; + +import javax.persistence.*; + + +@Entity +public class Tennis extends Sport { + + @Embedded + public Collection sets; + + +} \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/YourFirstEntity.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/YourFirstEntity.java new file mode 100644 index 0000000..4e64e9d --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/model/YourFirstEntity.java @@ -0,0 +1,29 @@ +package com.yourcompany.bmo.model; + +import java.math.*; +import java.time.*; + +import javax.persistence.*; + +import org.openxava.annotations.*; +import org.openxava.model.*; + +import lombok.*; + +/** + * This is an example of an entity. + * + * Feel free feel to rename, modify or remove at your taste. + */ + +@Entity @Getter @Setter +public class YourFirstEntity extends Identifiable { + + @Column(length=50) @Required + String description; + + LocalDate date; + + BigDecimal amount; + +} diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/run/.something b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/run/.something new file mode 100644 index 0000000..e7ed474 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/run/.something @@ -0,0 +1,2 @@ +# Not used at all. +# Just a trick for Maven archetype generates correctly the package structure. \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/run/bmo.java b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/run/bmo.java new file mode 100644 index 0000000..071eb4e --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/java/com/yourcompany/bmo/run/bmo.java @@ -0,0 +1,18 @@ +package com.yourcompany.bmo.run; + +import org.openxava.util.*; + +/** + * Execute this class to start the application. + * + * With OpenXava Studio/Eclipse: Right mouse button > Run As > Java Application + */ + +public class bmo { + + public static void main(String[] args) throws Exception { + DBServer.start("bmo-db"); // To use your own database comment this line and configure src/main/webapp/META-INF/context.xml + AppServer.run("bmo"); // Use AppServer.run("") to run in root context + } + +} diff --git a/OpenXAVA/workspace/bmo/src/main/resources/META-INF/persistence.xml b/OpenXAVA/workspace/bmo/src/main/resources/META-INF/persistence.xml new file mode 100644 index 0000000..2ce05e7 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/META-INF/persistence.xml @@ -0,0 +1,48 @@ + + + + + + + org.hibernate.jpa.HibernatePersistenceProvider + java://comp/env/jdbc/bmoDS + org.openxava.session.GalleryImage + org.openxava.web.editors.DiscussionComment + com.openxava.naviox.model.ConfigurationRecord + com.openxava.naviox.model.Folder + com.openxava.naviox.model.History + com.openxava.naviox.model.Module + com.openxava.naviox.model.ModuleRights + com.openxava.naviox.model.Organization + com.openxava.naviox.model.Role + com.openxava.naviox.model.SessionRecord + com.openxava.naviox.model.SSORecord + com.openxava.naviox.model.User + + + + + + + + org.hibernate.jpa.HibernatePersistenceProvider + org.openxava.web.editors.DiscussionComment + com.openxava.naviox.model.ConfigurationRecord + com.openxava.naviox.model.Folder + com.openxava.naviox.model.History + com.openxava.naviox.model.Module + com.openxava.naviox.model.ModuleRights + com.openxava.naviox.model.Organization + com.openxava.naviox.model.Role + com.openxava.naviox.model.SessionRecord + com.openxava.naviox.model.SSORecord + com.openxava.naviox.model.User + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/i18n/bmo-labels_en.properties b/OpenXAVA/workspace/bmo/src/main/resources/i18n/bmo-labels_en.properties new file mode 100644 index 0000000..c385137 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/i18n/bmo-labels_en.properties @@ -0,0 +1,3 @@ +# Labels for bmo application + +# bmo=bmo \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/resources/i18n/bmo-messages_en.properties b/OpenXAVA/workspace/bmo/src/main/resources/i18n/bmo-messages_en.properties new file mode 100644 index 0000000..6fe12fd --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/i18n/bmo-messages_en.properties @@ -0,0 +1 @@ +# Messages for the bmo application diff --git a/OpenXAVA/workspace/bmo/src/main/resources/naviox-users.properties b/OpenXAVA/workspace/bmo/src/main/resources/naviox-users.properties new file mode 100644 index 0000000..3820949 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/naviox-users.properties @@ -0,0 +1,5 @@ +# In plain OpenXava the users are added here in the form user=password +# If you want full management of users, roles and modules stored in database, +# get XavaPro from here: http://www.openxava.org/xavapro + +admin=admin diff --git a/OpenXAVA/workspace/bmo/src/main/resources/naviox.properties b/OpenXAVA/workspace/bmo/src/main/resources/naviox.properties new file mode 100644 index 0000000..1898952 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/naviox.properties @@ -0,0 +1,56 @@ +# Password setting +# Encrypting passwords is only available in XavaPro (http://www.openxava.org/xavapro) +encryptPassword=true +storePasswordAsHex=true +# Initial admin password for first time execution and new organizations +initialPasswordForAdmin=admin +# There are many more password options in Configuration module of XavaPro (http://www.openxava.org/xavapro) + +# Navigation options +startInLastVisitedModule=true +showModulesMenuWhenNotLogged=true +#fixModulesOnTopMenu=Invoice, Order +#initialModule=Invoice +#rememberVisitedModules=false + +# LDAP Config. LDAP is only available in XavaPro (http://www.openxava.org/xavapro) +ldapHost=192.168.0.0 +ldapDomain=XX +ldapDN=DC=XX,DC=XX,DC=XX +ldapPort=389 + +# Multitenancy: Only available in XavaPro (http://www.openxava.org/xavapro) + +# The create schema sentence used for creating a new organization +# This is the default one +createSchema=CREATE SCHEMA ${schema} +# These are by database vendor, you can add yours using the database name +# as suffix (actually the first token of connection.getMetaData().getDatabaseProductName()) +createSchema.PostgreSQL=CREATE SCHEMA ${schema} +createSchema.HSQL=CREATE SCHEMA ${schema} AUTHORIZATION DBA + +# The drop schema sentence used for removing an existing organization +# This is the default one +dropSchema=DROP SCHEMA ${schema} CASCADE +# These are by database vendor, you can add yours using the database name +# as suffix (actually the first token of connection.getMetaData().getDatabaseProductName()) +dropSchema.MySQL=DROP SCHEMA ${schema} + + +# Autologin, uncomment to login automatically with a user +# Useful for testing or applications that do not need user sign in +#autologinUser=admin +#autologinPassword=admin + +# Other options +showApplicationName=true +showOrganizationOnSignIn=true +showListOfOrganizationsOnSignIn=true + +# If false the server startup is faster, but new modules in your code are not recognized +# Put it to false if you no longer add modules to your apps and have a lot of organizations +updateNaviOXTablesInOrganizationsOnStartup=true + +# Validator for email when sign up and using email as user name is on. +# It must implement IValidator. The default value is org.openxava.validators.EmailValidator +#emailValidatorForSignUpClass=org.openxava.validators.EmailValidator diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava.properties b/OpenXAVA/workspace/bmo/src/main/resources/xava.properties new file mode 100644 index 0000000..5656e25 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava.properties @@ -0,0 +1,232 @@ +# Look at openxavatest/src/main/resources/xava.properties for more options +# Please note that the list of commented entries at the end of this file includes +# ALL of the possible options, including those listed in OpenXavaTest and others not listed elsewhere. +# + +readOnlyAsLabel=false +i18nWarnings=true +showCountInList=true +maxSizeForTextEditor=80 +csvSeparator=; +detailOnBottomInCollections=false +failOnAnnotationMisuse=true +buttonsForNoImageActions=false +toUpperForStringArgumentsInConditions=true +showFilterByDefaultInList=true +mapFacadeAutoCommit=false +#applicationPort=8080 + +# Visual style +# styleCSS=terra.css +# styleCSS=light.css +# styleCSS=dark.css +# styleCSS=black-and-white.css +# styleCSS=blue.css + +# To do small modification over the current style just add your css rules to custom.css in web/xava/style +# To create a completely new style: https://www.openxava.org/OpenXavaDoc/docs/custom-style_en.html + +# If you remove all themes the theme chooser is disabled +themes=terra.css, light.css, dark.css, black-and-white.css, blue.css + + + +#SMTP related information +smtpHost=Host +smtpPort=25 +smtpUserId=user +smtpUserPassword=password +smtpHostTrusted=false +smtpStartTLSEnable=false + +# LOGGING LEVEL FOR OpenXava AND OpenXava APPLICATIONS +# Possibles values are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# This affects only if Java logging is used (usually in Tomcat and WebSphere). +# It does not affect log4j configuration (usually in JBoss or if you use log4j in your app). +# Default value is INFO +javaLoggingLevel=FINE + +# LOGGING LEVEL FOR HIBERNATE ENGINE +# Possibles values are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# Default value is INFO +#hibernateJavaLoggingLevel=FINEST + + +# Maps configuration used for @Stereotype("COORDINATES") +# WARNING! The settings below are for your convenience. It's your responsibility to comply with the terms of use, +# to write the correct attribution and to contract an usage plan with the provider if needed. + +# OpenTopoMap is free to use even for commercial projects with CC-BY-SA license +#mapsTileProvider=https://b.tile.opentopomap.org/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © OpenTopoMap (CC-BY-SA) + +# MapBox is a commercial provider, although they offer free plans. You have to register in https://www.mapbox.com/ to get an access token +# Change below YOUR_ACCESS_TOKEN by your own access token +# For this provider you have to define mapsTileSize and mapsZoomOffset in order the maps would be displayed nicely +#mapsTileProvider=https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/{z}/{x}/{y}?access_token=YOUR_ACCESS_TOKEN +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Mapbox +#mapsTileSize=512 +#mapsZoomOffset=-1 + +# Stamen Toner is free to use even for commercial projects with CC-BY-SA license +#mapsTileProvider=http://tile.stamen.com/toner/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Stamen (CC-BY-SA) + +# Stamen Toner is free to use even for commercial projects with CC-BY-3.0 license +#mapsTileProvider=http://tile.stamen.com/terrain/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Stamen (CC-BY-3.0) + +# OpenStreeMap as tile provider can by used for tests and experiments but not for high volume sites or commercial applications +# Look at the terms of use: https://operations.osmfoundation.org/policies/tiles/ +#mapsTileProvider=https://tile.openstreetmap.org/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © OpenStreetMap + +# Thunderforest is a commercial provider, although they offer free plans. You have to register in https://www.thunderforest.com/ to get an API key +# Change below YOUR_API_KEY by your own API key +#mapsTileProvider=https://tile.thunderforest.com/neighbourhood/{z}/{x}/{y}.png?apikey=YOUR_API_KEY +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Thunderforest + +# List of hosts, comma separated, that can be used as source for images. It is added to img-src of Content Security Policy +#trustedHostsForImages=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for scripts. It is added to script-src of Content Security Policy +#trustedHostsForScripts=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for CSSs. It is added to style-src of Content Security Policy +#trustedHostsForStyles=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for frames and iframes. It is added to frame-src of Content Security Policy +#trustedHostsForFrames=https://yourhost.com/ + +# help +#helpAvailable=false +#helpInNewWindow=false +# if 'helpPrefix' and 'helpSuffix' are not defined by default, they have 'http://www.openxava.org/OpenXavaDoc/docs/help_' and '.html' +# +# if the help is inside of our project +#helpSuffix=.html +#helpPrefix=help/ +# +# if the help is out of our project start the URL with http: or https: +#helpPrefix=http://openxavatest.wikispaces.com/ +#helpSuffix= +# +# If you want to add the language as suffix (en, es, fr, etc.) end the URL with _ +# helpPrefix=http://openxavatest.wikispaces.com/help_ +######################################################################################################################################## +# List of all possible options for xava.properties +# Uncomment to enable, but understand what you are doing! +# +# Entries are listed under their respective category, then each entry is listed. +# +# Category - Email +# Property Description Default (if applicable) +# smtpHost Host for sending mail through SMTP provider +# smtpHostTrusted If true a mail server with an expired certificate can be used false +# smtpPort Port to use for sending mail through a SMTP provider +# smtpUserId User id for connecting to mail SMTP provider +# smtpUserPassword User password for connecting to the SMTP server + +# Category - Persistence +# Property Description Default (if applicable) +# defaultPersistenceUnit Persistence unit to be used as default default +# mapFacadeAsEJB false +# mapFacadeAutoCommit false +# +# Labels, Messages and Locales +# i18nWarnings false +# +# Application and Controllers +# defaultLabelFormat Possibles values for defaultLabelFormat are: NORMAL +# NORMAL, SMALL and NO_LABEL +# defaultLabelStyle Pre-defined: bold-label, italic-label default (???) +# defaultModeController Possibles values for defaultModeController are: Mode +# Mode, DetailList, DetailOnly, ListOnly and SplitOnly. Also, you can name your +# own custom controllers. If not specified, the default mode controller +# associated to the style is used. +# duplicateComponentWarnings On encountering duplicate components like true +# controllers or modules, warning messages are written to the log +# failOnAnnotationMisuse Throws error if properties, references or collections true +# have non-applicable annotations. +# generateDefaultModules If true it is not required to define modules in true +# application.xml, OX generates the modules' information automatically +# +# Views and Layouts +# alignedByColumns If true all properties within views are displayed aligned false +# by column same as using # on all views. +# buttonsForNoImageActions If true when an action has no image it uses a button false +# for display it, else it uses a link. +# maxSizeForTextEditor On large text (String) properties limits the display size 100 +# to this value +# readOnlyAsLabel ???? false +# showLabelsForToolBarActions If false the toolbar shows only the action images, true +# no text is displayed +# useIconsInsteadOfImages When both icon and image are defined for an action, true +# the icon will be used +# flowLayout If true adjusts the fields layout to the size of the page, false +# ignoring the , ; # used in @View +# showDefaultActionInBottom If true the default action is shown as the first true +# action in bottom, even if it is already in top buttom bar +# +# Lists and Collections +# customizeList If false, list customization is disallowed true +# detailOnBottomInCollections false +# ignoreAccentsForStringArgumentsInConditions If true it ignores accents to false +# string arguments for conditions in list and collections +# pageRowCount Default number of objects to show in lists and collections 10 +# resizeColumns If false, columns resizing is disabled false +# saveAndStayForCollections If false, the save and stay button is hidden when true +# adding elements to collections +# showCountInList Displays the number of items at the bottom of the list true +# showIconForViewReadOnly true +# showFilterByDefaultInList If true filter is shown by default for list on init. true +# The user always has the option to show or hide the filter +# summationInList If true, summary rows are shown at bottom of lists, under true +# numerical columns. Users can manually turn on or off the totals at each column +# tabAsEJB false +# toUpperForStringArgumentsInConditions If true upper case conversions are applied true +# to string arguments for conditions in list and collections. If true, also +# searching using list or collections are more flexible (the user can use +# indistinctly upper or lower case) but can be slower in some databases +# (because they cannot use index) +# filterOnChange Filtering is done automatically when an option of a combo true +# is chosen, without clicking on filter button +# +# Help +# helpAvailable If true an icon to go to help is shown in the module false +# helpInNewWindow If true the help page is opened in a new window, if false, true +# the help page is opened in the current window +# helpPrefix Help prefix for the help URL generation +# helpSuffix Help suffix for the help URL generation +# +# FILE Stereotype +# filePersistorClass Defines which class provides the storing of attachments. org.openxava.web.editors.FileSystemPersistor +# filesPath File storage directory, if no database is used. +# +# Reporting +# reportParametersProviderClass Class that provides the report parameters org.openxava.util.DefaultReportParametersProvider +# +# Miscellaneous +# csvEncoding Because it's impossible to obtain the client encoding, that used by Excel to open the file. UTF-8, ISO-8859-1 +# csvSeparator ; +# hibernateJavaLoggingLevel Logging level for hibernate. Valid values are: INFO +# SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# javaLoggingLevel Logging level for java. Valid values are: INFO +# SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# componentParsersClasses List of comma separated classes used for parsing the org.openxava.component.parse.XMLComponentParser, org.openxava.component.parse.AnnotatedClassParser +# components, they must implement org.openxava.component.parse.IComponentParser +# +# For email notifications +#accessTrackerProvidersClasses=org.openxava.util.EmailNotificationsAccessTrackerProvider +# +# For log access tracking +#accessTrackerProvidersClasses=org.openxava.util.LogAccessTrackerProvider +# +# For email notifications and log access tracking +#accessTrackerProvidersClasses=org.openxava.util.EmailNotificationsAccessTrackerProvider,org.openxava.util.LogAccessTrackerProvider +# +# For using ENTER to move to next field +#enterMovesToNextField=true + +# To set the property names (in order) that will shown in combo on @Descriptionslist +#defaultDescriptionPropertiesValueForDescriptionsList=descripcion,description,nombre,name,descricao,nome diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/application.xml b/OpenXAVA/workspace/bmo/src/main/resources/xava/application.xml new file mode 100644 index 0000000..d177304 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/application.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/controllers.xml b/OpenXAVA/workspace/bmo/src/main/resources/xava/controllers.xml new file mode 100644 index 0000000..ec5d87c --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/controllers.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/annotation-type-default.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/annotation-type-default.dtd new file mode 100644 index 0000000..1fde99b --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/annotation-type-default.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/aplicacion.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/aplicacion.dtd new file mode 100644 index 0000000..f001fce --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/aplicacion.dtd @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/application.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/application.dtd new file mode 100644 index 0000000..8f63624 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/application.dtd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/controladores.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/controladores.dtd new file mode 100644 index 0000000..3412359 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/controladores.dtd @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/controllers.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/controllers.dtd new file mode 100644 index 0000000..fc376ba --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/controllers.dtd @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/conversores.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/conversores.dtd new file mode 100644 index 0000000..5c8bb71 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/conversores.dtd @@ -0,0 +1,15 @@ + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/converters.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/converters.dtd new file mode 100644 index 0000000..10326c1 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/converters.dtd @@ -0,0 +1,15 @@ + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/default-size.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/default-size.dtd new file mode 100644 index 0000000..d029ed5 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/default-size.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/editores.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/editores.dtd new file mode 100644 index 0000000..72a8804 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/editores.dtd @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/editors.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/editors.dtd new file mode 100644 index 0000000..34afab4 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/editors.dtd @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/longitud-defecto.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/longitud-defecto.dtd new file mode 100644 index 0000000..e05584e --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/longitud-defecto.dtd @@ -0,0 +1,22 @@ + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/stereotype-type-default.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/stereotype-type-default.dtd new file mode 100644 index 0000000..206aace --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/stereotype-type-default.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tabs-default-values.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tabs-default-values.dtd new file mode 100644 index 0000000..8bf044b --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tabs-default-values.dtd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tipo-anotacion-defecto.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tipo-anotacion-defecto.dtd new file mode 100644 index 0000000..a9b5146 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tipo-anotacion-defecto.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tipo-estereotipo-defecto.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tipo-estereotipo-defecto.dtd new file mode 100644 index 0000000..7b04bc5 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/tipo-estereotipo-defecto.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/validadores.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/validadores.dtd new file mode 100644 index 0000000..ff59afa --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/validadores.dtd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/validators.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/validators.dtd new file mode 100644 index 0000000..bca5b92 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/validators.dtd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/valores-defecto-tabs.dtd b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/valores-defecto-tabs.dtd new file mode 100644 index 0000000..a09581b --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/resources/xava/dtds/valores-defecto-tabs.dtd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/webapp/META-INF/context.xml b/OpenXAVA/workspace/bmo/src/main/webapp/META-INF/context.xml new file mode 100644 index 0000000..6a7e0a4 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/webapp/META-INF/context.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/src/main/webapp/WEB-INF/web.xml b/OpenXAVA/workspace/bmo/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..e405498 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + OpenXava Application + diff --git a/OpenXAVA/workspace/bmo/src/main/webapp/xava/style/custom.css b/OpenXAVA/workspace/bmo/src/main/webapp/xava/style/custom.css new file mode 100644 index 0000000..1ea8023 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/main/webapp/xava/style/custom.css @@ -0,0 +1,3 @@ +/* +Put here your own style +*/ \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/src/test/resources/xava-junit.properties b/OpenXAVA/workspace/bmo/src/test/resources/xava-junit.properties new file mode 100644 index 0000000..2586e04 --- /dev/null +++ b/OpenXAVA/workspace/bmo/src/test/resources/xava-junit.properties @@ -0,0 +1,5 @@ +port=8080 +locale=en + +# By default the application name, uncomment to not use application name in the URL +# contextPath=/ \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/bmo/META-INF/context.xml b/OpenXAVA/workspace/bmo/target/bmo/META-INF/context.xml new file mode 100644 index 0000000..6a7e0a4 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/META-INF/context.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/META-INF/persistence.xml b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/META-INF/persistence.xml new file mode 100644 index 0000000..2ce05e7 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/META-INF/persistence.xml @@ -0,0 +1,48 @@ + + + + + + + org.hibernate.jpa.HibernatePersistenceProvider + java://comp/env/jdbc/bmoDS + org.openxava.session.GalleryImage + org.openxava.web.editors.DiscussionComment + com.openxava.naviox.model.ConfigurationRecord + com.openxava.naviox.model.Folder + com.openxava.naviox.model.History + com.openxava.naviox.model.Module + com.openxava.naviox.model.ModuleRights + com.openxava.naviox.model.Organization + com.openxava.naviox.model.Role + com.openxava.naviox.model.SessionRecord + com.openxava.naviox.model.SSORecord + com.openxava.naviox.model.User + + + + + + + + org.hibernate.jpa.HibernatePersistenceProvider + org.openxava.web.editors.DiscussionComment + com.openxava.naviox.model.ConfigurationRecord + com.openxava.naviox.model.Folder + com.openxava.naviox.model.History + com.openxava.naviox.model.Module + com.openxava.naviox.model.ModuleRights + com.openxava.naviox.model.Organization + com.openxava.naviox.model.Role + com.openxava.naviox.model.SessionRecord + com.openxava.naviox.model.SSORecord + com.openxava.naviox.model.User + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/model/YourFirstEntity.class b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/model/YourFirstEntity.class new file mode 100644 index 0000000..f56520d Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/model/YourFirstEntity.class differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/run/.something b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/run/.something new file mode 100644 index 0000000..e7ed474 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/run/.something @@ -0,0 +1,2 @@ +# Not used at all. +# Just a trick for Maven archetype generates correctly the package structure. \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/run/bmo.class b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/run/bmo.class new file mode 100644 index 0000000..1a931d6 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/com/yourcompany/bmo/run/bmo.class differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-labels.properties b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-labels.properties new file mode 100644 index 0000000..c385137 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-labels.properties @@ -0,0 +1,3 @@ +# Labels for bmo application + +# bmo=bmo \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-labels_en.properties b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-labels_en.properties new file mode 100644 index 0000000..c385137 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-labels_en.properties @@ -0,0 +1,3 @@ +# Labels for bmo application + +# bmo=bmo \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-messages.properties b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-messages.properties new file mode 100644 index 0000000..6fe12fd --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-messages.properties @@ -0,0 +1 @@ +# Messages for the bmo application diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-messages_en.properties b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-messages_en.properties new file mode 100644 index 0000000..6fe12fd --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/i18n/bmo-messages_en.properties @@ -0,0 +1 @@ +# Messages for the bmo application diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/naviox-users.properties b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/naviox-users.properties new file mode 100644 index 0000000..3820949 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/naviox-users.properties @@ -0,0 +1,5 @@ +# In plain OpenXava the users are added here in the form user=password +# If you want full management of users, roles and modules stored in database, +# get XavaPro from here: http://www.openxava.org/xavapro + +admin=admin diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/naviox.properties b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/naviox.properties new file mode 100644 index 0000000..1898952 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/naviox.properties @@ -0,0 +1,56 @@ +# Password setting +# Encrypting passwords is only available in XavaPro (http://www.openxava.org/xavapro) +encryptPassword=true +storePasswordAsHex=true +# Initial admin password for first time execution and new organizations +initialPasswordForAdmin=admin +# There are many more password options in Configuration module of XavaPro (http://www.openxava.org/xavapro) + +# Navigation options +startInLastVisitedModule=true +showModulesMenuWhenNotLogged=true +#fixModulesOnTopMenu=Invoice, Order +#initialModule=Invoice +#rememberVisitedModules=false + +# LDAP Config. LDAP is only available in XavaPro (http://www.openxava.org/xavapro) +ldapHost=192.168.0.0 +ldapDomain=XX +ldapDN=DC=XX,DC=XX,DC=XX +ldapPort=389 + +# Multitenancy: Only available in XavaPro (http://www.openxava.org/xavapro) + +# The create schema sentence used for creating a new organization +# This is the default one +createSchema=CREATE SCHEMA ${schema} +# These are by database vendor, you can add yours using the database name +# as suffix (actually the first token of connection.getMetaData().getDatabaseProductName()) +createSchema.PostgreSQL=CREATE SCHEMA ${schema} +createSchema.HSQL=CREATE SCHEMA ${schema} AUTHORIZATION DBA + +# The drop schema sentence used for removing an existing organization +# This is the default one +dropSchema=DROP SCHEMA ${schema} CASCADE +# These are by database vendor, you can add yours using the database name +# as suffix (actually the first token of connection.getMetaData().getDatabaseProductName()) +dropSchema.MySQL=DROP SCHEMA ${schema} + + +# Autologin, uncomment to login automatically with a user +# Useful for testing or applications that do not need user sign in +#autologinUser=admin +#autologinPassword=admin + +# Other options +showApplicationName=true +showOrganizationOnSignIn=true +showListOfOrganizationsOnSignIn=true + +# If false the server startup is faster, but new modules in your code are not recognized +# Put it to false if you no longer add modules to your apps and have a lot of organizations +updateNaviOXTablesInOrganizationsOnStartup=true + +# Validator for email when sign up and using email as user name is on. +# It must implement IValidator. The default value is org.openxava.validators.EmailValidator +#emailValidatorForSignUpClass=org.openxava.validators.EmailValidator diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava.properties b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava.properties new file mode 100644 index 0000000..5656e25 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava.properties @@ -0,0 +1,232 @@ +# Look at openxavatest/src/main/resources/xava.properties for more options +# Please note that the list of commented entries at the end of this file includes +# ALL of the possible options, including those listed in OpenXavaTest and others not listed elsewhere. +# + +readOnlyAsLabel=false +i18nWarnings=true +showCountInList=true +maxSizeForTextEditor=80 +csvSeparator=; +detailOnBottomInCollections=false +failOnAnnotationMisuse=true +buttonsForNoImageActions=false +toUpperForStringArgumentsInConditions=true +showFilterByDefaultInList=true +mapFacadeAutoCommit=false +#applicationPort=8080 + +# Visual style +# styleCSS=terra.css +# styleCSS=light.css +# styleCSS=dark.css +# styleCSS=black-and-white.css +# styleCSS=blue.css + +# To do small modification over the current style just add your css rules to custom.css in web/xava/style +# To create a completely new style: https://www.openxava.org/OpenXavaDoc/docs/custom-style_en.html + +# If you remove all themes the theme chooser is disabled +themes=terra.css, light.css, dark.css, black-and-white.css, blue.css + + + +#SMTP related information +smtpHost=Host +smtpPort=25 +smtpUserId=user +smtpUserPassword=password +smtpHostTrusted=false +smtpStartTLSEnable=false + +# LOGGING LEVEL FOR OpenXava AND OpenXava APPLICATIONS +# Possibles values are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# This affects only if Java logging is used (usually in Tomcat and WebSphere). +# It does not affect log4j configuration (usually in JBoss or if you use log4j in your app). +# Default value is INFO +javaLoggingLevel=FINE + +# LOGGING LEVEL FOR HIBERNATE ENGINE +# Possibles values are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# Default value is INFO +#hibernateJavaLoggingLevel=FINEST + + +# Maps configuration used for @Stereotype("COORDINATES") +# WARNING! The settings below are for your convenience. It's your responsibility to comply with the terms of use, +# to write the correct attribution and to contract an usage plan with the provider if needed. + +# OpenTopoMap is free to use even for commercial projects with CC-BY-SA license +#mapsTileProvider=https://b.tile.opentopomap.org/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © OpenTopoMap (CC-BY-SA) + +# MapBox is a commercial provider, although they offer free plans. You have to register in https://www.mapbox.com/ to get an access token +# Change below YOUR_ACCESS_TOKEN by your own access token +# For this provider you have to define mapsTileSize and mapsZoomOffset in order the maps would be displayed nicely +#mapsTileProvider=https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/{z}/{x}/{y}?access_token=YOUR_ACCESS_TOKEN +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Mapbox +#mapsTileSize=512 +#mapsZoomOffset=-1 + +# Stamen Toner is free to use even for commercial projects with CC-BY-SA license +#mapsTileProvider=http://tile.stamen.com/toner/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Stamen (CC-BY-SA) + +# Stamen Toner is free to use even for commercial projects with CC-BY-3.0 license +#mapsTileProvider=http://tile.stamen.com/terrain/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Stamen (CC-BY-3.0) + +# OpenStreeMap as tile provider can by used for tests and experiments but not for high volume sites or commercial applications +# Look at the terms of use: https://operations.osmfoundation.org/policies/tiles/ +#mapsTileProvider=https://tile.openstreetmap.org/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © OpenStreetMap + +# Thunderforest is a commercial provider, although they offer free plans. You have to register in https://www.thunderforest.com/ to get an API key +# Change below YOUR_API_KEY by your own API key +#mapsTileProvider=https://tile.thunderforest.com/neighbourhood/{z}/{x}/{y}.png?apikey=YOUR_API_KEY +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Thunderforest + +# List of hosts, comma separated, that can be used as source for images. It is added to img-src of Content Security Policy +#trustedHostsForImages=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for scripts. It is added to script-src of Content Security Policy +#trustedHostsForScripts=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for CSSs. It is added to style-src of Content Security Policy +#trustedHostsForStyles=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for frames and iframes. It is added to frame-src of Content Security Policy +#trustedHostsForFrames=https://yourhost.com/ + +# help +#helpAvailable=false +#helpInNewWindow=false +# if 'helpPrefix' and 'helpSuffix' are not defined by default, they have 'http://www.openxava.org/OpenXavaDoc/docs/help_' and '.html' +# +# if the help is inside of our project +#helpSuffix=.html +#helpPrefix=help/ +# +# if the help is out of our project start the URL with http: or https: +#helpPrefix=http://openxavatest.wikispaces.com/ +#helpSuffix= +# +# If you want to add the language as suffix (en, es, fr, etc.) end the URL with _ +# helpPrefix=http://openxavatest.wikispaces.com/help_ +######################################################################################################################################## +# List of all possible options for xava.properties +# Uncomment to enable, but understand what you are doing! +# +# Entries are listed under their respective category, then each entry is listed. +# +# Category - Email +# Property Description Default (if applicable) +# smtpHost Host for sending mail through SMTP provider +# smtpHostTrusted If true a mail server with an expired certificate can be used false +# smtpPort Port to use for sending mail through a SMTP provider +# smtpUserId User id for connecting to mail SMTP provider +# smtpUserPassword User password for connecting to the SMTP server + +# Category - Persistence +# Property Description Default (if applicable) +# defaultPersistenceUnit Persistence unit to be used as default default +# mapFacadeAsEJB false +# mapFacadeAutoCommit false +# +# Labels, Messages and Locales +# i18nWarnings false +# +# Application and Controllers +# defaultLabelFormat Possibles values for defaultLabelFormat are: NORMAL +# NORMAL, SMALL and NO_LABEL +# defaultLabelStyle Pre-defined: bold-label, italic-label default (???) +# defaultModeController Possibles values for defaultModeController are: Mode +# Mode, DetailList, DetailOnly, ListOnly and SplitOnly. Also, you can name your +# own custom controllers. If not specified, the default mode controller +# associated to the style is used. +# duplicateComponentWarnings On encountering duplicate components like true +# controllers or modules, warning messages are written to the log +# failOnAnnotationMisuse Throws error if properties, references or collections true +# have non-applicable annotations. +# generateDefaultModules If true it is not required to define modules in true +# application.xml, OX generates the modules' information automatically +# +# Views and Layouts +# alignedByColumns If true all properties within views are displayed aligned false +# by column same as using # on all views. +# buttonsForNoImageActions If true when an action has no image it uses a button false +# for display it, else it uses a link. +# maxSizeForTextEditor On large text (String) properties limits the display size 100 +# to this value +# readOnlyAsLabel ???? false +# showLabelsForToolBarActions If false the toolbar shows only the action images, true +# no text is displayed +# useIconsInsteadOfImages When both icon and image are defined for an action, true +# the icon will be used +# flowLayout If true adjusts the fields layout to the size of the page, false +# ignoring the , ; # used in @View +# showDefaultActionInBottom If true the default action is shown as the first true +# action in bottom, even if it is already in top buttom bar +# +# Lists and Collections +# customizeList If false, list customization is disallowed true +# detailOnBottomInCollections false +# ignoreAccentsForStringArgumentsInConditions If true it ignores accents to false +# string arguments for conditions in list and collections +# pageRowCount Default number of objects to show in lists and collections 10 +# resizeColumns If false, columns resizing is disabled false +# saveAndStayForCollections If false, the save and stay button is hidden when true +# adding elements to collections +# showCountInList Displays the number of items at the bottom of the list true +# showIconForViewReadOnly true +# showFilterByDefaultInList If true filter is shown by default for list on init. true +# The user always has the option to show or hide the filter +# summationInList If true, summary rows are shown at bottom of lists, under true +# numerical columns. Users can manually turn on or off the totals at each column +# tabAsEJB false +# toUpperForStringArgumentsInConditions If true upper case conversions are applied true +# to string arguments for conditions in list and collections. If true, also +# searching using list or collections are more flexible (the user can use +# indistinctly upper or lower case) but can be slower in some databases +# (because they cannot use index) +# filterOnChange Filtering is done automatically when an option of a combo true +# is chosen, without clicking on filter button +# +# Help +# helpAvailable If true an icon to go to help is shown in the module false +# helpInNewWindow If true the help page is opened in a new window, if false, true +# the help page is opened in the current window +# helpPrefix Help prefix for the help URL generation +# helpSuffix Help suffix for the help URL generation +# +# FILE Stereotype +# filePersistorClass Defines which class provides the storing of attachments. org.openxava.web.editors.FileSystemPersistor +# filesPath File storage directory, if no database is used. +# +# Reporting +# reportParametersProviderClass Class that provides the report parameters org.openxava.util.DefaultReportParametersProvider +# +# Miscellaneous +# csvEncoding Because it's impossible to obtain the client encoding, that used by Excel to open the file. UTF-8, ISO-8859-1 +# csvSeparator ; +# hibernateJavaLoggingLevel Logging level for hibernate. Valid values are: INFO +# SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# javaLoggingLevel Logging level for java. Valid values are: INFO +# SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# componentParsersClasses List of comma separated classes used for parsing the org.openxava.component.parse.XMLComponentParser, org.openxava.component.parse.AnnotatedClassParser +# components, they must implement org.openxava.component.parse.IComponentParser +# +# For email notifications +#accessTrackerProvidersClasses=org.openxava.util.EmailNotificationsAccessTrackerProvider +# +# For log access tracking +#accessTrackerProvidersClasses=org.openxava.util.LogAccessTrackerProvider +# +# For email notifications and log access tracking +#accessTrackerProvidersClasses=org.openxava.util.EmailNotificationsAccessTrackerProvider,org.openxava.util.LogAccessTrackerProvider +# +# For using ENTER to move to next field +#enterMovesToNextField=true + +# To set the property names (in order) that will shown in combo on @Descriptionslist +#defaultDescriptionPropertiesValueForDescriptionsList=descripcion,description,nombre,name,descricao,nome diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/application.xml b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/application.xml new file mode 100644 index 0000000..d177304 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/application.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/controllers.xml b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/controllers.xml new file mode 100644 index 0000000..ec5d87c --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/controllers.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/annotation-type-default.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/annotation-type-default.dtd new file mode 100644 index 0000000..1fde99b --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/annotation-type-default.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/aplicacion.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/aplicacion.dtd new file mode 100644 index 0000000..f001fce --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/aplicacion.dtd @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/application.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/application.dtd new file mode 100644 index 0000000..8f63624 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/application.dtd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/controladores.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/controladores.dtd new file mode 100644 index 0000000..3412359 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/controladores.dtd @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/controllers.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/controllers.dtd new file mode 100644 index 0000000..fc376ba --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/controllers.dtd @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/conversores.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/conversores.dtd new file mode 100644 index 0000000..5c8bb71 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/conversores.dtd @@ -0,0 +1,15 @@ + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/converters.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/converters.dtd new file mode 100644 index 0000000..10326c1 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/converters.dtd @@ -0,0 +1,15 @@ + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/default-size.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/default-size.dtd new file mode 100644 index 0000000..d029ed5 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/default-size.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/editores.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/editores.dtd new file mode 100644 index 0000000..72a8804 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/editores.dtd @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/editors.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/editors.dtd new file mode 100644 index 0000000..34afab4 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/editors.dtd @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/longitud-defecto.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/longitud-defecto.dtd new file mode 100644 index 0000000..e05584e --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/longitud-defecto.dtd @@ -0,0 +1,22 @@ + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/stereotype-type-default.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/stereotype-type-default.dtd new file mode 100644 index 0000000..206aace --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/stereotype-type-default.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tabs-default-values.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tabs-default-values.dtd new file mode 100644 index 0000000..8bf044b --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tabs-default-values.dtd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tipo-anotacion-defecto.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tipo-anotacion-defecto.dtd new file mode 100644 index 0000000..a9b5146 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tipo-anotacion-defecto.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tipo-estereotipo-defecto.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tipo-estereotipo-defecto.dtd new file mode 100644 index 0000000..7b04bc5 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/tipo-estereotipo-defecto.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/validadores.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/validadores.dtd new file mode 100644 index 0000000..ff59afa --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/validadores.dtd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/validators.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/validators.dtd new file mode 100644 index 0000000..bca5b92 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/validators.dtd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/valores-defecto-tabs.dtd b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/valores-defecto-tabs.dtd new file mode 100644 index 0000000..a09581b --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/classes/xava/dtds/valores-defecto-tabs.dtd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/FastInfoset-1.2.15.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/FastInfoset-1.2.15.jar new file mode 100644 index 0000000..2671209 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/FastInfoset-1.2.15.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/SparseBitSet-1.3.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/SparseBitSet-1.3.jar new file mode 100644 index 0000000..5a43544 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/SparseBitSet-1.3.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/antlr-2.7.7.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/antlr-2.7.7.jar new file mode 100644 index 0000000..5e5f14b Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/antlr-2.7.7.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/aopalliance-repackaged-2.6.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/aopalliance-repackaged-2.6.1.jar new file mode 100644 index 0000000..35502f0 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/aopalliance-repackaged-2.6.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/byte-buddy-1.12.18.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/byte-buddy-1.12.18.jar new file mode 100644 index 0000000..7b307fb Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/byte-buddy-1.12.18.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/classmate-1.5.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/classmate-1.5.1.jar new file mode 100644 index 0000000..819f5ea Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/classmate-1.5.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-beanutils-1.9.4.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-beanutils-1.9.4.jar new file mode 100644 index 0000000..b73543c Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-beanutils-1.9.4.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-codec-1.16.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-codec-1.16.0.jar new file mode 100644 index 0000000..854fc7e Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-codec-1.16.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-collections-3.2.2.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-collections-3.2.2.jar new file mode 100644 index 0000000..fa5df82 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-collections-3.2.2.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-collections4-4.4.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-collections4-4.4.jar new file mode 100644 index 0000000..da06c3e Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-collections4-4.4.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-compress-1.25.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-compress-1.25.0.jar new file mode 100644 index 0000000..ba92787 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-compress-1.25.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-digester-2.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-digester-2.1.jar new file mode 100644 index 0000000..a07cfa8 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-digester-2.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-fileupload-1.5.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-fileupload-1.5.jar new file mode 100644 index 0000000..5e60875 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-fileupload-1.5.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-io-2.15.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-io-2.15.1.jar new file mode 100644 index 0000000..d53be1f Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-io-2.15.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-lang-2.6.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-lang-2.6.jar new file mode 100644 index 0000000..98467d3 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-lang-2.6.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-lang3-3.14.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-lang3-3.14.0.jar new file mode 100644 index 0000000..da9302f Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-lang3-3.14.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-logging-1.2.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-logging-1.2.jar new file mode 100644 index 0000000..93a3b9f Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-logging-1.2.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-math3-3.6.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-math3-3.6.1.jar new file mode 100644 index 0000000..0ff582c Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-math3-3.6.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-net-3.10.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-net-3.10.0.jar new file mode 100644 index 0000000..0e40351 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-net-3.10.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-text-1.11.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-text-1.11.0.jar new file mode 100644 index 0000000..7815497 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-text-1.11.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-validator-1.7.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-validator-1.7.jar new file mode 100644 index 0000000..f98c145 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/commons-validator-1.7.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/curvesapi-1.08.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/curvesapi-1.08.jar new file mode 100644 index 0000000..18fb71b Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/curvesapi-1.08.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dec-0.1.2.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dec-0.1.2.jar new file mode 100644 index 0000000..7f1c1be Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dec-0.1.2.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dom4j-2.1.3.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dom4j-2.1.3.jar new file mode 100644 index 0000000..9a4f5d2 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dom4j-2.1.3.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dwr-2.0.11-RELEASE.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dwr-2.0.11-RELEASE.jar new file mode 100644 index 0000000..04ff4d2 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/dwr-2.0.11-RELEASE.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/ecj-3.21.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/ecj-3.21.0.jar new file mode 100644 index 0000000..04217bc Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/ecj-3.21.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/ejb-api-3.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/ejb-api-3.0.jar new file mode 100644 index 0000000..e9a86d1 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/ejb-api-3.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/fontbox-2.0.30.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/fontbox-2.0.30.jar new file mode 100644 index 0000000..b49c911 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/fontbox-2.0.30.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/groovy-4.0.17.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/groovy-4.0.17.jar new file mode 100644 index 0000000..facf192 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/groovy-4.0.17.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hamcrest-core-1.3.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hamcrest-core-1.3.jar new file mode 100644 index 0000000..9d5fe16 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hamcrest-core-1.3.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-commons-annotations-5.1.2.Final.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-commons-annotations-5.1.2.Final.jar new file mode 100644 index 0000000..0b2e88f Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-commons-annotations-5.1.2.Final.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-core-5.6.15.Final.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-core-5.6.15.Final.jar new file mode 100644 index 0000000..c7fd659 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-core-5.6.15.Final.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-envers-5.6.15.Final.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-envers-5.6.15.Final.jar new file mode 100644 index 0000000..16631cd Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-envers-5.6.15.Final.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-validator-6.0.23.Final.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-validator-6.0.23.Final.jar new file mode 100644 index 0000000..a6bed2a Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hibernate-validator-6.0.23.Final.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-api-2.6.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-api-2.6.1.jar new file mode 100644 index 0000000..03d6eb0 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-api-2.6.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-locator-2.6.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-locator-2.6.1.jar new file mode 100644 index 0000000..0906bd1 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-locator-2.6.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-utils-2.6.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-utils-2.6.1.jar new file mode 100644 index 0000000..768bc48 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hk2-utils-2.6.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hsqldb-2.7.2-jdk8.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hsqldb-2.7.2-jdk8.jar new file mode 100644 index 0000000..f2ef7fb Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/hsqldb-2.7.2-jdk8.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-3.9.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-3.9.0.jar new file mode 100644 index 0000000..fcfc133 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-3.9.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-core-js-3.9.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-core-js-3.9.0.jar new file mode 100644 index 0000000..0cf714b Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-core-js-3.9.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-csp-3.9.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-csp-3.9.0.jar new file mode 100644 index 0000000..d16b6bd Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-csp-3.9.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-cssparser-3.9.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-cssparser-3.9.0.jar new file mode 100644 index 0000000..27b3d42 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-cssparser-3.9.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-xpath-3.9.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-xpath-3.9.0.jar new file mode 100644 index 0000000..8d08f68 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/htmlunit-xpath-3.9.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpclient-4.5.14.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpclient-4.5.14.jar new file mode 100644 index 0000000..2bb7c07 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpclient-4.5.14.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpcore-4.4.16.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpcore-4.4.16.jar new file mode 100644 index 0000000..f0bdebe Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpcore-4.4.16.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpmime-4.5.14.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpmime-4.5.14.jar new file mode 100644 index 0000000..331e95c Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/httpmime-4.5.14.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/istack-commons-runtime-3.0.7.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/istack-commons-runtime-3.0.7.jar new file mode 100644 index 0000000..2fe5b82 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/istack-commons-runtime-3.0.7.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-annotations-2.14.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-annotations-2.14.1.jar new file mode 100644 index 0000000..e908bd3 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-annotations-2.14.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-core-2.14.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-core-2.14.1.jar new file mode 100644 index 0000000..cc02583 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-core-2.14.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-databind-2.14.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-databind-2.14.1.jar new file mode 100644 index 0000000..1ac8096 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-databind-2.14.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-dataformat-xml-2.14.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-dataformat-xml-2.14.1.jar new file mode 100644 index 0000000..22266e3 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jackson-dataformat-xml-2.14.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.activation-1.2.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.activation-1.2.1.jar new file mode 100644 index 0000000..fa6aad2 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.activation-1.2.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.annotation-api-1.3.5.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.annotation-api-1.3.5.jar new file mode 100644 index 0000000..606d992 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.annotation-api-1.3.5.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.inject-2.6.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.inject-2.6.1.jar new file mode 100644 index 0000000..cee6acd Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.inject-2.6.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-1.1.6-module.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-1.1.6-module.jar new file mode 100644 index 0000000..5badbd6 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-1.1.6-module.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-1.1.6.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-1.1.6.jar new file mode 100644 index 0000000..1f33076 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-1.1.6.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-api-1.1.6.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-api-1.1.6.jar new file mode 100644 index 0000000..fde7fc4 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json-api-1.1.6.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json.bind-api-1.0.2.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json.bind-api-1.0.2.jar new file mode 100644 index 0000000..35b0c3e Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.json.bind-api-1.0.2.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.mail-1.6.7.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.mail-1.6.7.jar new file mode 100644 index 0000000..2fbf851 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.mail-1.6.7.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.ws.rs-api-2.1.6.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.ws.rs-api-2.1.6.jar new file mode 100644 index 0000000..4850659 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jakarta.ws.rs-api-2.1.6.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jandex-2.4.2.Final.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jandex-2.4.2.Final.jar new file mode 100644 index 0000000..8e17960 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jandex-2.4.2.Final.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jasperreports-6.20.6.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jasperreports-6.20.6.jar new file mode 100644 index 0000000..ace9b1e Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jasperreports-6.20.6.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jasperreports-fonts-6.20.6.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jasperreports-fonts-6.20.6.jar new file mode 100644 index 0000000..e0723c6 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jasperreports-fonts-6.20.6.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javassist-3.29.2-GA.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javassist-3.29.2-GA.jar new file mode 100644 index 0000000..68fc301 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javassist-3.29.2-GA.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.activation-api-1.2.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.activation-api-1.2.0.jar new file mode 100644 index 0000000..986c365 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.activation-api-1.2.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.inject-1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.inject-1.jar new file mode 100644 index 0000000..b2a9d0b Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.inject-1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.persistence-api-2.2.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.persistence-api-2.2.jar new file mode 100644 index 0000000..164ef3a Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/javax.persistence-api-2.2.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jaxb-api-2.3.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jaxb-api-2.3.1.jar new file mode 100644 index 0000000..4565865 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jaxb-api-2.3.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jaxb-runtime-2.3.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jaxb-runtime-2.3.1.jar new file mode 100644 index 0000000..0b9ef67 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jaxb-runtime-2.3.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jboss-logging-3.4.3.Final.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jboss-logging-3.4.3.Final.jar new file mode 100644 index 0000000..31d55c6 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jboss-logging-3.4.3.Final.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.1.1.Final.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.1.1.Final.jar new file mode 100644 index 0000000..627f7ce Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.1.1.Final.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jcommon-1.0.23.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jcommon-1.0.23.jar new file mode 100644 index 0000000..4dbb094 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jcommon-1.0.23.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-client-2.41.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-client-2.41.jar new file mode 100644 index 0000000..b6c1e9e Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-client-2.41.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-common-2.41.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-common-2.41.jar new file mode 100644 index 0000000..435c370 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-common-2.41.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-hk2-2.41.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-hk2-2.41.jar new file mode 100644 index 0000000..14018da Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-hk2-2.41.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-media-json-binding-2.41.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-media-json-binding-2.41.jar new file mode 100644 index 0000000..06a9458 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jersey-media-json-binding-2.41.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-client-9.4.53.v20231009.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-client-9.4.53.v20231009.jar new file mode 100644 index 0000000..931d3ef Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-client-9.4.53.v20231009.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-http-9.4.53.v20231009.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-http-9.4.53.v20231009.jar new file mode 100644 index 0000000..3cc40d9 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-http-9.4.53.v20231009.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-io-9.4.53.v20231009.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-io-9.4.53.v20231009.jar new file mode 100644 index 0000000..20d9436 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-io-9.4.53.v20231009.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-util-9.4.53.v20231009.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-util-9.4.53.v20231009.jar new file mode 100644 index 0000000..1cebfa0 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jetty-util-9.4.53.v20231009.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jfreechart-1.0.19.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jfreechart-1.0.19.jar new file mode 100644 index 0000000..23bbbed Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jfreechart-1.0.19.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/json-20231013.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/json-20231013.jar new file mode 100644 index 0000000..465ad35 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/json-20231013.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jsoup-1.16.2.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jsoup-1.16.2.jar new file mode 100644 index 0000000..12b1c75 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jsoup-1.16.2.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar new file mode 100644 index 0000000..0fd275e Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/junit-4.13.2.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/junit-4.13.2.jar new file mode 100644 index 0000000..6da55d8 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/junit-4.13.2.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/log4j-api-2.21.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/log4j-api-2.21.1.jar new file mode 100644 index 0000000..238d9aa Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/log4j-api-2.21.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/log4j-core-2.21.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/log4j-core-2.21.1.jar new file mode 100644 index 0000000..6ebcfeb Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/log4j-core-2.21.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/lombok-1.18.30.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/lombok-1.18.30.jar new file mode 100644 index 0000000..05e3e5b Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/lombok-1.18.30.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/neko-htmlunit-3.9.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/neko-htmlunit-3.9.0.jar new file mode 100644 index 0000000..6984b15 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/neko-htmlunit-3.9.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/openpdf-1.3.30.jaspersoft.3.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/openpdf-1.3.30.jaspersoft.3.jar new file mode 100644 index 0000000..85e8ac1 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/openpdf-1.3.30.jaspersoft.3.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/openxava-7.2.3.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/openxava-7.2.3.jar new file mode 100644 index 0000000..a001ab5 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/openxava-7.2.3.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/osgi-resource-locator-1.0.3.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/osgi-resource-locator-1.0.3.jar new file mode 100644 index 0000000..0f3c386 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/osgi-resource-locator-1.0.3.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/pdfbox-2.0.30.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/pdfbox-2.0.30.jar new file mode 100644 index 0000000..9329942 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/pdfbox-2.0.30.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-5.2.5.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-5.2.5.jar new file mode 100644 index 0000000..62e20d7 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-5.2.5.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-ooxml-5.2.5.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-ooxml-5.2.5.jar new file mode 100644 index 0000000..d671a8c Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-ooxml-5.2.5.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-ooxml-lite-5.2.5.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-ooxml-lite-5.2.5.jar new file mode 100644 index 0000000..1506927 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/poi-ooxml-lite-5.2.5.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/stax-ex-1.8.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/stax-ex-1.8.jar new file mode 100644 index 0000000..5e60637 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/stax-ex-1.8.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/stax2-api-4.2.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/stax2-api-4.2.1.jar new file mode 100644 index 0000000..28c6a08 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/stax2-api-4.2.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-annotations-api-9.0.85.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-annotations-api-9.0.85.jar new file mode 100644 index 0000000..3022075 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-annotations-api-9.0.85.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-dbcp-9.0.85.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-dbcp-9.0.85.jar new file mode 100644 index 0000000..08d90a4 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-dbcp-9.0.85.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-core-9.0.85.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-core-9.0.85.jar new file mode 100644 index 0000000..10319c8 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-core-9.0.85.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-el-9.0.85.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-el-9.0.85.jar new file mode 100644 index 0000000..b0ea0cb Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-el-9.0.85.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-jasper-9.0.85.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-jasper-9.0.85.jar new file mode 100644 index 0000000..82d8494 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-embed-jasper-9.0.85.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-juli-9.0.85.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-juli-9.0.85.jar new file mode 100644 index 0000000..5820513 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/tomcat-juli-9.0.85.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/txw2-2.3.1.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/txw2-2.3.1.jar new file mode 100644 index 0000000..75ed519 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/txw2-2.3.1.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/validation-api-2.0.1.Final.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/validation-api-2.0.1.Final.jar new file mode 100644 index 0000000..2368e10 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/validation-api-2.0.1.Final.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-api-9.4.53.v20231009.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-api-9.4.53.v20231009.jar new file mode 100644 index 0000000..4def550 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-api-9.4.53.v20231009.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-client-9.4.53.v20231009.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-client-9.4.53.v20231009.jar new file mode 100644 index 0000000..fa0e499 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-client-9.4.53.v20231009.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-common-9.4.53.v20231009.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-common-9.4.53.v20231009.jar new file mode 100644 index 0000000..9dafcba Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/websocket-common-9.4.53.v20231009.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/woodstox-core-6.4.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/woodstox-core-6.4.0.jar new file mode 100644 index 0000000..6cdf94c Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/woodstox-core-6.4.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/xmlbeans-5.2.0.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/xmlbeans-5.2.0.jar new file mode 100644 index 0000000..c9ac97f Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/xmlbeans-5.2.0.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/yasson-1.0.11.jar b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/yasson-1.0.11.jar new file mode 100644 index 0000000..70221ea Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/lib/yasson-1.0.11.jar differ diff --git a/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/web.xml b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/web.xml new file mode 100644 index 0000000..e405498 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + OpenXava Application + diff --git a/OpenXAVA/workspace/bmo/target/bmo/xava/style/custom.css b/OpenXAVA/workspace/bmo/target/bmo/xava/style/custom.css new file mode 100644 index 0000000..1ea8023 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/bmo/xava/style/custom.css @@ -0,0 +1,3 @@ +/* +Put here your own style +*/ \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/classes/META-INF/persistence.xml b/OpenXAVA/workspace/bmo/target/classes/META-INF/persistence.xml new file mode 100644 index 0000000..2ce05e7 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/META-INF/persistence.xml @@ -0,0 +1,48 @@ + + + + + + + org.hibernate.jpa.HibernatePersistenceProvider + java://comp/env/jdbc/bmoDS + org.openxava.session.GalleryImage + org.openxava.web.editors.DiscussionComment + com.openxava.naviox.model.ConfigurationRecord + com.openxava.naviox.model.Folder + com.openxava.naviox.model.History + com.openxava.naviox.model.Module + com.openxava.naviox.model.ModuleRights + com.openxava.naviox.model.Organization + com.openxava.naviox.model.Role + com.openxava.naviox.model.SessionRecord + com.openxava.naviox.model.SSORecord + com.openxava.naviox.model.User + + + + + + + + org.hibernate.jpa.HibernatePersistenceProvider + org.openxava.web.editors.DiscussionComment + com.openxava.naviox.model.ConfigurationRecord + com.openxava.naviox.model.Folder + com.openxava.naviox.model.History + com.openxava.naviox.model.Module + com.openxava.naviox.model.ModuleRights + com.openxava.naviox.model.Organization + com.openxava.naviox.model.Role + com.openxava.naviox.model.SessionRecord + com.openxava.naviox.model.SSORecord + com.openxava.naviox.model.User + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Basket.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Basket.class new file mode 100644 index 0000000..02f1615 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Basket.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Bookmaker.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Bookmaker.class new file mode 100644 index 0000000..b719c51 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Bookmaker.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Evenement.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Evenement.class new file mode 100644 index 0000000..f8d70e0 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Evenement.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Football.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Football.class new file mode 100644 index 0000000..124d763 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Football.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/MiTemps.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/MiTemps.class new file mode 100644 index 0000000..e74aebb Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/MiTemps.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Pari.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Pari.class new file mode 100644 index 0000000..0e4e4eb Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Pari.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/PariAvancé.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/PariAvancé.class new file mode 100644 index 0000000..d34aaac Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/PariAvancé.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/PariSimple.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/PariSimple.class new file mode 100644 index 0000000..b72a6d0 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/PariSimple.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Parieur.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Parieur.class new file mode 100644 index 0000000..483c3ce Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Parieur.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Participant.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Participant.class new file mode 100644 index 0000000..d57b969 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Participant.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/QuartTemps.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/QuartTemps.class new file mode 100644 index 0000000..351235d Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/QuartTemps.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Sets.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Sets.class new file mode 100644 index 0000000..806f524 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Sets.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Sport.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Sport.class new file mode 100644 index 0000000..9fb0ea6 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Sport.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Tennis.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Tennis.class new file mode 100644 index 0000000..c4c0641 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/Tennis.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/YourFirstEntity.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/YourFirstEntity.class new file mode 100644 index 0000000..f56520d Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/model/YourFirstEntity.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/run/.something b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/run/.something new file mode 100644 index 0000000..e7ed474 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/run/.something @@ -0,0 +1,2 @@ +# Not used at all. +# Just a trick for Maven archetype generates correctly the package structure. \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/run/bmo.class b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/run/bmo.class new file mode 100644 index 0000000..1a931d6 Binary files /dev/null and b/OpenXAVA/workspace/bmo/target/classes/com/yourcompany/bmo/run/bmo.class differ diff --git a/OpenXAVA/workspace/bmo/target/classes/i18n/bmo-labels_en.properties b/OpenXAVA/workspace/bmo/target/classes/i18n/bmo-labels_en.properties new file mode 100644 index 0000000..c385137 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/i18n/bmo-labels_en.properties @@ -0,0 +1,3 @@ +# Labels for bmo application + +# bmo=bmo \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/classes/i18n/bmo-messages_en.properties b/OpenXAVA/workspace/bmo/target/classes/i18n/bmo-messages_en.properties new file mode 100644 index 0000000..6fe12fd --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/i18n/bmo-messages_en.properties @@ -0,0 +1 @@ +# Messages for the bmo application diff --git a/OpenXAVA/workspace/bmo/target/classes/naviox-users.properties b/OpenXAVA/workspace/bmo/target/classes/naviox-users.properties new file mode 100644 index 0000000..3820949 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/naviox-users.properties @@ -0,0 +1,5 @@ +# In plain OpenXava the users are added here in the form user=password +# If you want full management of users, roles and modules stored in database, +# get XavaPro from here: http://www.openxava.org/xavapro + +admin=admin diff --git a/OpenXAVA/workspace/bmo/target/classes/naviox.properties b/OpenXAVA/workspace/bmo/target/classes/naviox.properties new file mode 100644 index 0000000..1898952 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/naviox.properties @@ -0,0 +1,56 @@ +# Password setting +# Encrypting passwords is only available in XavaPro (http://www.openxava.org/xavapro) +encryptPassword=true +storePasswordAsHex=true +# Initial admin password for first time execution and new organizations +initialPasswordForAdmin=admin +# There are many more password options in Configuration module of XavaPro (http://www.openxava.org/xavapro) + +# Navigation options +startInLastVisitedModule=true +showModulesMenuWhenNotLogged=true +#fixModulesOnTopMenu=Invoice, Order +#initialModule=Invoice +#rememberVisitedModules=false + +# LDAP Config. LDAP is only available in XavaPro (http://www.openxava.org/xavapro) +ldapHost=192.168.0.0 +ldapDomain=XX +ldapDN=DC=XX,DC=XX,DC=XX +ldapPort=389 + +# Multitenancy: Only available in XavaPro (http://www.openxava.org/xavapro) + +# The create schema sentence used for creating a new organization +# This is the default one +createSchema=CREATE SCHEMA ${schema} +# These are by database vendor, you can add yours using the database name +# as suffix (actually the first token of connection.getMetaData().getDatabaseProductName()) +createSchema.PostgreSQL=CREATE SCHEMA ${schema} +createSchema.HSQL=CREATE SCHEMA ${schema} AUTHORIZATION DBA + +# The drop schema sentence used for removing an existing organization +# This is the default one +dropSchema=DROP SCHEMA ${schema} CASCADE +# These are by database vendor, you can add yours using the database name +# as suffix (actually the first token of connection.getMetaData().getDatabaseProductName()) +dropSchema.MySQL=DROP SCHEMA ${schema} + + +# Autologin, uncomment to login automatically with a user +# Useful for testing or applications that do not need user sign in +#autologinUser=admin +#autologinPassword=admin + +# Other options +showApplicationName=true +showOrganizationOnSignIn=true +showListOfOrganizationsOnSignIn=true + +# If false the server startup is faster, but new modules in your code are not recognized +# Put it to false if you no longer add modules to your apps and have a lot of organizations +updateNaviOXTablesInOrganizationsOnStartup=true + +# Validator for email when sign up and using email as user name is on. +# It must implement IValidator. The default value is org.openxava.validators.EmailValidator +#emailValidatorForSignUpClass=org.openxava.validators.EmailValidator diff --git a/OpenXAVA/workspace/bmo/target/classes/xava.properties b/OpenXAVA/workspace/bmo/target/classes/xava.properties new file mode 100644 index 0000000..5656e25 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava.properties @@ -0,0 +1,232 @@ +# Look at openxavatest/src/main/resources/xava.properties for more options +# Please note that the list of commented entries at the end of this file includes +# ALL of the possible options, including those listed in OpenXavaTest and others not listed elsewhere. +# + +readOnlyAsLabel=false +i18nWarnings=true +showCountInList=true +maxSizeForTextEditor=80 +csvSeparator=; +detailOnBottomInCollections=false +failOnAnnotationMisuse=true +buttonsForNoImageActions=false +toUpperForStringArgumentsInConditions=true +showFilterByDefaultInList=true +mapFacadeAutoCommit=false +#applicationPort=8080 + +# Visual style +# styleCSS=terra.css +# styleCSS=light.css +# styleCSS=dark.css +# styleCSS=black-and-white.css +# styleCSS=blue.css + +# To do small modification over the current style just add your css rules to custom.css in web/xava/style +# To create a completely new style: https://www.openxava.org/OpenXavaDoc/docs/custom-style_en.html + +# If you remove all themes the theme chooser is disabled +themes=terra.css, light.css, dark.css, black-and-white.css, blue.css + + + +#SMTP related information +smtpHost=Host +smtpPort=25 +smtpUserId=user +smtpUserPassword=password +smtpHostTrusted=false +smtpStartTLSEnable=false + +# LOGGING LEVEL FOR OpenXava AND OpenXava APPLICATIONS +# Possibles values are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# This affects only if Java logging is used (usually in Tomcat and WebSphere). +# It does not affect log4j configuration (usually in JBoss or if you use log4j in your app). +# Default value is INFO +javaLoggingLevel=FINE + +# LOGGING LEVEL FOR HIBERNATE ENGINE +# Possibles values are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# Default value is INFO +#hibernateJavaLoggingLevel=FINEST + + +# Maps configuration used for @Stereotype("COORDINATES") +# WARNING! The settings below are for your convenience. It's your responsibility to comply with the terms of use, +# to write the correct attribution and to contract an usage plan with the provider if needed. + +# OpenTopoMap is free to use even for commercial projects with CC-BY-SA license +#mapsTileProvider=https://b.tile.opentopomap.org/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © OpenTopoMap (CC-BY-SA) + +# MapBox is a commercial provider, although they offer free plans. You have to register in https://www.mapbox.com/ to get an access token +# Change below YOUR_ACCESS_TOKEN by your own access token +# For this provider you have to define mapsTileSize and mapsZoomOffset in order the maps would be displayed nicely +#mapsTileProvider=https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/{z}/{x}/{y}?access_token=YOUR_ACCESS_TOKEN +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Mapbox +#mapsTileSize=512 +#mapsZoomOffset=-1 + +# Stamen Toner is free to use even for commercial projects with CC-BY-SA license +#mapsTileProvider=http://tile.stamen.com/toner/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Stamen (CC-BY-SA) + +# Stamen Toner is free to use even for commercial projects with CC-BY-3.0 license +#mapsTileProvider=http://tile.stamen.com/terrain/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Stamen (CC-BY-3.0) + +# OpenStreeMap as tile provider can by used for tests and experiments but not for high volume sites or commercial applications +# Look at the terms of use: https://operations.osmfoundation.org/policies/tiles/ +#mapsTileProvider=https://tile.openstreetmap.org/{z}/{x}/{y}.png +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © OpenStreetMap + +# Thunderforest is a commercial provider, although they offer free plans. You have to register in https://www.thunderforest.com/ to get an API key +# Change below YOUR_API_KEY by your own API key +#mapsTileProvider=https://tile.thunderforest.com/neighbourhood/{z}/{x}/{y}.png?apikey=YOUR_API_KEY +#mapsAttribution=Map data © OpenStreetMap contributors, Imagery © Thunderforest + +# List of hosts, comma separated, that can be used as source for images. It is added to img-src of Content Security Policy +#trustedHostsForImages=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for scripts. It is added to script-src of Content Security Policy +#trustedHostsForScripts=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for CSSs. It is added to style-src of Content Security Policy +#trustedHostsForStyles=https://yourhost.com/ + +# List of hosts, comma separated, that can be used as source for frames and iframes. It is added to frame-src of Content Security Policy +#trustedHostsForFrames=https://yourhost.com/ + +# help +#helpAvailable=false +#helpInNewWindow=false +# if 'helpPrefix' and 'helpSuffix' are not defined by default, they have 'http://www.openxava.org/OpenXavaDoc/docs/help_' and '.html' +# +# if the help is inside of our project +#helpSuffix=.html +#helpPrefix=help/ +# +# if the help is out of our project start the URL with http: or https: +#helpPrefix=http://openxavatest.wikispaces.com/ +#helpSuffix= +# +# If you want to add the language as suffix (en, es, fr, etc.) end the URL with _ +# helpPrefix=http://openxavatest.wikispaces.com/help_ +######################################################################################################################################## +# List of all possible options for xava.properties +# Uncomment to enable, but understand what you are doing! +# +# Entries are listed under their respective category, then each entry is listed. +# +# Category - Email +# Property Description Default (if applicable) +# smtpHost Host for sending mail through SMTP provider +# smtpHostTrusted If true a mail server with an expired certificate can be used false +# smtpPort Port to use for sending mail through a SMTP provider +# smtpUserId User id for connecting to mail SMTP provider +# smtpUserPassword User password for connecting to the SMTP server + +# Category - Persistence +# Property Description Default (if applicable) +# defaultPersistenceUnit Persistence unit to be used as default default +# mapFacadeAsEJB false +# mapFacadeAutoCommit false +# +# Labels, Messages and Locales +# i18nWarnings false +# +# Application and Controllers +# defaultLabelFormat Possibles values for defaultLabelFormat are: NORMAL +# NORMAL, SMALL and NO_LABEL +# defaultLabelStyle Pre-defined: bold-label, italic-label default (???) +# defaultModeController Possibles values for defaultModeController are: Mode +# Mode, DetailList, DetailOnly, ListOnly and SplitOnly. Also, you can name your +# own custom controllers. If not specified, the default mode controller +# associated to the style is used. +# duplicateComponentWarnings On encountering duplicate components like true +# controllers or modules, warning messages are written to the log +# failOnAnnotationMisuse Throws error if properties, references or collections true +# have non-applicable annotations. +# generateDefaultModules If true it is not required to define modules in true +# application.xml, OX generates the modules' information automatically +# +# Views and Layouts +# alignedByColumns If true all properties within views are displayed aligned false +# by column same as using # on all views. +# buttonsForNoImageActions If true when an action has no image it uses a button false +# for display it, else it uses a link. +# maxSizeForTextEditor On large text (String) properties limits the display size 100 +# to this value +# readOnlyAsLabel ???? false +# showLabelsForToolBarActions If false the toolbar shows only the action images, true +# no text is displayed +# useIconsInsteadOfImages When both icon and image are defined for an action, true +# the icon will be used +# flowLayout If true adjusts the fields layout to the size of the page, false +# ignoring the , ; # used in @View +# showDefaultActionInBottom If true the default action is shown as the first true +# action in bottom, even if it is already in top buttom bar +# +# Lists and Collections +# customizeList If false, list customization is disallowed true +# detailOnBottomInCollections false +# ignoreAccentsForStringArgumentsInConditions If true it ignores accents to false +# string arguments for conditions in list and collections +# pageRowCount Default number of objects to show in lists and collections 10 +# resizeColumns If false, columns resizing is disabled false +# saveAndStayForCollections If false, the save and stay button is hidden when true +# adding elements to collections +# showCountInList Displays the number of items at the bottom of the list true +# showIconForViewReadOnly true +# showFilterByDefaultInList If true filter is shown by default for list on init. true +# The user always has the option to show or hide the filter +# summationInList If true, summary rows are shown at bottom of lists, under true +# numerical columns. Users can manually turn on or off the totals at each column +# tabAsEJB false +# toUpperForStringArgumentsInConditions If true upper case conversions are applied true +# to string arguments for conditions in list and collections. If true, also +# searching using list or collections are more flexible (the user can use +# indistinctly upper or lower case) but can be slower in some databases +# (because they cannot use index) +# filterOnChange Filtering is done automatically when an option of a combo true +# is chosen, without clicking on filter button +# +# Help +# helpAvailable If true an icon to go to help is shown in the module false +# helpInNewWindow If true the help page is opened in a new window, if false, true +# the help page is opened in the current window +# helpPrefix Help prefix for the help URL generation +# helpSuffix Help suffix for the help URL generation +# +# FILE Stereotype +# filePersistorClass Defines which class provides the storing of attachments. org.openxava.web.editors.FileSystemPersistor +# filesPath File storage directory, if no database is used. +# +# Reporting +# reportParametersProviderClass Class that provides the report parameters org.openxava.util.DefaultReportParametersProvider +# +# Miscellaneous +# csvEncoding Because it's impossible to obtain the client encoding, that used by Excel to open the file. UTF-8, ISO-8859-1 +# csvSeparator ; +# hibernateJavaLoggingLevel Logging level for hibernate. Valid values are: INFO +# SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# javaLoggingLevel Logging level for java. Valid values are: INFO +# SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF +# componentParsersClasses List of comma separated classes used for parsing the org.openxava.component.parse.XMLComponentParser, org.openxava.component.parse.AnnotatedClassParser +# components, they must implement org.openxava.component.parse.IComponentParser +# +# For email notifications +#accessTrackerProvidersClasses=org.openxava.util.EmailNotificationsAccessTrackerProvider +# +# For log access tracking +#accessTrackerProvidersClasses=org.openxava.util.LogAccessTrackerProvider +# +# For email notifications and log access tracking +#accessTrackerProvidersClasses=org.openxava.util.EmailNotificationsAccessTrackerProvider,org.openxava.util.LogAccessTrackerProvider +# +# For using ENTER to move to next field +#enterMovesToNextField=true + +# To set the property names (in order) that will shown in combo on @Descriptionslist +#defaultDescriptionPropertiesValueForDescriptionsList=descripcion,description,nombre,name,descricao,nome diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/application.xml b/OpenXAVA/workspace/bmo/target/classes/xava/application.xml new file mode 100644 index 0000000..d177304 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/application.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/controllers.xml b/OpenXAVA/workspace/bmo/target/classes/xava/controllers.xml new file mode 100644 index 0000000..ec5d87c --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/controllers.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/annotation-type-default.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/annotation-type-default.dtd new file mode 100644 index 0000000..1fde99b --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/annotation-type-default.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/aplicacion.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/aplicacion.dtd new file mode 100644 index 0000000..f001fce --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/aplicacion.dtd @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/application.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/application.dtd new file mode 100644 index 0000000..8f63624 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/application.dtd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/controladores.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/controladores.dtd new file mode 100644 index 0000000..3412359 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/controladores.dtd @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/controllers.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/controllers.dtd new file mode 100644 index 0000000..fc376ba --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/controllers.dtd @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/conversores.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/conversores.dtd new file mode 100644 index 0000000..5c8bb71 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/conversores.dtd @@ -0,0 +1,15 @@ + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/converters.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/converters.dtd new file mode 100644 index 0000000..10326c1 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/converters.dtd @@ -0,0 +1,15 @@ + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/default-size.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/default-size.dtd new file mode 100644 index 0000000..d029ed5 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/default-size.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/editores.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/editores.dtd new file mode 100644 index 0000000..72a8804 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/editores.dtd @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/editors.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/editors.dtd new file mode 100644 index 0000000..34afab4 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/editors.dtd @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/longitud-defecto.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/longitud-defecto.dtd new file mode 100644 index 0000000..e05584e --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/longitud-defecto.dtd @@ -0,0 +1,22 @@ + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/stereotype-type-default.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/stereotype-type-default.dtd new file mode 100644 index 0000000..206aace --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/stereotype-type-default.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tabs-default-values.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tabs-default-values.dtd new file mode 100644 index 0000000..8bf044b --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tabs-default-values.dtd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tipo-anotacion-defecto.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tipo-anotacion-defecto.dtd new file mode 100644 index 0000000..a9b5146 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tipo-anotacion-defecto.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tipo-estereotipo-defecto.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tipo-estereotipo-defecto.dtd new file mode 100644 index 0000000..7b04bc5 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/tipo-estereotipo-defecto.dtd @@ -0,0 +1,9 @@ + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/validadores.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/validadores.dtd new file mode 100644 index 0000000..ff59afa --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/validadores.dtd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/validators.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/validators.dtd new file mode 100644 index 0000000..bca5b92 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/validators.dtd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/classes/xava/dtds/valores-defecto-tabs.dtd b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/valores-defecto-tabs.dtd new file mode 100644 index 0000000..a09581b --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/classes/xava/dtds/valores-defecto-tabs.dtd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenXAVA/workspace/bmo/target/dependency-maven-plugin-markers/org.openxava-openxava-jar-7.2.31986011733 b/OpenXAVA/workspace/bmo/target/dependency-maven-plugin-markers/org.openxava-openxava-jar-7.2.31986011733 new file mode 100644 index 0000000..e69de29 diff --git a/OpenXAVA/workspace/bmo/target/test-classes/xava-junit.properties b/OpenXAVA/workspace/bmo/target/test-classes/xava-junit.properties new file mode 100644 index 0000000..2586e04 --- /dev/null +++ b/OpenXAVA/workspace/bmo/target/test-classes/xava-junit.properties @@ -0,0 +1,5 @@ +port=8080 +locale=en + +# By default the application name, uncomment to not use application name in the URL +# contextPath=/ \ No newline at end of file diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/index_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/index_jsp.class new file mode 100644 index 0000000..916b6fb Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/index_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/index_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/index_jsp.java new file mode 100644 index 0000000..4f44258 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/index_jsp.java @@ -0,0 +1,273 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:44:56 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import com.openxava.naviox.util.OrganizationsCurrent; +import org.openxava.web.Browsers; +import org.openxava.util.Users; +import com.openxava.naviox.impl.SignInHelper; + +public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/../xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.web.Browsers"); + _jspx_imports_classes.add("org.openxava.util.Users"); + _jspx_imports_classes.add("com.openxava.naviox.util.OrganizationsCurrent"); + _jspx_imports_classes.add("com.openxava.naviox.impl.SignInHelper"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write(" \n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + com.openxava.naviox.Modules modules = null; + synchronized (session) { + modules = (com.openxava.naviox.Modules) _jspx_page_context.getAttribute("modules", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (modules == null){ + modules = new com.openxava.naviox.Modules(); + _jspx_page_context.setAttribute("modules", modules, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + out.write('\n'); + +String signInURL = SignInHelper.getSignInURL(); +if (Users.getCurrent() != null || OrganizationsCurrent.get(request) != null) { + String module = Users.getCurrent() == null?"SignIn":modules.getCurrent(request); + String url = Browsers.isMobile(request) && !"Index".equals(modules.getCurrent(request))?"phone":"m/" + module; + if (signInURL != null && Users.getCurrent() == null && session.getAttribute("naviox.originalURL") == null) { + session.setAttribute("naviox.originalURL", request.getContextPath()); + url = request.getContextPath() + signInURL; + } + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +} +else { + if (signInURL != null && session.getAttribute("naviox.originalURL") == null) { + session.setAttribute("naviox.originalURL", request.getContextPath()); + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + else { + + out.write('\n'); + out.write(' '); + out.write(' '); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "naviox/welcome.jsp", out, false); + out.write('\n'); + out.write(' '); + out.write(' '); + + } +} + + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fnonce_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:nonce + org.openxava.web.taglib.NonceTag _jspx_th_xava_005fnonce_005f0 = (org.openxava.web.taglib.NonceTag) _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.get(org.openxava.web.taglib.NonceTag.class); + boolean _jspx_th_xava_005fnonce_005f0_reused = false; + try { + _jspx_th_xava_005fnonce_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fnonce_005f0.setParent(null); + int _jspx_eval_xava_005fnonce_005f0 = _jspx_th_xava_005fnonce_005f0.doStartTag(); + if (_jspx_th_xava_005fnonce_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.reuse(_jspx_th_xava_005fnonce_005f0); + _jspx_th_xava_005fnonce_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fnonce_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fnonce_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fnonce_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:nonce + org.openxava.web.taglib.NonceTag _jspx_th_xava_005fnonce_005f1 = (org.openxava.web.taglib.NonceTag) _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.get(org.openxava.web.taglib.NonceTag.class); + boolean _jspx_th_xava_005fnonce_005f1_reused = false; + try { + _jspx_th_xava_005fnonce_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fnonce_005f1.setParent(null); + int _jspx_eval_xava_005fnonce_005f1 = _jspx_th_xava_005fnonce_005f1.doStartTag(); + if (_jspx_th_xava_005fnonce_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.reuse(_jspx_th_xava_005fnonce_005f1); + _jspx_th_xava_005fnonce_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fnonce_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fnonce_005f1_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/firstSteps_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/firstSteps_jsp.class new file mode 100644 index 0000000..3ba382e Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/firstSteps_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/firstSteps_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/firstSteps_jsp.java new file mode 100644 index 0000000..e6c1001 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/firstSteps_jsp.java @@ -0,0 +1,185 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:07 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class firstSteps_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/../xava/imports.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write("\r\n"); + out.write("\r\n"); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("

"); + if (_jspx_meth_xava_005fmessage_005f0(_jspx_page_context)) + return; + out.write("

\r\n"); + out.write("
\r\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fmessage_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f0 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f0_reused = false; + try { + _jspx_th_xava_005fmessage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f0.setParent(null); + // /naviox/firstSteps.jsp(16,4) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f0.setKey("first_steps_prompt"); + int _jspx_eval_xava_005fmessage_005f0 = _jspx_th_xava_005fmessage_005f0.doStartTag(); + if (_jspx_th_xava_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f0); + _jspx_th_xava_005fmessage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f0_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/index_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/index_jsp.class new file mode 100644 index 0000000..019b584 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/index_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/index_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/index_jsp.java new file mode 100644 index 0000000..99a4e6a --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/index_jsp.java @@ -0,0 +1,374 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:44:59 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import com.openxava.naviox.util.NaviOXPreferences; +import org.openxava.web.servlets.Servlets; +import org.openxava.util.Locales; +import org.openxava.util.XavaPreferences; +import org.openxava.web.style.XavaStyle; +import org.openxava.web.style.Themes; +import org.apache.commons.logging.LogFactory; +import org.apache.commons.logging.Log; + +public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + +private static Log log = LogFactory.getLog("index.jsp"); + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(6); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/../xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/indexExt.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("com.openxava.naviox.util.NaviOXPreferences"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.web.style.XavaStyle"); + _jspx_imports_classes.add("org.openxava.web.style.Themes"); + _jspx_imports_classes.add("org.apache.commons.logging.Log"); + _jspx_imports_classes.add("org.apache.commons.logging.LogFactory"); + _jspx_imports_classes.add("org.openxava.web.servlets.Servlets"); + _jspx_imports_classes.add("org.openxava.util.Locales"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + +Servlets.setCharacterEncoding(request, response); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\r'); + out.write('\n'); + com.openxava.naviox.Modules modules = null; + synchronized (session) { + modules = (com.openxava.naviox.Modules) _jspx_page_context.getAttribute("modules", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (modules == null){ + modules = new com.openxava.naviox.Modules(); + _jspx_page_context.setAttribute("modules", modules, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + +String windowId = context.getWindowId(request); +context.setCurrentWindowId(windowId); +if ("true".equals(request.getParameter("init"))) { + context.resetModule(request); +} +String app = request.getParameter("application"); +String module = context.getCurrentModule(request); +try { + modules.setCurrent(request); +} +catch (org.openxava.util.ElementNotFoundException ex) { + log.error(ex.getMessage(), ex); + response.sendError(HttpServletResponse.SC_NOT_FOUND); + return; +} +String oxVersion = org.openxava.controller.ModuleManager.getVersion(); +String title = (String) request.getAttribute("naviox.pageTitle"); +if (title == null) title = modules.getCurrentModuleDescription(request); +boolean hasModules = modules.hasModules(request); +org.openxava.controller.ModuleManager manager = (org.openxava.controller.ModuleManager) context + .get(app, module, "manager", "org.openxava.controller.ModuleManager"); +manager.setSession(session); +manager.setApplicationName(request.getParameter("application")); +manager.setModuleName(module); // In order to show the correct description in head + + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write(" "); + out.print(title); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write(" "); + if (hasModules) { + out.write("\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "leftMenu.jsp", out, false); + out.write("\r\n"); + out.write(" "); + } + out.write("\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "moduleHeader.jsp", out, false); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" "); + if ("SignIn".equals(module)) { + out.write("\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, NaviOXPreferences.getInstance().getSignInJSP(), out, false); + out.write("\r\n"); + out.write(" "); + } else { + out.write("\r\n"); + out.write("
\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "../xava/module.jsp?application=" + app + "&module=" + module + "&htmlHead=false", out, false); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" "); + } + out.write("\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write(" "); + out.write("\r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fnonce_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:nonce + org.openxava.web.taglib.NonceTag _jspx_th_xava_005fnonce_005f0 = (org.openxava.web.taglib.NonceTag) _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.get(org.openxava.web.taglib.NonceTag.class); + boolean _jspx_th_xava_005fnonce_005f0_reused = false; + try { + _jspx_th_xava_005fnonce_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fnonce_005f0.setParent(null); + int _jspx_eval_xava_005fnonce_005f0 = _jspx_th_xava_005fnonce_005f0.doStartTag(); + if (_jspx_th_xava_005fnonce_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.reuse(_jspx_th_xava_005fnonce_005f0); + _jspx_th_xava_005fnonce_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fnonce_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fnonce_005f0_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/leftMenu_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/leftMenu_jsp.class new file mode 100644 index 0000000..e4ab450 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/leftMenu_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/leftMenu_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/leftMenu_jsp.java new file mode 100644 index 0000000..148c820 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/leftMenu_jsp.java @@ -0,0 +1,323 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:06 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.util.Users; +import com.openxava.naviox.util.NaviOXPreferences; + +public final class leftMenu_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(6); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/organizationNameExt.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/../xava/imports.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("com.openxava.naviox.util.NaviOXPreferences"); + _jspx_imports_classes.add("org.openxava.util.Users"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + com.openxava.naviox.Modules modules = null; + synchronized (session) { + modules = (com.openxava.naviox.Modules) _jspx_page_context.getAttribute("modules", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (modules == null){ + modules = new com.openxava.naviox.Modules(); + _jspx_page_context.setAttribute("modules", modules, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write("\r\n"); + out.write("\r\n"); + +boolean isFirstSteps = com.openxava.naviox.Modules.FIRST_STEPS.equals(modules.getCurrentModuleName()); +String display = isFirstSteps?"class='ox-display-block-important'":""; + + out.write("\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" "); + out.print(modules.getApplicationLabel(request)); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" "); + String organizationName = modules.getOrganizationName(request); + out.write("\r\n"); + out.write(" "); + out.print(organizationName); + out.write("\r\n"); + out.write(" "); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write(" "); + if (Users.getCurrent() != null && modules.showsIndexLink()) { + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write(" "); + if (_jspx_meth_xava_005flabel_005f0(_jspx_page_context)) + return; + out.write("\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write(" "); + } + out.write("\r\n"); + out.write(" \r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "selectModules.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("bookmarkModules", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("true", request.getCharacterEncoding()), out, false); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" "); + if (modules.showsSearchModules(request)) { + out.write("\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" "); + } + out.write("\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, NaviOXPreferences.getInstance().getModulesMenuJSP(), out, false); + out.write("\r\n"); + out.write("
\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("\r\n"); + if (!isFirstSteps) { + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + } + out.write('\r'); + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005flabel_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:label + org.openxava.web.taglib.LabelTag _jspx_th_xava_005flabel_005f0 = (org.openxava.web.taglib.LabelTag) _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.get(org.openxava.web.taglib.LabelTag.class); + boolean _jspx_th_xava_005flabel_005f0_reused = false; + try { + _jspx_th_xava_005flabel_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005flabel_005f0.setParent(null); + // /naviox/leftMenu.jsp(47,5) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flabel_005f0.setKey("myOrganizations"); + int _jspx_eval_xava_005flabel_005f0 = _jspx_th_xava_005flabel_005f0.doStartTag(); + if (_jspx_th_xava_005flabel_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005flabel_005f0); + _jspx_th_xava_005flabel_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flabel_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005flabel_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f0 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f0_reused = false; + try { + _jspx_th_xava_005fmessage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f0.setParent(null); + // /naviox/leftMenu.jsp(59,69) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f0.setKey("search_modules"); + int _jspx_eval_xava_005fmessage_005f0 = _jspx_th_xava_005fmessage_005f0.doStartTag(); + if (_jspx_th_xava_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f0); + _jspx_th_xava_005fmessage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f0_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/moduleHeader_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/moduleHeader_jsp.class new file mode 100644 index 0000000..7e721e7 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/moduleHeader_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/moduleHeader_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/moduleHeader_jsp.java new file mode 100644 index 0000000..80d50ff --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/moduleHeader_jsp.java @@ -0,0 +1,388 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:00 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.application.meta.MetaModule; +import org.openxava.util.Is; +import com.openxava.naviox.util.NaviOXPreferences; +import org.openxava.util.Users; +import com.openxava.naviox.util.OrganizationsCurrent; + +public final class moduleHeader_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/../xava/imports.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("com.openxava.naviox.util.NaviOXPreferences"); + _jspx_imports_classes.add("org.openxava.util.Users"); + _jspx_imports_classes.add("com.openxava.naviox.util.OrganizationsCurrent"); + _jspx_imports_classes.add("org.openxava.util.Is"); + _jspx_imports_classes.add("org.openxava.application.meta.MetaModule"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write("\r\n"); + out.write("\r\n"); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\r'); + out.write('\n'); + com.openxava.naviox.Modules modules = null; + synchronized (session) { + modules = (com.openxava.naviox.Modules) _jspx_page_context.getAttribute("modules", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (modules == null){ + modules = new com.openxava.naviox.Modules(); + _jspx_page_context.setAttribute("modules", modules, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write("\r\n"); + out.write("\r\n"); + +String module = context.getCurrentModule(request); +boolean hasModules = modules.hasModules(request); +boolean isFirstSteps = com.openxava.naviox.Modules.FIRST_STEPS.equals(module); + + out.write("\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" "); + if (!isFirstSteps) { + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" "); + } + out.write(" \r\n"); + out.write(" "); + + String organizationName = modules.getOrganizationName(request); + if (!Is.emptyString(organizationName)) organizationName += " - "; + String title = organizationName + modules.getApplicationLabel(request); + + out.write('\r'); + out.write('\n'); + out.write(' '); + if (hasModules && !isFirstSteps) { + out.write("\r\n"); + out.write(" \r\n"); + out.write(" "); + out.print(title); + out.write(" :\r\n"); + out.write(" \r\n"); + out.write(" "); + + } + else if ("SignIn".equals(module)) { + + out.write("\r\n"); + out.write(" "); + out.print(title); + out.write('\r'); + out.write('\n'); + out.write(' '); + + } + + for (MetaModule metaModule: modules.getTopModules()) { + if (metaModule.getName().equals("SignIn")) continue; + boolean isSelected = metaModule.getName().equals(request.getParameter("module")); + String selected = isSelected?"selected":"unselected"; + if (isSelected) { + + out.write(" \r\n"); + out.write(" "); + out.print(metaModule.getLabel(request.getLocale())); + out.write("\r\n"); + out.write(" "); + + } + else { + + out.write("\r\n"); + out.write(" "); + out.print(metaModule.getLabel(request.getLocale())); + out.write("\r\n"); + out.write(" "); + + } + } + + out.write(" \r\n"); + out.write("  \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" "); + + if (Is.emptyString(NaviOXPreferences.getInstance().getAutologinUser())) { + String userName = Users.getCurrent(); + String currentModule = request.getParameter("module"); + boolean showSignIn = userName == null && !currentModule.equals("SignIn"); + if (showSignIn) { + String selected = "SignIn".equals(currentModule)?"selected":""; + + out.write("\r\n"); + out.write(" \r\n"); + out.write(" "); + if (_jspx_meth_xava_005fmessage_005f1(_jspx_page_context)) + return; + out.write("\r\n"); + out.write(" \r\n"); + out.write(" "); + + } + if (userName != null) { + String organization = OrganizationsCurrent.get(request); + if (organization == null) organization = ""; + + out.write("\r\n"); + out.write(" "); + if (_jspx_meth_xava_005fmessage_005f2(_jspx_page_context)) + return; + out.write(' '); + out.write('('); + out.print(userName); + out.write(")\r\n"); + out.write(" "); + + } + } + + out.write("\r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("\r\n"); + out.write(" "); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fmessage_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f1 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f1_reused = false; + try { + _jspx_th_xava_005fmessage_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f1.setParent(null); + // /naviox/moduleHeader.jsp(84,5) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f1.setKey("signin"); + int _jspx_eval_xava_005fmessage_005f1 = _jspx_th_xava_005fmessage_005f1.doStartTag(); + if (_jspx_th_xava_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f1); + _jspx_th_xava_005fmessage_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f2 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f2_reused = false; + try { + _jspx_th_xava_005fmessage_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f2.setParent(null); + // /naviox/moduleHeader.jsp(92,111) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f2.setKey("signout"); + int _jspx_eval_xava_005fmessage_005f2 = _jspx_th_xava_005fmessage_005f2.doStartTag(); + if (_jspx_th_xava_005fmessage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f2); + _jspx_th_xava_005fmessage_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f2_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesList_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesList_jsp.class new file mode 100644 index 0000000..8e32e9f Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesList_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesList_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesList_jsp.java new file mode 100644 index 0000000..372d8b0 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesList_jsp.java @@ -0,0 +1,135 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:06 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class modulesList_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "selectModules.jsp", out, false); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesMenu_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesMenu_jsp.class new file mode 100644 index 0000000..b53a98b Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesMenu_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesMenu_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesMenu_jsp.java new file mode 100644 index 0000000..382bcd7 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/modulesMenu_jsp.java @@ -0,0 +1,158 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:06 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import com.openxava.naviox.util.NaviOXPreferences; + +public final class modulesMenu_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/../xava/imports.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("com.openxava.naviox.util.NaviOXPreferences"); + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("
\n"); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, NaviOXPreferences.getInstance().getModulesListJSP(), out, false); + out.write("\n"); + out.write("
\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/selectModules_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/selectModules_jsp.class new file mode 100644 index 0000000..23a1132 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/selectModules_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/selectModules_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/selectModules_jsp.java new file mode 100644 index 0000000..1f43387 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/selectModules_jsp.java @@ -0,0 +1,314 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:06 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import java.util.Iterator; +import java.util.Collection; +import org.openxava.util.Is; +import org.openxava.util.Strings; +import org.openxava.util.Locales; +import org.openxava.application.meta.MetaModule; + +public final class selectModules_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/../xava/imports.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("java.util.Iterator"); + _jspx_imports_classes.add("org.openxava.util.Strings"); + _jspx_imports_classes.add("java.util.Collection"); + _jspx_imports_classes.add("org.openxava.util.Locales"); + _jspx_imports_classes.add("org.openxava.util.Is"); + _jspx_imports_classes.add("org.openxava.application.meta.MetaModule"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + com.openxava.naviox.Modules modules = null; + synchronized (session) { + modules = (com.openxava.naviox.Modules) _jspx_page_context.getAttribute("modules", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (modules == null){ + modules = new com.openxava.naviox.Modules(); + _jspx_page_context.setAttribute("modules", modules, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + out.write('\n'); + +String searchWord = request.getParameter("searchWord"); +searchWord = searchWord == null?"":Strings.removeAccents(searchWord.toLowerCase()); +Collection modulesList = modules.getMenuModules(request); +boolean bookmarkModules = "true".equals(request.getParameter("bookmarkModules")); +String smodulesLimit = request.getParameter("modulesLimit"); +int modulesLimit = smodulesLimit == null?30:Integer.parseInt(smodulesLimit); +int counter = 0; +boolean loadMore = false; +for (Iterator it= modulesList.iterator(); it.hasNext();) { + if (counter == modulesLimit) { + loadMore = true; + break; + } + MetaModule module = (MetaModule) it.next(); + String selected = module.getName().equals(modules.getCurrent(request))?"selected":""; + String label = module.getLabel(Locales.getCurrent()); + String description = module.getDescription(Locales.getCurrent()); + String normalizedLabel = Strings.removeAccents(label.toLowerCase()); + String normalizedDescription = Strings.removeAccents(description.toLowerCase()); + if (!Is.emptyString(searchWord) && !normalizedLabel.contains(searchWord) && !normalizedDescription.contains(searchWord)) continue; + counter++; + + out.write("\n"); + out.write(" '); + out.write(' '); + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" "); + out.print(label); + out.write("\n"); + out.write(" "); + if (bookmarkModules) { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } + out.write("\n"); + out.write(" \n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" \n"); + +} + +if (loadMore) { + + out.write("\n"); + out.write(" \n"); + out.write("
\n"); + out.write(" \n"); + out.write(" "); + if (_jspx_meth_xava_005fmessage_005f0(_jspx_page_context)) + return; + out.write("...\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + if (_jspx_meth_xava_005fmessage_005f1(_jspx_page_context)) + return; + out.write("...\n"); + out.write(" \n"); + out.write("
\n"); + out.write("
\n"); + +} + + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fmessage_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f0 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f0_reused = false; + try { + _jspx_th_xava_005fmessage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f0.setParent(null); + // /naviox/selectModules.jsp(66,1) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f0.setKey("loading"); + int _jspx_eval_xava_005fmessage_005f0 = _jspx_th_xava_005fmessage_005f0.doStartTag(); + if (_jspx_th_xava_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f0); + _jspx_th_xava_005fmessage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f1 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f1_reused = false; + try { + _jspx_th_xava_005fmessage_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f1.setParent(null); + // /naviox/selectModules.jsp(70,1) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f1.setKey("load_more_modules"); + int _jspx_eval_xava_005fmessage_005f1 = _jspx_th_xava_005fmessage_005f1.doStartTag(); + if (_jspx_th_xava_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f1); + _jspx_th_xava_005fmessage_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f1_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/signIn_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/signIn_jsp.class new file mode 100644 index 0000000..56c6309 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/signIn_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/signIn_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/signIn_jsp.java new file mode 100644 index 0000000..f0b2515 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/signIn_jsp.java @@ -0,0 +1,146 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:00 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class signIn_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write("\r\n"); + out.write("\r\n"); + +String app = request.getParameter("application"); + + out.write("\r\n"); + out.write("
\r\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "../xava/module.jsp?application=" + app + "&module=SignIn", out, false); + out.write("\r\n"); + out.write("
\r\n"); + out.write("\r\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/welcome_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/welcome_jsp.class new file mode 100644 index 0000000..eb9511f Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/welcome_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/welcome_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/welcome_jsp.java new file mode 100644 index 0000000..cd87088 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/naviox/welcome_jsp.java @@ -0,0 +1,311 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:44:57 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.naviox; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.web.servlets.Servlets; +import org.openxava.application.meta.MetaApplications; +import org.openxava.application.meta.MetaApplication; +import org.openxava.util.Locales; +import org.openxava.web.style.XavaStyle; +import org.openxava.util.XavaPreferences; +import org.openxava.web.Browsers; + +public final class welcome_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/naviox/../xava/imports.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.application.meta.MetaApplications"); + _jspx_imports_classes.add("org.openxava.web.style.XavaStyle"); + _jspx_imports_classes.add("org.openxava.application.meta.MetaApplication"); + _jspx_imports_classes.add("org.openxava.web.Browsers"); + _jspx_imports_classes.add("org.openxava.web.servlets.Servlets"); + _jspx_imports_classes.add("org.openxava.util.Locales"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + +Servlets.setCharacterEncoding(request, response); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + +MetaApplication metaApplication = MetaApplications.getMainMetaApplication(); +Locales.setCurrent(request); +String oxVersion = org.openxava.controller.ModuleManager.getVersion(); +String title = (String) request.getAttribute("naviox.pageTitle"); +if (title == null) title = metaApplication.getLabel(); + + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write(" "); + out.print(title); + out.write("\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("

"); + out.print(metaApplication.getLabel()); + out.write("

\r\n"); + out.write("

"); + out.print(metaApplication.getDescription()); + out.write("

\r\n"); + out.write("

"); + if (_jspx_meth_xava_005fmessage_005f0(_jspx_page_context)) + return; + out.write("

\r\n"); + out.write("

"); + if (_jspx_meth_xava_005fmessage_005f1(_jspx_page_context)) + return; + out.write("

\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write(" \r\n"); + out.write("
\r\n"); + out.write("\r\n"); + out.write("\r\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fmessage_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f0 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f0_reused = false; + try { + _jspx_th_xava_005fmessage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f0.setParent(null); + // /naviox/welcome.jsp(53,3) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f0.setKey("welcome_point1"); + int _jspx_eval_xava_005fmessage_005f0 = _jspx_th_xava_005fmessage_005f0.doStartTag(); + if (_jspx_th_xava_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f0); + _jspx_th_xava_005fmessage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f1 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f1_reused = false; + try { + _jspx_th_xava_005fmessage_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f1.setParent(null); + // /naviox/welcome.jsp(54,19) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f1.setKey("signin_tip"); + int _jspx_eval_xava_005fmessage_005f1 = _jspx_th_xava_005fmessage_005f1.doStartTag(); + if (_jspx_th_xava_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f1); + _jspx_th_xava_005fmessage_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005flabel_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:label + org.openxava.web.taglib.LabelTag _jspx_th_xava_005flabel_005f0 = (org.openxava.web.taglib.LabelTag) _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.get(org.openxava.web.taglib.LabelTag.class); + boolean _jspx_th_xava_005flabel_005f0_reused = false; + try { + _jspx_th_xava_005flabel_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005flabel_005f0.setParent(null); + // /naviox/welcome.jsp(59,42) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flabel_005f0.setKey("SignIn"); + int _jspx_eval_xava_005flabel_005f0 = _jspx_th_xava_005flabel_005f0.doStartTag(); + if (_jspx_th_xava_005flabel_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005flabel_005f0); + _jspx_th_xava_005flabel_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flabel_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005flabel_005f0_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/addToCollection_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/addToCollection_jsp.class new file mode 100644 index 0000000..05308f7 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/addToCollection_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/addToCollection_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/addToCollection_jsp.java new file mode 100644 index 0000000..35ef927 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/addToCollection_jsp.java @@ -0,0 +1,144 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:57 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class addToCollection_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + +String rowAction = request.getParameter("rowAction"); + + out.write("\n"); + out.write("\n"); + out.write("
\n"); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "list.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("rowAction", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(rowAction), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("onlyOneActionPerRow", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("true", request.getCharacterEncoding()), out, false); + out.write("\n"); + out.write("\n"); + out.write("
\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/barButton_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/barButton_jsp.class new file mode 100644 index 0000000..69b4db7 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/barButton_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/barButton_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/barButton_jsp.java new file mode 100644 index 0000000..048f18c --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/barButton_jsp.java @@ -0,0 +1,301 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:48 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.util.XavaPreferences; +import org.openxava.util.Is; +import org.openxava.controller.meta.MetaControllers; +import org.openxava.controller.meta.MetaAction; + +public final class barButton_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaAction"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaControllers"); + _jspx_imports_classes.add("org.openxava.util.Is"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fimage_0026_005fcssClass_005fargv_005faction_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fcssClass_005fargv_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fcssClass_005fargv_005faction_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + +boolean showImages = style.isShowImageInButtonBarButton(); +boolean showIcons = style.isUseIconsInsteadOfImages(); +boolean showLabels = !showImages?true:XavaPreferences.getInstance().isShowLabelsForToolBarActions(); +String actionName = request.getParameter("action"); +String addSpaceWithoutImage = request.getParameter("addSpaceWithoutImage"); +boolean addSpace = "true".equals(addSpaceWithoutImage); +if (!Is.emptyString(actionName)) { + MetaAction action = MetaControllers.getMetaAction(request.getParameter("action")); + String argv = request.getParameter("argv"); + String label = action.getLabel(request); + + out.write('\n'); + out.write('\n'); + out.write(' '); + if (style.isUseStandardImageActionForOnlyImageActionOnButtonBar() && action.hasImage() && Is.emptyString(label)) { + out.write('\n'); + // xava:image + org.openxava.web.taglib.ImageTag _jspx_th_xava_005fimage_005f0 = (org.openxava.web.taglib.ImageTag) _005fjspx_005ftagPool_005fxava_005fimage_0026_005fcssClass_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ImageTag.class); + boolean _jspx_th_xava_005fimage_005f0_reused = false; + try { + _jspx_th_xava_005fimage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fimage_005f0.setParent(null); + // /xava/barButton.jsp(24,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f0.setAction(action.getQualifiedName()); + // /xava/barButton.jsp(24,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f0.setArgv(argv ); + // /xava/barButton.jsp(24,0) name = cssClass type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f0.setCssClass(style.getButtonBarImage()); + int _jspx_eval_xava_005fimage_005f0 = _jspx_th_xava_005fimage_005f0.doStartTag(); + if (_jspx_th_xava_005fimage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fcssClass_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005fimage_005f0); + _jspx_th_xava_005fimage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fimage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fimage_005f0_reused); + } + out.write(' '); + out.write('\n'); + out.write(' '); + } else { + out.write(" \n"); + out.write(" \n"); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f0 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f0_reused = false; + try { + _jspx_th_xava_005flink_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f0.setParent(null); + // /xava/barButton.jsp(27,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setAction(action.getQualifiedName()); + // /xava/barButton.jsp(27,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setArgv(argv ); + int _jspx_eval_xava_005flink_005f0 = _jspx_th_xava_005flink_005f0.doStartTag(); + if (_jspx_eval_xava_005flink_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.write('\n'); + out.write(' '); + out.write(' '); + + boolean showLabel = (showLabels || !action.hasImage()) && !Is.emptyString(label); + boolean showImage = showImages && action.hasImage() || action.hasImage() && Is.emptyString(label); + boolean showIcon = action.hasIcon() && (showImages && (showIcons || !action.hasImage()) || Is.emptyString(label) && (showIcons || !action.hasImage())); + + out.write('\n'); + out.write(' '); + out.write(' '); + if (showIcon) { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } else if (showImage) { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } else if(addSpace) { + out.write("\n"); + out.write(" \n"); + out.write("       \n"); + out.write(" \n"); + out.write(" "); + + } + if (showLabel) { + out.write(" \n"); + out.write(" '); + out.print(label); + out.write(" \n"); + out.write(" "); + } + out.write(" \n"); + out.write(" "); + int evalDoAfterBody = _jspx_th_xava_005flink_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_xava_005flink_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.reuse(_jspx_th_xava_005flink_005f0); + _jspx_th_xava_005flink_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f0_reused); + } + out.write('\n'); + out.write(' '); + } + out.write(" \n"); + out.write("\n"); + +} + + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/bottomButtons_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/bottomButtons_jsp.class new file mode 100644 index 0000000..521d12d Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/bottomButtons_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/bottomButtons_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/bottomButtons_jsp.java new file mode 100644 index 0000000..8dccfc5 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/bottomButtons_jsp.java @@ -0,0 +1,277 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:02 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.controller.meta.MetaAction; + +public final class bottomButtons_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaAction"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fbutton_0026_005faction_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fbutton_0026_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fbutton_0026_005faction_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + out.write('\n'); + +org.openxava.controller.ModuleManager manager = (org.openxava.controller.ModuleManager) context.get(request, "manager", "org.openxava.controller.ModuleManager"); +manager.setSession(session); +if (manager.isBottomButtonsVisible()) { + + boolean buttonBar = !"false".equalsIgnoreCase(request.getParameter("buttonBar")); + String mode = request.getParameter("xava_mode"); + if (mode == null) mode = manager.getModeName(); + + String defaultAction = null; + if (org.openxava.util.XavaPreferences.getInstance().isShowDefaultActionInBottom() && manager.isDetailMode()) { + defaultAction = manager.getDefaultActionQualifiedName(); + + out.write('\n'); + out.write(' '); + // xava:button + org.openxava.web.taglib.ButtonTag _jspx_th_xava_005fbutton_005f0 = (org.openxava.web.taglib.ButtonTag) _005fjspx_005ftagPool_005fxava_005fbutton_0026_005faction_005fnobody.get(org.openxava.web.taglib.ButtonTag.class); + boolean _jspx_th_xava_005fbutton_005f0_reused = false; + try { + _jspx_th_xava_005fbutton_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fbutton_005f0.setParent(null); + // /xava/bottomButtons.jsp(20,1) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fbutton_005f0.setAction(defaultAction); + int _jspx_eval_xava_005fbutton_005f0 = _jspx_th_xava_005fbutton_005f0.doStartTag(); + if (_jspx_th_xava_005fbutton_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005fbutton_0026_005faction_005fnobody.reuse(_jspx_th_xava_005fbutton_005f0); + _jspx_th_xava_005fbutton_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fbutton_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fbutton_005f0_reused); + } + out.write('\n'); + out.write(' '); + + } + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + java.util.Iterator it = manager.getMetaActions().iterator(); + while (it.hasNext()) { + MetaAction action = (MetaAction) it.next(); + if (!manager.actionApplies(action)) continue; + if (action.getQualifiedName().equals(defaultAction)) continue; + if (action.appliesToMode(mode) && (!buttonBar || !(action.hasImage() || action.hasIcon()))) { + + out.write('\n'); + out.write(' '); + out.write(' '); + // xava:button + org.openxava.web.taglib.ButtonTag _jspx_th_xava_005fbutton_005f1 = (org.openxava.web.taglib.ButtonTag) _005fjspx_005ftagPool_005fxava_005fbutton_0026_005faction_005fnobody.get(org.openxava.web.taglib.ButtonTag.class); + boolean _jspx_th_xava_005fbutton_005f1_reused = false; + try { + _jspx_th_xava_005fbutton_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fbutton_005f1.setParent(null); + // /xava/bottomButtons.jsp(33,2) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fbutton_005f1.setAction(action.getQualifiedName()); + int _jspx_eval_xava_005fbutton_005f1 = _jspx_th_xava_005fbutton_005f1.doStartTag(); + if (_jspx_th_xava_005fbutton_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005fbutton_0026_005faction_005fnobody.reuse(_jspx_th_xava_005fbutton_005f1); + _jspx_th_xava_005fbutton_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fbutton_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fbutton_005f1_reused); + } + out.write('\n'); + out.write(' '); + out.write(' '); + + } + } + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + MetaAction defaultMetaAction = manager.getDefaultMetaAction(); + if (defaultMetaAction != null) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + + out.write(' '); + out.write('\n'); + out.write('\n'); + } // if (manager.isBottomButtonsVisible()) { + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/buttonBar_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/buttonBar_jsp.class new file mode 100644 index 0000000..77bb42e Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/buttonBar_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/buttonBar_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/buttonBar_jsp.java new file mode 100644 index 0000000..8e22ec3 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/buttonBar_jsp.java @@ -0,0 +1,546 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:01 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.controller.meta.MetaAction; +import org.openxava.util.XavaPreferences; +import org.openxava.util.Is; +import org.openxava.util.Locales; +import org.openxava.controller.meta.MetaSubcontroller; +import java.util.Collection; +import java.util.List; +import java.util.ArrayList; +import java.util.Arrays; +import org.openxava.web.Ids; +import org.openxava.util.EmailNotifications; +import org.openxava.controller.meta.MetaControllerElement; +import org.openxava.model.meta.MetaProperty; +import org.openxava.util.Dates; + +public final class buttonBar_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaSubcontroller"); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("java.util.Arrays"); + _jspx_imports_classes.add("org.openxava.util.Dates"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("java.util.Collection"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaControllerElement"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + _jspx_imports_classes.add("org.openxava.util.EmailNotifications"); + _jspx_imports_classes.add("org.openxava.util.Is"); + _jspx_imports_classes.add("java.util.ArrayList"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaAction"); + _jspx_imports_classes.add("java.util.List"); + _jspx_imports_classes.add("org.openxava.util.Locales"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fimage_0026_005faction_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005fimage_0026_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction.release(); + _005fjspx_005ftagPool_005fxava_005fimage_0026_005faction_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + +org.openxava.controller.ModuleManager manager = (org.openxava.controller.ModuleManager) context.get(request, "manager", "org.openxava.controller.ModuleManager"); +manager.setSession(session); +boolean onBottom = false; +String mode = request.getParameter("xava_mode"); +if (mode == null) mode = manager.isSplitMode()?"detail":manager.getModeName(); +boolean headerButtonBar = !manager.isSplitMode() || mode.equals("list"); +boolean listFormats = !manager.isSplitMode() && mode.equals("list"); +boolean hasLocalDate = false; + +if (manager.isButtonBarVisible()) { + + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" \n"); + out.write(" "); + + java.util.Stack previousViews = (java.util.Stack) context.get(request, "xava_previousViews"); + if (manager.isDetailMode() && !manager.isDetailModeOnly() && previousViews.isEmpty()) { + + out.write('\n'); + out.write(' '); + out.write(' '); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "barButton.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("action", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(manager.getGoListAction()), request.getCharacterEncoding()), out, false); + out.write('\n'); + out.write(' '); + + } + + Collection elements = manager.getMetaControllerElements(); + for (MetaControllerElement element : elements){ + if (!element.appliesToMode(mode)) continue; + if (element instanceof MetaAction){ + MetaAction action = (MetaAction) element; + if (!manager.actionApplies(action)) continue; + if (action.hasImage() || action.hasIcon()) { + + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "barButton.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("action", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(action.getQualifiedName()), request.getCharacterEncoding()), out, false); + out.write(" \n"); + out.write(" "); + + } + } + else if (element instanceof MetaSubcontroller){ + MetaSubcontroller subcontroller = (MetaSubcontroller) element; + if (subcontroller.hasActionsInThisMode(mode)){ + + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "subButton.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("controller", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(subcontroller.getControllerName()), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("image", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(subcontroller.getImage()), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("icon", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(subcontroller.getIcon()), request.getCharacterEncoding()), out, false); + out.write("\n"); + out.write(" "); + + } + } + } + + out.write("\n"); + out.write(" \n"); + out.write("
\n"); + out.write("\n"); + out.write("
\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + + if (listFormats) { + String tabObject = request.getParameter("tabObject"); + tabObject = (tabObject == null || tabObject.equals(""))?"xava_tab":tabObject; + org.openxava.tab.Tab tab = (org.openxava.tab.Tab) context.get(request, tabObject); + Collection editors = org.openxava.web.WebEditors.getEditors(tab.getMetaTab()); + List listProperty = tab.getMetaProperties(); + List listProperty2 = new ArrayList<> (tab.getMetaTab().getMetaModel().getMetaProperties()); + + hasLocalDate = Dates.hasLocalDate(listProperty) || Dates.hasLocalDate(listProperty2); + if (!hasLocalDate) editors.remove("Calendar"); + + if (editors.size() > 1) for (String editor: editors) { + String icon = org.openxava.web.WebEditors.getIcon(editor); + if (icon == null) continue; + String selected = editor.equals(tab.getEditor())?style.getSelectedListFormat():""; + if (Is.emptyString(editor)) editor = "__NONAME__"; + + + out.write('\n'); + out.write(' '); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f0 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f0_reused = false; + try { + _jspx_th_xava_005flink_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f0.setParent(null); + // /xava/buttonBar.jsp(99,1) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setAction("ListFormat.select"); + // /xava/buttonBar.jsp(99,1) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setArgv("editor=" + editor); + // /xava/buttonBar.jsp(99,1) name = cssClass type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setCssClass(selected); + int _jspx_eval_xava_005flink_005f0 = _jspx_th_xava_005flink_005f0.doStartTag(); + if (_jspx_eval_xava_005flink_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.write("\n"); + out.write(" \n"); + out.write(" "); + int evalDoAfterBody = _jspx_th_xava_005flink_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_xava_005flink_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction.reuse(_jspx_th_xava_005flink_005f0); + _jspx_th_xava_005flink_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f0_reused); + } + out.write(" \n"); + out.write(" "); + + } + } + + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + + if (EmailNotifications.isEnabled(manager.getModuleName())) { + if (EmailNotifications.isSubscribedCurrentUserToModule(manager.getModuleName())) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + if (_jspx_meth_xava_005fimage_005f0(_jspx_page_context)) + return; + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + else { + + out.write(" \n"); + out.write(" \n"); + out.write(" "); + if (_jspx_meth_xava_005fimage_005f1(_jspx_page_context)) + return; + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + } + + + if (XavaPreferences.getInstance().isHelpAvailable() && style.isHelpAvailable()) { + String language = Locales.getCurrent().getLanguage(); + String href = XavaPreferences.getInstance().getHelpPrefix(); + String suffix = XavaPreferences.getInstance().getHelpSuffix(); + String target = XavaPreferences.getInstance().isHelpInNewWindow() ? "_blank" : ""; + if (href.startsWith("http:") || href.startsWith("https:")) { + if (href.endsWith("_")) href = href + language; + if (!Is.emptyString(suffix)) href = href + suffix; + } + else { + href = + "/" + manager.getApplicationName() + "/" + + href + + manager.getModuleName() + + "_" + language + + suffix; + } + String helpImage = null; + if (style.getHelpImage() != null) helpImage = !style.getHelpImage().startsWith("/")?request.getContextPath() + "/" + style.getHelpImage():style.getHelpImage(); + + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + if (helpImage == null) { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } else { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + + } + + out.write("\n"); + out.write("  \n"); + out.write(" \n"); + out.write("
\n"); + out.write("
\n"); + out.write(" \n"); + } // end isButtonBarVisible + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fid_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f0 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f0_reused = false; + try { + _jspx_th_xava_005fid_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f0.setParent(null); + // /xava/buttonBar.jsp(34,10) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f0.setName("controllerElement"); + int _jspx_eval_xava_005fid_005f0 = _jspx_th_xava_005fid_005f0.doStartTag(); + if (_jspx_th_xava_005fid_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f0); + _jspx_th_xava_005fid_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f1 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f1_reused = false; + try { + _jspx_th_xava_005fid_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f1.setParent(null); + // /xava/buttonBar.jsp(77,10) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f1.setName("modes"); + int _jspx_eval_xava_005fid_005f1 = _jspx_th_xava_005fid_005f1.doStartTag(); + if (_jspx_th_xava_005fid_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f1); + _jspx_th_xava_005fid_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fimage_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:image + org.openxava.web.taglib.ImageTag _jspx_th_xava_005fimage_005f0 = (org.openxava.web.taglib.ImageTag) _005fjspx_005ftagPool_005fxava_005fimage_0026_005faction_005fnobody.get(org.openxava.web.taglib.ImageTag.class); + boolean _jspx_th_xava_005fimage_005f0_reused = false; + try { + _jspx_th_xava_005fimage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fimage_005f0.setParent(null); + // /xava/buttonBar.jsp(113,4) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f0.setAction("EmailNotifications.unsubscribe"); + int _jspx_eval_xava_005fimage_005f0 = _jspx_th_xava_005fimage_005f0.doStartTag(); + if (_jspx_th_xava_005fimage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fimage_0026_005faction_005fnobody.reuse(_jspx_th_xava_005fimage_005f0); + _jspx_th_xava_005fimage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fimage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fimage_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fimage_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:image + org.openxava.web.taglib.ImageTag _jspx_th_xava_005fimage_005f1 = (org.openxava.web.taglib.ImageTag) _005fjspx_005ftagPool_005fxava_005fimage_0026_005faction_005fnobody.get(org.openxava.web.taglib.ImageTag.class); + boolean _jspx_th_xava_005fimage_005f1_reused = false; + try { + _jspx_th_xava_005fimage_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fimage_005f1.setParent(null); + // /xava/buttonBar.jsp(120,4) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f1.setAction("EmailNotifications.subscribe"); + int _jspx_eval_xava_005fimage_005f1 = _jspx_th_xava_005fimage_005f1.doStartTag(); + if (_jspx_th_xava_005fimage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fimage_0026_005faction_005fnobody.reuse(_jspx_th_xava_005fimage_005f1); + _jspx_th_xava_005fimage_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fimage_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fimage_005f1_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collectionFrameHeader_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collectionFrameHeader_jsp.class new file mode 100644 index 0000000..296455f Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collectionFrameHeader_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collectionFrameHeader_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collectionFrameHeader_jsp.java new file mode 100644 index 0000000..073a789 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collectionFrameHeader_jsp.java @@ -0,0 +1,325 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:30 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.web.WebEditors; +import org.openxava.view.View; +import org.openxava.tab.Tab; +import org.openxava.util.XavaPreferences; +import org.openxava.util.XavaResources; +import org.openxava.model.meta.MetaProperty; +import org.openxava.web.Ids; +import org.openxava.web.Collections; + +public final class collectionFrameHeader_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.view.View"); + _jspx_imports_classes.add("org.openxava.tab.Tab"); + _jspx_imports_classes.add("org.openxava.util.XavaResources"); + _jspx_imports_classes.add("org.openxava.web.Collections"); + _jspx_imports_classes.add("org.openxava.web.WebEditors"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +String collectionName = request.getParameter("collectionName"); +String viewObject = request.getParameter("viewObject"); +View view = (View) context.get(request, viewObject); +View collectionView = view.getSubview(collectionName); +String viewName = viewObject + "_" + collectionName; +String frameId = Ids.decorate(request, "frame_" + view.getPropertyPrefix() + collectionName); +String hiddenStyle = view.isFrameClosed(frameId)?"":"ox-display-none"; +if (!collectionView.isCollectionFromModel()) { + Tab tab = collectionView.getCollectionTab(); + if (request.getAttribute(Tab.TAB_RESETED_PREFIX + tab) == null) { + String collectionId = Collections.id(request, collectionName); + String tabObject = Collections.tabObject(collectionId); + tab.setTabObject(tabObject); + tab.setRequest(request); + tab.setConditionParameters(); + tab.reset(); + request.setAttribute(Tab.TAB_RESETED_PREFIX + tab, Boolean.TRUE); + } +} + + out.write("\n"); + out.write("\n"); + out.write("("); + out.print(collectionView.getCollectionSize()); + out.write(')'); + out.write('\n'); + + if (collectionView.isCollectionEditable()) { + + out.write('\n'); + // xava:image + org.openxava.web.taglib.ImageTag _jspx_th_xava_005fimage_005f0 = (org.openxava.web.taglib.ImageTag) _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ImageTag.class); + boolean _jspx_th_xava_005fimage_005f0_reused = false; + try { + _jspx_th_xava_005fimage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fimage_005f0.setParent(null); + // /xava/collectionFrameHeader.jsp(42,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f0.setAction(collectionView.getNewCollectionElementAction()); + // /xava/collectionFrameHeader.jsp(42,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f0.setArgv("viewObject="+viewName); + int _jspx_eval_xava_005fimage_005f0 = _jspx_th_xava_005fimage_005f0.doStartTag(); + if (_jspx_th_xava_005fimage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005fimage_005f0); + _jspx_th_xava_005fimage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fimage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fimage_005f0_reused); + } + out.write('\n'); + + } + + out.write("\n"); + out.write("\n"); + out.write("'); + out.write('\n'); + + int totalRows = collectionView.getCollectionTotalsCount(); +int totalColumns = collectionView.getMetaPropertiesList().size(); +for (int row=0; row'); + out.print(collectionView.getCollectionTotalLabel(row, column)); + out.write(":\n"); + out.write(" '); + out.print(ftotal); + out.write("\n"); + + } + } +} + +if (!collectionView.isCollectionFromModel() && XavaPreferences.getInstance().isSummationInList()) { + Tab tab = collectionView.getCollectionTab(); + int totalTabColumns = tab.getMetaProperties().size(); + for (int column=0; column'); + out.print(label); + out.write(":\n"); + out.write(" '); + out.print(ftotal); + out.write("\n"); + + } + } +} + + out.write("\n"); + out.write("\n"); + out.write("\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collection_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collection_jsp.class new file mode 100644 index 0000000..8f2d7f0 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collection_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collection_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collection_jsp.java new file mode 100644 index 0000000..f4f5a32 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/collection_jsp.java @@ -0,0 +1,217 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:31 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.model.meta.MetaCollection; +import java.util.Iterator; +import java.util.Collection; +import java.util.Map; +import org.openxava.util.Maps; +import org.openxava.util.Is; +import org.openxava.util.XavaPreferences; +import org.openxava.view.View; +import org.openxava.model.meta.MetaProperty; +import org.openxava.model.meta.MetaReference; +import org.openxava.web.WebEditors; + +public final class collection_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaCollection"); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("java.util.Iterator"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.util.Maps"); + _jspx_imports_classes.add("org.openxava.model.meta.MetaReference"); + _jspx_imports_classes.add("java.util.Collection"); + _jspx_imports_classes.add("java.util.Map"); + _jspx_imports_classes.add("org.openxava.view.View"); + _jspx_imports_classes.add("org.openxava.web.WebEditors"); + _jspx_imports_classes.add("org.openxava.util.Is"); + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +String collectionName = request.getParameter("collectionName"); +String viewObject = request.getParameter("viewObject"); +View view = (View) context.get(request, viewObject); +MetaCollection collection = view.getMetaModel().getMetaCollection(collectionName); + + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "editors/" + WebEditors.getMetaEditorFor(collection, view.getViewName()).getUrl(), out, false); + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/core_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/core_jsp.class new file mode 100644 index 0000000..819bbe7 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/core_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/core_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/core_jsp.java new file mode 100644 index 0000000..1d671ef --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/core_jsp.java @@ -0,0 +1,876 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:01 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class core_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(6); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/xava/viewExt.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.util.Messages messages = null; + messages = (org.openxava.util.Messages) _jspx_page_context.getAttribute("messages", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (messages == null){ + messages = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("messages", messages, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + out.write('\n'); + +org.openxava.controller.ModuleManager manager = (org.openxava.controller.ModuleManager) context.get(request, "manager"); +org.openxava.view.View view = (org.openxava.view.View) context.get(request, "xava_view"); +boolean buttonBar = !"false".equalsIgnoreCase(request.getParameter("buttonBar")); +String focusPropertyId = manager.isListMode()?org.openxava.web.Lists.FOCUS_PROPERTY_ID:view.getFocusPropertyId(); + + out.write("\n"); + out.write("
\n"); + out.write(" \n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write(" \n"); + +String listModeClass=manager.isListMode()?"class='" + style.getListMode() + "'":""; + + out.write("\n"); + out.write("\n"); + out.write("
\n"); + out.write("\n"); + out.write(" "); + if (buttonBar) { + out.write(" \n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "buttonBar.jsp", out, false); + out.write(" \n"); + out.write("
\n"); + out.write(" "); + } + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write("
\n"); + out.write(" "); + if (style.isShowModuleDescription() && !manager.isListMode()) { + out.write("\n"); + out.write("
\n"); + out.write(" "); + out.print(manager.getModuleDescription()); + out.write("\n"); + out.write("
\n"); + out.write(" "); + } + out.write(" \n"); + out.write(" \n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "errors.jsp", out, false); + out.write("\n"); + out.write("
\n"); + out.write(" \n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "messages.jsp", out, false); + out.write("\n"); + out.write("
\n"); + out.write("\n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, manager.getViewURL(), out, false); + out.write(" \n"); + out.write("
\n"); + out.write(" \n"); + out.write(" "); + out.write("\n"); + out.write(" \n"); + out.write("
\n"); + out.write("\n"); + out.write(" "); + if (style.isSeparatorBeforeBottomButtons()) { + out.write(" \n"); + out.write("
\n"); + out.write(" "); + } + out.write(" \n"); + out.write(" \n"); + out.write("\n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "bottomButtons.jsp", out, false); + out.write("\n"); + out.write("
\n"); + out.write(" \n"); + out.write("
\n"); + out.write(" \n"); + out.write("
\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fid_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f0 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f0_reused = false; + try { + _jspx_th_xava_005fid_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f0.setParent(null); + // /xava/core.jsp(14,10) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f0.setName("form"); + int _jspx_eval_xava_005fid_005f0 = _jspx_th_xava_005fid_005f0.doStartTag(); + if (_jspx_th_xava_005fid_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f0); + _jspx_th_xava_005fid_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f1 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f1_reused = false; + try { + _jspx_th_xava_005fid_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f1.setParent(null); + // /xava/core.jsp(14,40) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f1.setName("form"); + int _jspx_eval_xava_005fid_005f1 = _jspx_th_xava_005fid_005f1.doStartTag(); + if (_jspx_th_xava_005fid_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f1); + _jspx_th_xava_005fid_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f2 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f2_reused = false; + try { + _jspx_th_xava_005fid_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f2.setParent(null); + // /xava/core.jsp(23,27) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f2.setName("xava_action"); + int _jspx_eval_xava_005fid_005f2 = _jspx_th_xava_005fid_005f2.doStartTag(); + if (_jspx_th_xava_005fid_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f2); + _jspx_th_xava_005fid_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f2_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f3(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f3 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f3_reused = false; + try { + _jspx_th_xava_005fid_005f3.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f3.setParent(null); + // /xava/core.jsp(24,27) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f3.setName("xava_action_argv"); + int _jspx_eval_xava_005fid_005f3 = _jspx_th_xava_005fid_005f3.doStartTag(); + if (_jspx_th_xava_005fid_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f3); + _jspx_th_xava_005fid_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f3, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f3_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f4(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f4 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f4_reused = false; + try { + _jspx_th_xava_005fid_005f4.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f4.setParent(null); + // /xava/core.jsp(25,27) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f4.setName("xava_action_range"); + int _jspx_eval_xava_005fid_005f4 = _jspx_th_xava_005fid_005f4.doStartTag(); + if (_jspx_th_xava_005fid_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f4); + _jspx_th_xava_005fid_005f4_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f4, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f4_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f5(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f5 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f5_reused = false; + try { + _jspx_th_xava_005fid_005f5.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f5.setParent(null); + // /xava/core.jsp(26,27) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f5.setName("xava_action_already_processed"); + int _jspx_eval_xava_005fid_005f5 = _jspx_th_xava_005fid_005f5.doStartTag(); + if (_jspx_th_xava_005fid_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f5); + _jspx_th_xava_005fid_005f5_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f5, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f5_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f6(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f6 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f6_reused = false; + try { + _jspx_th_xava_005fid_005f6.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f6.setParent(null); + // /xava/core.jsp(27,27) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f6.setName("xava_action_application"); + int _jspx_eval_xava_005fid_005f6 = _jspx_th_xava_005fid_005f6.doStartTag(); + if (_jspx_th_xava_005fid_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f6); + _jspx_th_xava_005fid_005f6_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f6, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f6_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f7(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f7 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f7_reused = false; + try { + _jspx_th_xava_005fid_005f7.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f7.setParent(null); + // /xava/core.jsp(28,27) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f7.setName("xava_action_module"); + int _jspx_eval_xava_005fid_005f7 = _jspx_th_xava_005fid_005f7.doStartTag(); + if (_jspx_th_xava_005fid_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f7); + _jspx_th_xava_005fid_005f7_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f7, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f7_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f8(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f8 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f8_reused = false; + try { + _jspx_th_xava_005fid_005f8.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f8.setParent(null); + // /xava/core.jsp(29,27) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f8.setName("xava_changed_property"); + int _jspx_eval_xava_005fid_005f8 = _jspx_th_xava_005fid_005f8.doStartTag(); + if (_jspx_th_xava_005fid_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f8); + _jspx_th_xava_005fid_005f8_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f8, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f8_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f9(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f9 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f9_reused = false; + try { + _jspx_th_xava_005fid_005f9.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f9.setParent(null); + // /xava/core.jsp(30,25) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f9.setName("xava_current_focus"); + int _jspx_eval_xava_005fid_005f9 = _jspx_th_xava_005fid_005f9.doStartTag(); + if (_jspx_th_xava_005fid_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f9); + _jspx_th_xava_005fid_005f9_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f9, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f9_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f10(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f10 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f10_reused = false; + try { + _jspx_th_xava_005fid_005f10.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f10.setParent(null); + // /xava/core.jsp(31,7) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f10.setName("xava_current_focus"); + int _jspx_eval_xava_005fid_005f10 = _jspx_th_xava_005fid_005f10.doStartTag(); + if (_jspx_th_xava_005fid_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f10); + _jspx_th_xava_005fid_005f10_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f10, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f10_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f11(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f11 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f11_reused = false; + try { + _jspx_th_xava_005fid_005f11.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f11.setParent(null); + // /xava/core.jsp(32,25) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f11.setName("xava_previous_focus"); + int _jspx_eval_xava_005fid_005f11 = _jspx_th_xava_005fid_005f11.doStartTag(); + if (_jspx_th_xava_005fid_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f11); + _jspx_th_xava_005fid_005f11_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f11, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f11_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f12(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f12 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f12_reused = false; + try { + _jspx_th_xava_005fid_005f12.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f12.setParent(null); + // /xava/core.jsp(33,7) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f12.setName("xava_previous_focus"); + int _jspx_eval_xava_005fid_005f12 = _jspx_th_xava_005fid_005f12.doStartTag(); + if (_jspx_th_xava_005fid_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f12); + _jspx_th_xava_005fid_005f12_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f12, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f12_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f13(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f13 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f13_reused = false; + try { + _jspx_th_xava_005fid_005f13.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f13.setParent(null); + // /xava/core.jsp(34,27) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f13.setName("xava_focus_forward"); + int _jspx_eval_xava_005fid_005f13 = _jspx_th_xava_005fid_005f13.doStartTag(); + if (_jspx_th_xava_005fid_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f13); + _jspx_th_xava_005fid_005f13_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f13, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f13_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f14(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f14 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f14_reused = false; + try { + _jspx_th_xava_005fid_005f14.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f14.setParent(null); + // /xava/core.jsp(35,25) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f14.setName("xava_focus_property_id"); + int _jspx_eval_xava_005fid_005f14 = _jspx_th_xava_005fid_005f14.doStartTag(); + if (_jspx_th_xava_005fid_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f14); + _jspx_th_xava_005fid_005f14_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f14, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f14_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f15(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f15 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f15_reused = false; + try { + _jspx_th_xava_005fid_005f15.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f15.setParent(null); + // /xava/core.jsp(36,7) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f15.setName("xava_focus_property_id"); + int _jspx_eval_xava_005fid_005f15 = _jspx_th_xava_005fid_005f15.doStartTag(); + if (_jspx_th_xava_005fid_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f15); + _jspx_th_xava_005fid_005f15_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f15, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f15_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f16(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f16 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f16_reused = false; + try { + _jspx_th_xava_005fid_005f16.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f16.setParent(null); + // /xava/core.jsp(45,13) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f16.setName("button_bar"); + int _jspx_eval_xava_005fid_005f16 = _jspx_th_xava_005fid_005f16.doStartTag(); + if (_jspx_th_xava_005fid_005f16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f16); + _jspx_th_xava_005fid_005f16_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f16, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f16_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f17(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f17 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f17_reused = false; + try { + _jspx_th_xava_005fid_005f17.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f17.setParent(null); + // /xava/core.jsp(58,14) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f17.setName("errors"); + int _jspx_eval_xava_005fid_005f17 = _jspx_th_xava_005fid_005f17.doStartTag(); + if (_jspx_th_xava_005fid_005f17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f17); + _jspx_th_xava_005fid_005f17_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f17, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f17_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f18(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f18 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f18_reused = false; + try { + _jspx_th_xava_005fid_005f18.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f18.setParent(null); + // /xava/core.jsp(62,11) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f18.setName("messages"); + int _jspx_eval_xava_005fid_005f18 = _jspx_th_xava_005fid_005f18.doStartTag(); + if (_jspx_th_xava_005fid_005f18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f18); + _jspx_th_xava_005fid_005f18_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f18, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f18_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f19(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f19 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f19_reused = false; + try { + _jspx_th_xava_005fid_005f19.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f19.setParent(null); + // /xava/core.jsp(66,14) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f19.setName("view"); + int _jspx_eval_xava_005fid_005f19 = _jspx_th_xava_005fid_005f19.doStartTag(); + if (_jspx_th_xava_005fid_005f19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f19); + _jspx_th_xava_005fid_005f19_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f19, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f19_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f20(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f20 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f20_reused = false; + try { + _jspx_th_xava_005fid_005f20.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f20.setParent(null); + // /xava/core.jsp(79,13) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f20.setName("bottom_buttons"); + int _jspx_eval_xava_005fid_005f20 = _jspx_th_xava_005fid_005f20.doStartTag(); + if (_jspx_th_xava_005fid_005f20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f20); + _jspx_th_xava_005fid_005f20_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f20, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f20_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/detail_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/detail_jsp.class new file mode 100644 index 0000000..8f7f805 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/detail_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/detail_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/detail_jsp.java new file mode 100644 index 0000000..f453cde --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/detail_jsp.java @@ -0,0 +1,782 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:02 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import java.util.Iterator; +import org.openxava.view.View; +import org.openxava.util.XavaPreferences; +import org.openxava.view.meta.MetaGroup; +import org.openxava.view.meta.PropertiesSeparator; +import org.openxava.model.meta.MetaProperty; +import org.openxava.model.meta.MetaReference; +import org.openxava.model.meta.MetaCollection; +import org.openxava.web.WebEditors; +import org.openxava.web.taglib.IdTag; +import org.openxava.web.Ids; +import org.openxava.model.meta.MetaMember; + +public final class detail_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + +private boolean hasFrame(MetaMember m, View view) { + if (m instanceof MetaProperty) { + return WebEditors.hasFrame((MetaProperty) m, view.getViewName()); + } + if (m instanceof MetaReference) { + return !view.displayReferenceWithNoFrameEditor((MetaReference) m); + } + return true; +} + +private String openDivForFrame(View view) { + if (view.isFrame()) return openDiv(view); + return "
" + openDiv(view); +} + +private String closeDivForFrame(View view) { + if (view.isFrame()) return closeDiv(view); + return closeDiv(view) + "
"; +} + +private String openDiv(View view) { + if (view.isFlowLayout()) return ""; + return view.isFrame()?"
":""; +} + +private String closeDiv(View view) { + if (view.isFlowLayout()) return ""; + return view.isFrame()?"
":""; +} + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(8); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/xava/referenceFrameHeaderExt.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/xava/propertyActionsExt.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/xava/collectionFrameHeaderExt.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.model.meta.MetaCollection"); + _jspx_imports_classes.add("java.util.Iterator"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.view.meta.MetaGroup"); + _jspx_imports_classes.add("org.openxava.model.meta.MetaReference"); + _jspx_imports_classes.add("org.openxava.web.taglib.IdTag"); + _jspx_imports_classes.add("org.openxava.model.meta.MetaMember"); + _jspx_imports_classes.add("org.openxava.view.View"); + _jspx_imports_classes.add("org.openxava.view.meta.PropertiesSeparator"); + _jspx_imports_classes.add("org.openxava.web.WebEditors"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + +String viewObject = request.getParameter("viewObject"); +viewObject = (viewObject == null || viewObject.equals(""))?"xava_view":viewObject; +org.openxava.view.View view = (org.openxava.view.View) context.get(request, viewObject); +view.setViewObject(viewObject); +String propertyPrefix = request.getParameter("propertyPrefix"); +String representsSection = request.getParameter("representsSection"); +boolean isSection = "true".equalsIgnoreCase(representsSection); +propertyPrefix = (propertyPrefix == null || "null".equals(propertyPrefix))?"":propertyPrefix; +view.setPropertyPrefix(propertyPrefix); +boolean onlySections = view.hasSections() && view.getMetaMembers().isEmpty(); + + out.write('\n'); + out.write('\n'); + +if (!onlySections) { // IF Not Only Sections + + out.write(" \n"); + out.write(" "); + out.print(openDiv(view)); + out.write(' '); + out.write('\n'); + + Iterator it = view.getMetaMembers().iterator(); + String sfirst = request.getParameter("first"); + boolean first = !"false".equals(sfirst); + while (it.hasNext()) { // WHILE hasNext + MetaMember m = (MetaMember) it.next(); + int frameWidth = view.isVariousMembersInSameLine(m)?50:100; + if (m instanceof MetaProperty) { // IF MetaProperty + MetaProperty p = (MetaProperty) m; + if (!PropertiesSeparator.INSTANCE.equals(m)) { // IF Not Properties Separator + boolean hasFrame = WebEditors.hasFrame(p, view.getViewName()); + String propertyKey= Ids.decorate( + request.getParameter("application"), + request.getParameter("module"), + propertyPrefix + p.getName()); + request.setAttribute(propertyKey, p); + String urlEditor = "editor.jsp" // in this way because websphere 6 has problems with jsp:param + + "?propertyKey=" + propertyKey + + "&first=" + first + + "&hasFrame=" + hasFrame; + boolean withFrame = hasFrame && + (!view.isSection() || view.getMetaMembers().size() > 1); + if (withFrame) { // IF MetaPropertt With Frame + String labelKey = Ids.decorate( + request.getParameter("application"), + request.getParameter("module"), + "label_" + propertyPrefix + p.getName()); + String label = view.getLabelFor(p); + + out.write("\n"); + out.write(" "); + out.print(closeDivForFrame(view)); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameHeaderStartDecoration(frameWidth) ); + out.write("\n"); + out.write(" "); + out.print(style.getFrameTitleStartDecoration() ); + out.write("\n"); + out.write(" '); + out.print(label); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameTitleEndDecoration() ); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameActionsStartDecoration()); + out.write('\n'); + + String frameId = Ids.decorate(request, "frame_" + view.getPropertyPrefix() + p.getName()); + String frameActionsURL = "frameActions.jsp?frameId=" + frameId + + "&closed=" + view.isFrameClosed(frameId); + + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, frameActionsURL, out, false); + out.write("\n"); + out.write(" "); + out.print(style.getFrameActionsEndDecoration()); + out.write(" \n"); + out.write(" "); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameHeaderEndDecoration() ); + out.write("\n"); + out.write(" "); + out.print(style.getFrameContentStartDecoration(frameId + "content", view.isFrameClosed(frameId))); + out.write('\n'); + + } // END MetaProperty With Frame + else if (hasFrame) { + + out.write("\n"); + out.write(" "); + out.print(closeDivForFrame(view)); + out.write("\n"); + out.write("
\n"); + + } + + out.write(" \n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, urlEditor, out, false); + out.write(' '); + out.write(' '); + out.write('\n'); + + if (withFrame) { // IF MetaProperty With Frame + + out.write("\n"); + out.write(" "); + out.print(style.getFrameContentEndDecoration() ); + out.write("\n"); + out.write(" "); + out.print(openDivForFrame(view)); + out.write(" \n"); + + } // END IF MetaProperty With Frame + else if (hasFrame) { + + out.write("\n"); + out.write("
\n"); + out.write(" "); + out.print(openDivForFrame(view)); + out.write('\n'); + + } + first = false; + } // END IF Not Properties Separator + else { // IF Properties Separator + if (!it.hasNext()) break; + first = true; + + out.write("\n"); + out.write("
\n"); + + } // END IF Properties Separator + } // END IF MetaProperty + else { // IF Not MetaProperty + if (m instanceof MetaReference) { // IF MetaReference + MetaReference ref = (MetaReference) m; + String referenceKey = Ids.decorate( + request.getParameter("application"), + request.getParameter("module"), + propertyPrefix + ref.getName()); + request.setAttribute(referenceKey, ref); + if (view.displayReferenceWithNoFrameEditor(ref)) { // IF Display Reference Without Frame + String urlReferenceEditor = "reference.jsp" // in this way because websphere 6 has problems with jsp:param + + "?referenceKey=" + referenceKey + + "&first=" + first + + "&frame=false&composite=false&onlyEditor=false"; + + out.write('\n'); + out.write(' '); + out.write(' '); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, urlReferenceEditor, out, false); + out.write('\n'); + + first = false; + } // END IF Display MetaReference Without Frame + else { // IF Display MeteReference With Frame + String viewName = viewObject + "_" + ref.getName(); + View subview = view.getSubview(ref.getName()); + context.put(request, viewName, subview); + subview.setViewObject(viewName); + String propertyInReferencePrefix = propertyPrefix + ref.getName() + "."; + boolean withFrame = subview.displayWithFrame(); + boolean firstForSubdetail = first || withFrame; + if (withFrame) { // IF MetaReference With Frame + String labelKey = Ids.decorate( + request.getParameter("application"), + request.getParameter("module"), + "label_" + propertyPrefix + ref.getName()); + String label = view.getLabelFor(ref); + + out.write(" \n"); + out.write(" "); + out.print(closeDivForFrame(view)); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameHeaderStartDecoration(frameWidth) ); + out.write('\n'); + out.write(' '); + out.write(' '); + out.print(style.getFrameTitleStartDecoration() ); + out.write("\n"); + out.write(" '); + out.print(label); + out.write("\n"); + out.write(" "); + if (!ref.isAggregate()) { + out.write('\n'); + out.write(' '); + out.write(' '); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "referenceFrameHeader.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("referenceName", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(ref.getName()), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(viewObject), request.getCharacterEncoding()), out, false); + out.write('\n'); + out.write(' '); + out.write(' '); + } + out.write('\n'); + out.write(' '); + out.write(' '); + out.print(style.getFrameTitleEndDecoration() ); + out.write('\n'); + out.write(' '); + out.write(' '); + out.print(style.getFrameActionsStartDecoration()); + out.write('\n'); + + String frameId = Ids.decorate(request, "frame_" + view.getPropertyPrefix() + ref.getName()); + String frameActionsURL = "frameActions.jsp?frameId=" + frameId + + "&closed=" + view.isFrameClosed(frameId); + + out.write('\n'); + out.write(' '); + out.write(' '); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, frameActionsURL, out, false); + out.write('\n'); + out.write(' '); + out.write(' '); + out.print(style.getFrameActionsEndDecoration()); + out.write('\n'); + out.write(' '); + out.write(' '); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameHeaderEndDecoration() ); + out.write('\n'); + out.write(' '); + out.write(' '); + out.print(style.getFrameContentStartDecoration(frameId + "content", view.isFrameClosed(frameId)) ); + out.write(" \n"); + + } // END IF MetaReference With Frame + + String urlReferenceEditor = null; + if (view.displayReferenceWithNotCompositeEditor(ref)) { // IF Display Reference Without Composite Editor + urlReferenceEditor = "reference.jsp" // in this way because websphere 6 has problems with jsp:param + + "?referenceKey=" + referenceKey + + "&onlyEditor=true&frame=true&composite=false" + + "&first=" + first; + } // END IF Display Reference Without Composite Editor + else { // IF Display Reference With Composite Editor + urlReferenceEditor = "reference.jsp" // in this way because websphere 6 has problems with jsp:param + + "?referenceKey=" + referenceKey + + "&onlyEditor=true&frame=true&composite=true" + + "&refViewObject=" + viewName + + "&propertyPrefix=" + propertyInReferencePrefix + + "&first=" + firstForSubdetail; + } // END IF Display Reference With Composite Editor + + out.write(" \n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, urlReferenceEditor, out, false); + out.write('\n'); + + if (withFrame) { // IF MetaReference With Frame + + out.write(" \n"); + out.write(" "); + out.print(style.getFrameContentEndDecoration() ); + out.write('\n'); + out.write(' '); + out.write(' '); + out.print(openDivForFrame(view)); + out.write(' '); + out.write('\n'); + + } // END IF MetaReference With Frame + } // END Display MetaReference With Frame + first = false; + } else if (m instanceof MetaCollection) { // IF MetaCollection + MetaCollection collection = (MetaCollection) m; + boolean withFrame = !view.isSection() || view.getMetaMembers().size() > 1; + boolean variousCollectionInLine = view.isVariousCollectionsInSameLine((MetaMember) m); + + out.write("\n"); + out.write(" "); + out.print(closeDivForFrame(view)); + out.write('\n'); + + if (withFrame) { // IF MetaCollection With Frame + + out.write(" \n"); + out.write(" "); + out.print(style.getCollectionFrameHeaderStartDecoration(variousCollectionInLine?50:frameWidth)); + out.write("\n"); + out.write(" "); + out.print(style.getFrameTitleStartDecoration()); + out.write("\n"); + out.write(" "); + out.print(collection.getLabel(request) ); + out.write('\n'); + + String frameId = Ids.decorate(request, "frame_" + view.getPropertyPrefix() + collection.getName()); + String colletionHeaderId = frameId + "header"; + + out.write(" \n"); + out.write(" \n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "collectionFrameHeader.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("collectionName", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(collection.getName()), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(viewObject), request.getCharacterEncoding()), out, false); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameTitleEndDecoration()); + out.write("\n"); + out.write(" "); + out.print(style.getFrameActionsStartDecoration()); + out.write('\n'); + + String frameActionsURL = "frameActions.jsp?frameId=" + frameId + + "&closed=" + view.isFrameClosed(frameId); + + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, frameActionsURL, out, false); + out.write("\n"); + out.write(" "); + out.print(style.getFrameActionsEndDecoration()); + out.write(" \n"); + out.write(" "); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameHeaderEndDecoration()); + out.write("\n"); + out.write(" "); + out.print(style.getFrameContentStartDecoration(frameId + "content", view.isFrameClosed(frameId))); + out.write('\n'); + + } // END IF MetaCollection With Frame + + out.write(" \n"); + out.write(" "); + + String collectionPrefix = propertyPrefix == null?collection.getName() + ".":propertyPrefix + collection.getName() + "."; + + out.write("\n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "collection.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("collectionName", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(collection.getName()), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(viewObject), request.getCharacterEncoding()), out, false); + out.write("\n"); + out.write("
\n"); + + if (withFrame) { // IF MetaCollection With Frame + + out.write("\n"); + out.write(" "); + out.print(style.getFrameContentEndDecoration()); + out.write(" \n"); + + } // END IF MetaCollection With Frame + + out.write("\n"); + out.write(" "); + out.print(openDivForFrame(view)); + out.write(' '); + out.write('\n'); + + } else if (m instanceof MetaGroup) { // IF MetaGroup + MetaGroup group = (MetaGroup) m; + String viewName = viewObject + "_" + group.getName(); + View subview = view.getGroupView(group.getName()); + context.put(request, viewName, subview); + if (view.isFlowLayout() && view.isVariousMembersInSameLine(group)) frameWidth = 50; + + + out.write("\n"); + out.write(" "); + out.print(closeDivForFrame(view)); + out.write("\n"); + out.write(" "); + if (view.isFlowLayout() && view.isVariousMembersInSameLine(group) && view.isFirstInLine(group)) { + out.write("\n"); + out.write("
\n"); + out.write(" "); + } + out.write("\n"); + out.write(" "); + out.print(style.getFrameHeaderStartDecoration(frameWidth)); + out.write("\n"); + out.write(" "); + out.print(style.getFrameTitleStartDecoration()); + out.write("\n"); + out.write(" "); + String labelId = Ids.decorate(request, "label_" + view.getPropertyPrefix() + group.getName()); + String labelGroup = org.openxava.util.Is.empty(subview.getTitle()) ? group.getLabel(request) : subview.getTitle(); + out.write("\n"); + out.write(" '); + out.print(labelGroup); + out.write("\n"); + out.write(" "); + out.print(style.getFrameTitleEndDecoration()); + out.write("\n"); + out.write(" "); + out.print(style.getFrameActionsStartDecoration()); + out.write('\n'); + + String frameId = Ids.decorate(request, "frame_group_" + view.getPropertyPrefix() + group.getName()); + String frameActionsURL = "frameActions.jsp?frameId=" + frameId + + "&closed=" + view.isFrameClosed(frameId); + + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, frameActionsURL, out, false); + out.write("\n"); + out.write(" "); + out.print(style.getFrameActionsEndDecoration()); + out.write(" \n"); + out.write(" "); + out.print(style.getFrameHeaderEndDecoration()); + out.write("\n"); + out.write(" "); + out.print(style.getFrameContentStartDecoration(frameId + "content", view.isFrameClosed(frameId)) ); + out.write("\n"); + out.write(" "); + if (view.isFlowLayout()) { + out.write(" \n"); + out.write("
\n"); + out.write(" "); + } + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "detail.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(viewName), request.getCharacterEncoding()), out, false); + out.write("\n"); + out.write(" "); + if (view.isFlowLayout()) { + out.write(" \n"); + out.write("
\n"); + out.write(" "); + } + out.write("\n"); + out.write(" "); + out.print(style.getFrameContentEndDecoration() ); + out.write("\n"); + out.write(" "); + out.print(openDivForFrame(view)); + out.write(' '); + out.write('\n'); + + } // END IF MetaGroup + } // END IF Not MetaProperty + } // END While hasNext + + out.write('\n'); + out.write('\n'); + out.print(closeDiv(view)); + out.write('\n'); + out.write('\n'); + +} // END if (!onlySections) { + + out.write('\n'); + out.write('\n'); + +if (view.hasSections()) { // IF Has Sections + + out.write("\n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "sections.jsp", out, false); + out.write("\n"); + out.write("
\n"); + +} + + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editor_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editor_jsp.class new file mode 100644 index 0000000..501cfc6 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editor_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editor_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editor_jsp.java new file mode 100644 index 0000000..1da28fb --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editor_jsp.java @@ -0,0 +1,429 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:02 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.util.XavaPreferences; +import org.openxava.util.Is; +import org.openxava.model.meta.MetaProperty; +import org.openxava.view.meta.MetaPropertyView; + +public final class editor_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(7); + _jspx_dependants.put("/xava/htmlTagsEditor.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/xava/propertyActionsExt.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.view.meta.MetaPropertyView"); + _jspx_imports_classes.add("org.openxava.util.Is"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005feditor_0026_005fthrowPropertyChanged_005fproperty_005feditable_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005feditor_0026_005fthrowPropertyChanged_005fproperty_005feditable_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005feditor_0026_005fthrowPropertyChanged_005fproperty_005feditable_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +String viewObject = request.getParameter("viewObject"); +viewObject = (viewObject == null || viewObject.equals(""))?"xava_view":viewObject; +org.openxava.view.View view = (org.openxava.view.View) context.get(request, viewObject); +String propertyKey = request.getParameter("propertyKey"); +MetaProperty p = (MetaProperty) request.getAttribute(propertyKey); +String shasFrame = request.getParameter("hasFrame"); +boolean hasFrame="true".equals(shasFrame)?true:false; +boolean editable = view.isEditable(p); +boolean lastSearchKey = view.isLastSearchKey(p); +boolean throwPropertyChanged = view.throwsPropertyChanged(p); + + +int labelFormat = view.getLabelFormatForProperty(p); +String labelStyle = view.getLabelStyleForProperty(p); +if (Is.empty(labelStyle)) labelStyle = XavaPreferences.getInstance().getDefaultLabelStyle(); +String label = view.getLabelFor(p); + + out.write('\n'); + out.write('\n'); + if (view.isFlowLayout()) { + out.write(" \n"); + out.write("
\n"); + } + out.write('\n'); + out.write('\n'); + +String sfirst = request.getParameter("first"); +boolean first="true".equals(sfirst)?true:false; + +String labelClass = null; +String editorClass = null; + +if (view.isAlignedByColumns()) { + labelClass = editorClass = "ox-layout-aligned-cell"; +} +else { + editorClass = "ox-layout-not-aligned-cell"; + labelClass = first?"ox-layout-aligned-cell":"ox-layout-not-aligned-cell"; +} + +String preLabel="
"; +String postLabel="
"; +String preEditor="
"; +String postEditor="
"; + + out.write('\n'); + +if (first && !view.isAlignedByColumns()) label = org.openxava.util.Strings.change(label, " ", " "); + + out.write('\n'); + out.write('\n'); + if (!hasFrame) { + out.write('\n'); + out.write('\n'); + out.print(preLabel); + out.write('\n'); + +if (labelFormat == MetaPropertyView.NORMAL_LABEL) { + + out.write("\n"); + out.write("'); + out.write('\n'); + out.print(label); + out.write("\n"); + out.write("\n"); + } + out.write('\n'); + out.print(postLabel); + out.write('\n'); + out.print(preEditor); + out.write('\n'); + +if (labelFormat == MetaPropertyView.SMALL_LABEL) { + + out.write("\n"); + out.write("'); + out.print(label); + out.write("
\n"); + } + out.write('\n'); + } // if (!hasFrame) +String placeholder = !Is.empty(p.getPlaceholder()) ? "data-placeholder='" + p.getPlaceholder() + "'" : ""; +String required = view.isEditable() && p.isRequired() ? style.getRequiredEditor():""; + + out.write("\n"); + out.write("'); + out.write('\n'); + // xava:editor + org.openxava.web.taglib.EditorTag _jspx_th_xava_005feditor_005f0 = (org.openxava.web.taglib.EditorTag) _005fjspx_005ftagPool_005fxava_005feditor_0026_005fthrowPropertyChanged_005fproperty_005feditable_005fnobody.get(org.openxava.web.taglib.EditorTag.class); + boolean _jspx_th_xava_005feditor_005f0_reused = false; + try { + _jspx_th_xava_005feditor_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005feditor_005f0.setParent(null); + // /xava/editor.jsp(63,0) name = property type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005feditor_005f0.setProperty(p.getName()); + // /xava/editor.jsp(63,0) name = editable type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005feditor_005f0.setEditable(editable); + // /xava/editor.jsp(63,0) name = throwPropertyChanged type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005feditor_005f0.setThrowPropertyChanged(throwPropertyChanged); + int _jspx_eval_xava_005feditor_005f0 = _jspx_th_xava_005feditor_005f0.doStartTag(); + if (_jspx_th_xava_005feditor_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005feditor_0026_005fthrowPropertyChanged_005fproperty_005feditable_005fnobody.reuse(_jspx_th_xava_005feditor_005f0); + _jspx_th_xava_005feditor_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005feditor_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005feditor_005f0_reused); + } + out.write("\n"); + out.write("\n"); + out.write("\n"); + if (!(lastSearchKey && view.displayWithFrame())) { + out.write(" \n"); + out.write(" \n"); + out.write(" "); + if (view.propertyHasActions(p)) { + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "propertyActions.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("propertyName", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(p.getName()), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("lastSearchKey", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(lastSearchKey), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("editable", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(editable), request.getCharacterEncoding()), out, false); + out.write('\n'); + out.write(' '); + out.write(' '); + } + out.write("\n"); + out.write(" \n"); + } + out.write(' '); + out.write('\n'); + out.write('\n'); + if (!hasFrame) { + out.write('\n'); + out.write(' '); + out.write('\n'); + out.print(postEditor); + out.write('\n'); + if (labelFormat == MetaPropertyView.SMALL_LABEL) { + out.write('\n'); + } + out.write('\n'); + out.write('\n'); + } // if (!hasFrame) + out.write('\n'); + out.write('\n'); + if (view.isFlowLayout()) { + out.write(" \n"); + out.write("
\n"); + } + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/collectionEditor_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/collectionEditor_jsp.class new file mode 100644 index 0000000..23d57e2 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/collectionEditor_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/collectionEditor_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/collectionEditor_jsp.java new file mode 100644 index 0000000..bf14673 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/collectionEditor_jsp.java @@ -0,0 +1,1479 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:31 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava.editors; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import java.util.Iterator; +import java.util.Collection; +import java.util.Map; +import org.openxava.util.Maps; +import org.openxava.util.Is; +import org.openxava.util.XavaPreferences; +import org.openxava.view.View; +import org.openxava.model.meta.MetaProperty; +import org.openxava.model.meta.MetaReference; +import org.openxava.web.WebEditors; +import org.openxava.controller.meta.MetaController; +import org.openxava.controller.meta.MetaAction; +import org.openxava.web.Ids; +import org.openxava.controller.meta.MetaControllers; +import org.openxava.util.Is; +import org.openxava.util.XavaPreferences; +import org.openxava.controller.meta.MetaAction; +import org.openxava.web.Ids; +import org.openxava.controller.meta.MetaControllers; +import org.openxava.util.Is; +import org.openxava.util.XavaPreferences; + +public final class collectionEditor_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(7); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/editors/../collectionList.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("/xava/editors/../imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/xava/editors/../collectionFromModel.jsp", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaController"); + _jspx_imports_classes.add("java.util.Iterator"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.model.meta.MetaReference"); + _jspx_imports_classes.add("java.util.Collection"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + _jspx_imports_classes.add("org.openxava.util.Is"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaAction"); + _jspx_imports_classes.add("org.openxava.util.Maps"); + _jspx_imports_classes.add("java.util.Map"); + _jspx_imports_classes.add("org.openxava.view.View"); + _jspx_imports_classes.add("org.openxava.web.WebEditors"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaControllers"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +String collectionName = request.getParameter("collectionName"); +String viewObject = request.getParameter("viewObject"); +String listEditor = request.getParameter("listEditor"); +View view = (View) context.get(request, viewObject); +View collectionView = view.getSubview(collectionName); +if (!Is.emptyString(listEditor)) { + collectionView.setDefaultListActionsForCollectionsIncluded(false); + collectionView.setDefaultRowActionsForCollectionsIncluded(false); +} +View subview = view.getSubview(collectionName); +MetaReference ref = view.getMetaModel().getMetaCollection(collectionName).getMetaReference(); +String viewName = viewObject + "_" + collectionName; +String propertyPrefixAccumulated = request.getParameter("propertyPrefix"); +String idCollection = org.openxava.web.Collections.id(request, collectionName); +boolean collectionEditable = subview.isCollectionEditable(); +boolean collectionMembersEditables = subview.isCollectionMembersEditables(); +boolean hasListActions = subview.hasListActions(); +String lineAction = ""; +if (collectionEditable || collectionMembersEditables) { + lineAction = subview.getEditCollectionElementAction(); +} +else { + lineAction = subview.getViewCollectionElementAction(); +} +String propertyPrefix = propertyPrefixAccumulated == null?collectionName + ".":propertyPrefixAccumulated + collectionName + "."; + + out.write("\n"); + out.write("'); + out.write('\n'); + if (XavaPreferences.getInstance().isDetailOnBottomInCollections()) { + out.write("\n"); + out.write("\n"); + out.write("\n"); + + } // of: if (XavaPreferences... + + out.write('\n'); + + // New +if (view.displayDetailInCollection(collectionName)) { + context.put(request, viewName, collectionView); + + out.write("\n"); + out.write("\n"); + + } +else { + + out.write("\n"); + out.write("\n"); + + String argv = "collectionName=" + collectionName; + Iterator it = subview.getMetaPropertiesList().iterator(); + String app = request.getParameter("application"); + String module = request.getParameter("module"); + while (it.hasNext()) { + MetaProperty p = (MetaProperty) it.next(); + String propertyKey= propertyPrefix + p.getName(); + String valueKey = propertyKey + ".value"; + request.setAttribute(propertyKey, p); + request.setAttribute(valueKey, subview.getValue(p.getName())); + Object value = request.getAttribute(propertyKey + ".value"); + if (WebEditors.mustToFormat(p, view.getViewName())) { + String fvalue = WebEditors.format(request, p, value, errors, view.getViewName()); + request.setAttribute(propertyKey + ".fvalue", fvalue); + } + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + } + + out.write("\n"); + out.write("\n"); + out.write("\n"); + + if (!XavaPreferences.getInstance().isDetailOnBottomInCollections()) { + + out.write("\n"); + out.write("\n"); + out.write("\n"); + } // of: if (!XavaPreferences... + out.write("\n"); + out.write("
\n"); + try { + out.write('\n'); + out.write(' '); + if (!Is.emptyString(listEditor)) { + out.write('\n'); + out.write(' '); + out.write(' '); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, listEditor + ((listEditor).indexOf('?')>0? '&': '?') + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("rowAction", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(lineAction), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(viewName), request.getCharacterEncoding()), out, false); + out.write('\n'); + out.write(' '); + + } else if (collectionView.isCollectionFromModel()) { + + out.write('\n'); + out.write(' '); + out.write(' '); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +String tabObject = request.getParameter("tabObject"); +tabObject = (tabObject == null || tabObject.equals(""))?"xava_tab":tabObject; +String onSelectCollectionElementAction = subview.getOnSelectCollectionElementAction(); +MetaAction onSelectCollectionElementMetaAction = Is.empty(onSelectCollectionElementAction) ? null : MetaControllers.getMetaAction(onSelectCollectionElementAction); +boolean resizeColumns = style.allowsResizeColumns() && XavaPreferences.getInstance().isResizeColumns(); +boolean sortable = subview.isCollectionSortable(); + + out.write('\n'); + if (resizeColumns) { + out.write(" \n"); + out.write("
\n"); + } + out.write("\n"); + out.write("'); + out.write('\n'); + if (sortable) { + out.write(""); + } + out.write(" \n"); + out.write("\n"); + out.write(" "); + + if (lineAction != null) { + + out.write(" \n"); + out.write(" \n"); + out.write(" "); + + } + + out.write(" \n"); + out.write(" \n"); + + // Heading +Iterator it = subview.getMetaPropertiesList().iterator(); +for (int columnIndex=0; it.hasNext(); columnIndex++) { + MetaProperty p = (MetaProperty) it.next(); + String label = p.getQualifiedLabel(request); + int columnWidth = subview.getCollectionColumnWidth(columnIndex); + String width = columnWidth<0 || !resizeColumns?"":"data-width=" + columnWidth; + + out.write("\n"); + out.write(" \n"); + + } + + out.write("\n"); + out.write("\n"); + out.write("\n"); + + // Values +Collection aggregates = subview.getCollectionValues(); +if (aggregates == null) aggregates = java.util.Collections.EMPTY_LIST; +Iterator itAggregates = aggregates.iterator(); +for (int f=0; itAggregates.hasNext(); f++) { + Map row = (Map) itAggregates.next(); + String cssClass=f%2==0?"ox-list-pair":"ox-list-odd"; + String cssCellClass=f%2==0?"ox-list-pair":"ox-list-odd"; + String selectedClass = ""; + if (f == subview.getCollectionEditingRow()) { + selectedClass = f%2==0?style.getListPairSelected():style.getListOddSelected(); + cssClass = cssClass + " " + selectedClass; + if (style.isApplySelectedStyleToCellInList()) cssCellClass = cssCellClass + " " + selectedClass; + } + String idRow = Ids.decorate(request, propertyPrefix) + f; + String events=f%2==0?style.getListPairEvents():style.getListOddEvents(); + + out.write("\n"); + out.write("'); + out.write('\n'); + + if (lineAction != null) { + + out.write("\n"); + out.write("\n"); + + } + + out.write("\n"); + out.write("\n"); + + it = subview.getMetaPropertiesList().iterator(); + for (int columnIndex = 0; it.hasNext(); columnIndex++) { + MetaProperty p = (MetaProperty) it.next(); + String align =p.isNumber() && !p.hasValidValues()?"ox-text-align-right":""; + int columnWidth = subview.getCollectionColumnWidth(columnIndex); + String width = columnWidth<0 || !resizeColumns?"":"data-width=" + columnWidth; + String fvalue = null; + Object value = null; + String propertyName = p.getName(); + value = Maps.getValueFromQualifiedName(row, propertyName); + fvalue = WebEditors.format(request, p, value, errors, view.getViewName(), true); + Object title = WebEditors.formatTitle(request, p, value, errors, view.getViewName(), true); + + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + + } +} + + out.write("\n"); + out.write("\n"); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "collectionTotals.jsp", out, false); + out.write('\n'); + if (sortable) { + out.write(""); + } + out.write("\n"); + out.write("
\n"); + out.write(" "); + + + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write("
\n"); + out.write(" "); +if (resizeColumns) { + out.write(""); +} + out.write('\n'); + out.write(' '); + out.write(' '); + out.print(label); + out.write(" \n"); + out.write(" "); +if (resizeColumns) { + out.write(""); +} + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("\n"); + out.write(" "); +if (sortable) { + out.write("\n"); + out.write(" \n"); + out.write(" "); +} + out.write(' '); + out.write('\n'); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f0 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f0_reused = false; + try { + _jspx_th_xava_005faction_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f0.setParent(null); + // /xava/editors/../collectionFromModel.jsp(87,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f0.setAction(lineAction); + // /xava/editors/../collectionFromModel.jsp(87,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f0.setArgv("row="+f + ",viewObject="+viewName); + int _jspx_eval_xava_005faction_005f0 = _jspx_th_xava_005faction_005f0.doStartTag(); + if (_jspx_th_xava_005faction_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f0); + _jspx_th_xava_005faction_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f0_reused); + } + out.write('\n'); + + if (style.isSeveralActionsPerRow()) + for (java.util.Iterator itRowActions = subview.getRowActionsNames().iterator(); itRowActions.hasNext(); ) { + String rowAction = (String) itRowActions.next(); + + out.write('\n'); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f1 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f1_reused = false; + try { + _jspx_th_xava_005faction_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f1.setParent(null); + // /xava/editors/../collectionFromModel.jsp(93,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f1.setAction(rowAction); + // /xava/editors/../collectionFromModel.jsp(93,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f1.setArgv("row=" + f + ",viewObject="+viewName); + int _jspx_eval_xava_005faction_005f1 = _jspx_th_xava_005faction_005f1.doStartTag(); + if (_jspx_th_xava_005faction_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f1); + _jspx_th_xava_005faction_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f1_reused); + } + out.write('\n'); + + } + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" "); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f0 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f0_reused = false; + try { + _jspx_th_xava_005flink_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f0.setParent(null); + // /xava/editors/../collectionFromModel.jsp(128,1) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setAction(lineAction); + // /xava/editors/../collectionFromModel.jsp(128,1) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setArgv("row="+f + ",viewObject="+viewName); + int _jspx_eval_xava_005flink_005f0 = _jspx_th_xava_005flink_005f0.doStartTag(); + if (_jspx_eval_xava_005flink_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.write("\n"); + out.write("
'); + out.write('\n'); + out.write(' '); +if (resizeColumns) { + out.write(""); +} + out.write('\n'); + out.write(' '); + out.print(fvalue); + out.write("  \n"); + out.write(" "); +if (resizeColumns) { + out.write(""); +} + out.write("\n"); + out.write("
\n"); + out.write(" "); + int evalDoAfterBody = _jspx_th_xava_005flink_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_xava_005flink_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.reuse(_jspx_th_xava_005flink_005f0); + _jspx_th_xava_005flink_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f0_reused); + } + out.write("\n"); + out.write("
\n"); + if (resizeColumns) { + out.write("\n"); + out.write("
\n"); + } + out.write('\n'); + out.write(' '); + out.write('\n'); + out.write(' '); + + } else { + + out.write('\n'); + out.write(' '); + out.write(' '); + +String tabObject = org.openxava.web.Collections.tabObject(idCollection); +org.openxava.tab.Tab tab = subview.getCollectionTab(); + +String tabPrefix = tabObject + "_"; +tab.clearStyle(); +int selectedRow = subview.getCollectionEditingRow(); +if (selectedRow >= 0) { + String cssClass=selectedRow%2==0?style.getListPairSelected():style.getListOddSelected(); + tab.setStyle(selectedRow, cssClass); +} +context.put(request, tabObject, tab); + +// The list + + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "../list.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("collection", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(idCollection), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("rowAction", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(lineAction), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("tabObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(tabObject), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(viewName), request.getCharacterEncoding()), out, false); + out.write('\n'); + out.write('\n'); + out.write(' '); + + } + + out.write('\n'); + + } catch (Exception ex) { + + out.write("\n"); + out.write("
\n"); + out.print(ex.getLocalizedMessage()); + out.write('\n'); + + } + + out.write("\n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, WebEditors.getUrl(p, view.getViewName()) + ((WebEditors.getUrl(p, view.getViewName())).indexOf('?')>0? '&': '?') + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("propertyKey", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(propertyKey), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("editable", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("true", request.getCharacterEncoding()), out, false); + out.write(" \n"); + out.write("
\n"); + + try { + + out.write('\n'); + out.write(' '); + + if (!Is.emptyString(listEditor)) { + + out.write(" \n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, listEditor + ((listEditor).indexOf('?')>0? '&': '?') + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("rowAction", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(lineAction), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(viewName), request.getCharacterEncoding()), out, false); + out.write('\n'); + out.write(' '); + + } else if (collectionView.isCollectionFromModel()) { + + out.write('\n'); + out.write(' '); + out.write(' '); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +String tabObject = request.getParameter("tabObject"); +tabObject = (tabObject == null || tabObject.equals(""))?"xava_tab":tabObject; +String onSelectCollectionElementAction = subview.getOnSelectCollectionElementAction(); +MetaAction onSelectCollectionElementMetaAction = Is.empty(onSelectCollectionElementAction) ? null : MetaControllers.getMetaAction(onSelectCollectionElementAction); +boolean resizeColumns = style.allowsResizeColumns() && XavaPreferences.getInstance().isResizeColumns(); +boolean sortable = subview.isCollectionSortable(); + + out.write('\n'); + if (resizeColumns) { + out.write(" \n"); + out.write("
\n"); + } + out.write("\n"); + out.write("'); + out.write('\n'); + if (sortable) { + out.write(""); + } + out.write(" \n"); + out.write("\n"); + out.write(" "); + + if (lineAction != null) { + + out.write(" \n"); + out.write(" \n"); + out.write(" "); + + } + + out.write(" \n"); + out.write(" \n"); + + // Heading +Iterator it = subview.getMetaPropertiesList().iterator(); +for (int columnIndex=0; it.hasNext(); columnIndex++) { + MetaProperty p = (MetaProperty) it.next(); + String label = p.getQualifiedLabel(request); + int columnWidth = subview.getCollectionColumnWidth(columnIndex); + String width = columnWidth<0 || !resizeColumns?"":"data-width=" + columnWidth; + + out.write("\n"); + out.write(" \n"); + + } + + out.write("\n"); + out.write("\n"); + out.write("\n"); + + // Values +Collection aggregates = subview.getCollectionValues(); +if (aggregates == null) aggregates = java.util.Collections.EMPTY_LIST; +Iterator itAggregates = aggregates.iterator(); +for (int f=0; itAggregates.hasNext(); f++) { + Map row = (Map) itAggregates.next(); + String cssClass=f%2==0?"ox-list-pair":"ox-list-odd"; + String cssCellClass=f%2==0?"ox-list-pair":"ox-list-odd"; + String selectedClass = ""; + if (f == subview.getCollectionEditingRow()) { + selectedClass = f%2==0?style.getListPairSelected():style.getListOddSelected(); + cssClass = cssClass + " " + selectedClass; + if (style.isApplySelectedStyleToCellInList()) cssCellClass = cssCellClass + " " + selectedClass; + } + String idRow = Ids.decorate(request, propertyPrefix) + f; + String events=f%2==0?style.getListPairEvents():style.getListOddEvents(); + + out.write("\n"); + out.write("'); + out.write('\n'); + + if (lineAction != null) { + + out.write("\n"); + out.write("\n"); + + } + + out.write("\n"); + out.write("\n"); + + it = subview.getMetaPropertiesList().iterator(); + for (int columnIndex = 0; it.hasNext(); columnIndex++) { + MetaProperty p = (MetaProperty) it.next(); + String align =p.isNumber() && !p.hasValidValues()?"ox-text-align-right":""; + int columnWidth = subview.getCollectionColumnWidth(columnIndex); + String width = columnWidth<0 || !resizeColumns?"":"data-width=" + columnWidth; + String fvalue = null; + Object value = null; + String propertyName = p.getName(); + value = Maps.getValueFromQualifiedName(row, propertyName); + fvalue = WebEditors.format(request, p, value, errors, view.getViewName(), true); + Object title = WebEditors.formatTitle(request, p, value, errors, view.getViewName(), true); + + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + + } +} + + out.write("\n"); + out.write("\n"); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "collectionTotals.jsp", out, false); + out.write('\n'); + if (sortable) { + out.write(""); + } + out.write("\n"); + out.write("
\n"); + out.write(" "); + + + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write("
\n"); + out.write(" "); +if (resizeColumns) { + out.write(""); +} + out.write('\n'); + out.write(' '); + out.write(' '); + out.print(label); + out.write(" \n"); + out.write(" "); +if (resizeColumns) { + out.write(""); +} + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("\n"); + out.write(" "); +if (sortable) { + out.write("\n"); + out.write(" \n"); + out.write(" "); +} + out.write(' '); + out.write('\n'); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f2 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f2_reused = false; + try { + _jspx_th_xava_005faction_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f2.setParent(null); + // /xava/editors/../collectionFromModel.jsp(87,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f2.setAction(lineAction); + // /xava/editors/../collectionFromModel.jsp(87,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f2.setArgv("row="+f + ",viewObject="+viewName); + int _jspx_eval_xava_005faction_005f2 = _jspx_th_xava_005faction_005f2.doStartTag(); + if (_jspx_th_xava_005faction_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f2); + _jspx_th_xava_005faction_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f2_reused); + } + out.write('\n'); + + if (style.isSeveralActionsPerRow()) + for (java.util.Iterator itRowActions = subview.getRowActionsNames().iterator(); itRowActions.hasNext(); ) { + String rowAction = (String) itRowActions.next(); + + out.write('\n'); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f3 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f3_reused = false; + try { + _jspx_th_xava_005faction_005f3.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f3.setParent(null); + // /xava/editors/../collectionFromModel.jsp(93,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f3.setAction(rowAction); + // /xava/editors/../collectionFromModel.jsp(93,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f3.setArgv("row=" + f + ",viewObject="+viewName); + int _jspx_eval_xava_005faction_005f3 = _jspx_th_xava_005faction_005f3.doStartTag(); + if (_jspx_th_xava_005faction_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f3); + _jspx_th_xava_005faction_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f3, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f3_reused); + } + out.write('\n'); + + } + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" "); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f1 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f1_reused = false; + try { + _jspx_th_xava_005flink_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f1.setParent(null); + // /xava/editors/../collectionFromModel.jsp(128,1) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f1.setAction(lineAction); + // /xava/editors/../collectionFromModel.jsp(128,1) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f1.setArgv("row="+f + ",viewObject="+viewName); + int _jspx_eval_xava_005flink_005f1 = _jspx_th_xava_005flink_005f1.doStartTag(); + if (_jspx_eval_xava_005flink_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.write("\n"); + out.write("
'); + out.write('\n'); + out.write(' '); +if (resizeColumns) { + out.write(""); +} + out.write('\n'); + out.write(' '); + out.print(fvalue); + out.write("  \n"); + out.write(" "); +if (resizeColumns) { + out.write(""); +} + out.write("\n"); + out.write("
\n"); + out.write(" "); + int evalDoAfterBody = _jspx_th_xava_005flink_005f1.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_xava_005flink_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.reuse(_jspx_th_xava_005flink_005f1); + _jspx_th_xava_005flink_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f1_reused); + } + out.write("\n"); + out.write("
\n"); + if (resizeColumns) { + out.write("\n"); + out.write("
\n"); + } + out.write('\n'); + out.write(' '); + out.write('\n'); + out.write(' '); + } else { + out.write('\n'); + out.write(' '); + out.write(' '); + +String tabObject = org.openxava.web.Collections.tabObject(idCollection); +org.openxava.tab.Tab tab = subview.getCollectionTab(); + +String tabPrefix = tabObject + "_"; +tab.clearStyle(); +int selectedRow = subview.getCollectionEditingRow(); +if (selectedRow >= 0) { + String cssClass=selectedRow%2==0?style.getListPairSelected():style.getListOddSelected(); + tab.setStyle(selectedRow, cssClass); +} +context.put(request, tabObject, tab); + +// The list + + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "../list.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("collection", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(idCollection), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("rowAction", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(lineAction), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("tabObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(tabObject), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(viewName), request.getCharacterEncoding()), out, false); + out.write('\n'); + out.write('\n'); + out.write(' '); + } + out.write('\n'); + } catch (Exception ex) { + out.write("\n"); + out.write("
\n"); + out.print(ex.getLocalizedMessage()); + out.write('\n'); + } + out.write("\n"); + out.write("
"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fid_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f0 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f0_reused = false; + try { + _jspx_th_xava_005fid_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f0.setParent(null); + // /xava/editors/../collectionFromModel.jsp(18,12) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f0.setName("collection_scroll"); + int _jspx_eval_xava_005fid_005f0 = _jspx_th_xava_005fid_005f0.doStartTag(); + if (_jspx_th_xava_005fid_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f0); + _jspx_th_xava_005fid_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f2 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f2_reused = false; + try { + _jspx_th_xava_005fid_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f2.setParent(null); + // /xava/editors/../collectionFromModel.jsp(33,30) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f2.setName("xava_selected_all"); + int _jspx_eval_xava_005fid_005f2 = _jspx_th_xava_005fid_005f2.doStartTag(); + if (_jspx_th_xava_005fid_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f2); + _jspx_th_xava_005fid_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f2_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f4(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f4 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f4_reused = false; + try { + _jspx_th_xava_005fid_005f4.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f4.setParent(null); + // /xava/editors/../collectionFromModel.jsp(103,51) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f4.setName("xava_selected"); + int _jspx_eval_xava_005fid_005f4 = _jspx_th_xava_005fid_005f4.doStartTag(); + if (_jspx_th_xava_005fid_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f4); + _jspx_th_xava_005fid_005f4_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f4, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f4_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f5(javax.servlet.jsp.tagext.JspTag _jspx_th_xava_005flink_005f0, javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f5 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f5_reused = false; + try { + _jspx_th_xava_005fid_005f5.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_xava_005flink_005f0); + // /xava/editors/../collectionFromModel.jsp(129,32) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f5.setName("tipable"); + int _jspx_eval_xava_005fid_005f5 = _jspx_th_xava_005fid_005f5.doStartTag(); + if (_jspx_th_xava_005fid_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f5); + _jspx_th_xava_005fid_005f5_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f5, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f5_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f7(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f7 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f7_reused = false; + try { + _jspx_th_xava_005fid_005f7.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f7.setParent(null); + // /xava/editors/../collectionFromModel.jsp(18,12) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f7.setName("collection_scroll"); + int _jspx_eval_xava_005fid_005f7 = _jspx_th_xava_005fid_005f7.doStartTag(); + if (_jspx_th_xava_005fid_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f7); + _jspx_th_xava_005fid_005f7_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f7, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f7_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f9(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f9 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f9_reused = false; + try { + _jspx_th_xava_005fid_005f9.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f9.setParent(null); + // /xava/editors/../collectionFromModel.jsp(33,30) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f9.setName("xava_selected_all"); + int _jspx_eval_xava_005fid_005f9 = _jspx_th_xava_005fid_005f9.doStartTag(); + if (_jspx_th_xava_005fid_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f9); + _jspx_th_xava_005fid_005f9_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f9, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f9_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f11(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f11 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f11_reused = false; + try { + _jspx_th_xava_005fid_005f11.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f11.setParent(null); + // /xava/editors/../collectionFromModel.jsp(103,51) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f11.setName("xava_selected"); + int _jspx_eval_xava_005fid_005f11 = _jspx_th_xava_005fid_005f11.doStartTag(); + if (_jspx_th_xava_005fid_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f11); + _jspx_th_xava_005fid_005f11_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f11, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f11_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f12(javax.servlet.jsp.tagext.JspTag _jspx_th_xava_005flink_005f1, javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f12 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f12_reused = false; + try { + _jspx_th_xava_005fid_005f12.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f12.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_xava_005flink_005f1); + // /xava/editors/../collectionFromModel.jsp(129,32) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f12.setName("tipable"); + int _jspx_eval_xava_005fid_005f12 = _jspx_th_xava_005fid_005f12.doStartTag(); + if (_jspx_th_xava_005fid_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f12); + _jspx_th_xava_005fid_005f12_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f12, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f12_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/comparatorsCombo_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/comparatorsCombo_jsp.class new file mode 100644 index 0000000..c405321 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/comparatorsCombo_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/comparatorsCombo_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/comparatorsCombo_jsp.java new file mode 100644 index 0000000..1d0772c --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/comparatorsCombo_jsp.java @@ -0,0 +1,648 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:32 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava.editors; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.web.Ids; +import org.openxava.model.meta.MetaProperty; +import org.openxava.tab.Tab; +import org.openxava.util.Is; +import org.openxava.util.XavaResources; + +public final class comparatorsCombo_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("/xava/editors/../imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.tab.Tab"); + _jspx_imports_classes.add("org.openxava.util.XavaResources"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + _jspx_imports_classes.add("org.openxava.util.Is"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + +String comparator = request.getParameter("comparator"); +String prefix = request.getParameter("prefix"); +if (prefix == null) prefix = ""; +boolean isString = "true".equals(request.getParameter("isString")); +boolean isDate = "true".equals(request.getParameter("isDate")); +boolean isEmpty = "true".equals(request.getParameter("isEmpty")); +String eq = Tab.EQ_COMPARATOR.equals(comparator)?"selected='selected'":""; +String ne = Tab.NE_COMPARATOR.equals(comparator)?"selected='selected'":""; +String ge = Tab.GE_COMPARATOR.equals(comparator)?"selected='selected'":""; +String le = Tab.LE_COMPARATOR.equals(comparator)?"selected='selected'":""; +String gt = Tab.GT_COMPARATOR.equals(comparator)?"selected='selected'":""; +String lt = Tab.LT_COMPARATOR.equals(comparator)?"selected='selected'":""; +String in = Tab.IN_COMPARATOR.equals(comparator)?"selected='selected'":""; +String notIn = Tab.NOT_IN_COMPARATOR.equals(comparator)?"selected='selected'":""; +String startsWith = Tab.STARTS_COMPARATOR.equals(comparator)?"selected='selected'":""; +String contains = Tab.CONTAINS_COMPARATOR.equals(comparator)?"selected='selected'":""; +String endsWith = Tab.ENDS_COMPARATOR.equals(comparator)?"selected='selected'":""; +String empty = Tab.EMPTY_COMPARATOR.equals(comparator)?"selected='selected'":""; +String notEmpty = Tab.NOT_EMPTY_COMPARATOR.equals(comparator)?"selected='selected'":""; +String notContains = Tab.NOT_CONTAINS_COMPARATOR.equals(comparator)?"selected='selected'":""; +String year = Tab.YEAR_COMPARATOR.equals(comparator)?"selected='selected'":""; +String month = Tab.MONTH_COMPARATOR.equals(comparator)?"selected='selected'":""; +String yearMonth = Tab.YEAR_MONTH_COMPARATOR.equals(comparator)?"selected='selected'":""; +String range = Tab.RANGE_COMPARATOR.equals(comparator)?"selected='selected'":""; +String idConditionValue = request.getParameter("idConditionValue"); +String idConditionValueTo = request.getParameter("idConditionValueTo"); +String propertyKey = request.getParameter("comparatorPropertyKey"); +String name = null; +String collection = request.getParameter("collection"); +String collectionArgv = Is.emptyString(collection)?"":"collection="+collection; +if (propertyKey == null) { + int index = Integer.parseInt(request.getParameter("index")); + name = Ids.decorate(request, prefix + "conditionComparator." + index); +} +else { + name = propertyKey; +} + + out.write("\n"); + out.write(" \n"); + out.write(" "); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/dateCalendarEditor_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/dateCalendarEditor_jsp.class new file mode 100644 index 0000000..796dea9 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/dateCalendarEditor_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/dateCalendarEditor_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/dateCalendarEditor_jsp.java new file mode 100644 index 0000000..becc88a --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/dateCalendarEditor_jsp.java @@ -0,0 +1,222 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:50:32 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava.editors; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.model.meta.MetaProperty; + +public final class dateCalendarEditor_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write("\n"); + out.write(" \n"); + +String propertyKey = request.getParameter("propertyKey"); +MetaProperty p = (MetaProperty) request.getAttribute(propertyKey); +String fvalue = (String) request.getAttribute(propertyKey + ".fvalue"); +String align = p.isNumber()?"right":"left"; +boolean editable="true".equals(request.getParameter("editable")); +String disabled=editable?"":"disabled"; +String script = request.getParameter("script"); +boolean label = org.openxava.util.XavaPreferences.getInstance().isReadOnlyAsLabel(); +String browser = request.getHeader("user-agent"); +int sizeIncrement = browser.contains("Chrome")?0:2; +if (editable || !label) { + String dateClass = editable?"xava_date":""; + + out.write("\n"); + out.write("\n"); + out.write("'); +if (editable) { + out.write(""); +} + out.write("\n"); + out.write(" \n"); + +} else { + + out.write('\n'); + out.print(fvalue); + out.write("  \n"); + +} + + out.write('\n'); + if (!editable) { + out.write("\n"); + out.write(" '); + out.write('\n'); + } + out.write(" \n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/listEditor_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/listEditor_jsp.class new file mode 100644 index 0000000..7b3bbde Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/listEditor_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/listEditor_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/listEditor_jsp.java new file mode 100644 index 0000000..2866bb3 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/listEditor_jsp.java @@ -0,0 +1,2424 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:32 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava.editors; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import java.util.Collection; +import java.util.Map; +import org.openxava.util.Labels; +import org.openxava.tab.impl.IXTableModel; +import org.openxava.tab.Tab; +import org.openxava.util.Strings; +import org.openxava.util.XavaPreferences; +import org.openxava.model.meta.MetaProperty; +import org.openxava.web.WebEditors; +import org.openxava.util.Is; +import org.openxava.web.Ids; +import org.openxava.controller.meta.MetaAction; +import org.openxava.controller.meta.MetaControllers; +import org.openxava.util.Users; +import java.util.prefs.Preferences; +import org.openxava.util.XavaResources; +import org.openxava.web.EditorsEvents; + +public final class listEditor_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(7); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/editors/listEditorLastRowExt.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/xava/editors/listEditorTotalActionsExt.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("/xava/editors/../imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.util.Strings"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.web.EditorsEvents"); + _jspx_imports_classes.add("java.util.Collection"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + _jspx_imports_classes.add("org.openxava.util.Is"); + _jspx_imports_classes.add("java.util.prefs.Preferences"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaAction"); + _jspx_imports_classes.add("org.openxava.tab.impl.IXTableModel"); + _jspx_imports_classes.add("org.openxava.util.Labels"); + _jspx_imports_classes.add("java.util.Map"); + _jspx_imports_classes.add("org.openxava.util.Users"); + _jspx_imports_classes.add("org.openxava.tab.Tab"); + _jspx_imports_classes.add("org.openxava.util.XavaResources"); + _jspx_imports_classes.add("org.openxava.web.WebEditors"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaControllers"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fintParam_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fintParam_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.release(); + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction.release(); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fintParam_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + +org.openxava.controller.ModuleManager manager = (org.openxava.controller.ModuleManager) context.get(request, "manager", "org.openxava.controller.ModuleManager"); +String collection = request.getParameter("collection"); +String id = "list"; +String collectionArgv = ""; +String prefix = ""; +String tabObject = request.getParameter("tabObject"); +String scrollId = "list_scroll"; +tabObject = (tabObject == null || tabObject.equals(""))?"xava_tab":tabObject; +if (collection != null && !collection.equals("")) { + id = collection; + collectionArgv=",collection="+collection; + prefix = tabObject + "_"; + scrollId = "collection_scroll"; +} +org.openxava.tab.Tab tab = (org.openxava.tab.Tab) context.get(request, tabObject); +tab.setIgnorePageRowCount(!style.isChangingPageRowCountAllowed()); +String action=request.getParameter("rowAction"); +action=action==null?manager.getEnvironment().getValue("XAVA_LIST_ACTION"):action; +String viewObject = request.getParameter("viewObject"); +String actionArgv = viewObject != null && !viewObject.equals("")?",viewObject=" + viewObject:""; +viewObject = (viewObject == null || viewObject.equals(""))?"xava_view":viewObject; +org.openxava.view.View view = (org.openxava.view.View) context.get(request, viewObject); +String sonlyOneActionPerRow = request.getParameter("onlyOneActionPerRow"); +java.util.Collection rowActions = null; +if (sonlyOneActionPerRow == null || !Boolean.parseBoolean(sonlyOneActionPerRow)) { + rowActions = view.isRepresentsCollection()?view.getRowActionsNames():manager.getRowActionsNames(); +} +else { + rowActions = java.util.Collections.EMPTY_SET; +} +String sfilter = request.getParameter("filter"); +boolean filter = !"false".equals(sfilter); +String lastRow = request.getParameter("lastRow"); +boolean singleSelection="true".equalsIgnoreCase(request.getParameter("singleSelection")); +String onSelectCollectionElementAction = view.getOnSelectCollectionElementAction(); +MetaAction onSelectCollectionElementMetaAction = Is.empty(onSelectCollectionElementAction) ? null : MetaControllers.getMetaAction(onSelectCollectionElementAction); +int currentRow = ((Number) context.get(request, "xava_row")).intValue(); +String cssCurrentRow = style.getCurrentRow(); +int totalSize = -1; +if (request.getAttribute(org.openxava.tab.Tab.TAB_RESETED_PREFIX + tab) == null) { + tab.setRequest(request); + if (!Is.emptyString(collection)) { + tab.setTabObject(tabObject); + tab.setConditionParameters(); + } + tab.reset(); + request.setAttribute(org.openxava.tab.Tab.TAB_RESETED_PREFIX + tab, Boolean.TRUE); +} +boolean resizeColumns = style.allowsResizeColumns() && tab.isResizeColumns(); +boolean sortable = !Is.emptyString(collection) && view.isRepresentsSortableCollection(); +boolean simple = sortable; +if (simple) filter = false; +String groupBy = tab.getGroupBy(); +boolean grouping = !Is.emptyString(groupBy); +if (grouping) action = null; + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); +String resizeColumnClass = resizeColumns?style.getResizeColumns():""; + out.write("\n"); + out.write("
\n"); + out.write("'); + out.write('\n'); + if (sortable) { + out.write(""); + } + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +java.util.Collection properties = tab.getMetaProperties(); +java.util.Iterator it = properties.iterator(); +int columnIndex = 0; +Preferences preferences = Users.getCurrentPreferences(); +while (it.hasNext()) { + MetaProperty property = (MetaProperty) it.next(); + String align = ""; + if (style.isAlignHeaderAsData()) { + align =property.isNumber() && !property.hasValidValues()?"ox-text-align-right":""; + } + int columnWidth = tab.getColumnWidth(columnIndex); + String width = columnWidth<0 || !resizeColumns?"":"data-width=" + columnWidth; + + out.write("\n"); + out.write("\n"); + + columnIndex++; +} + + out.write("\n"); + out.write("\n"); + + if (filter) { + + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + +it = properties.iterator(); +String [] conditionValues = tab.getConditionValues(); +String [] conditionValuesTo = tab.getConditionValuesTo(); +String [] conditionComparators = tab.getConditionComparators(); +int iConditionValues = -1; +columnIndex = 0; +while (it.hasNext()) { + MetaProperty property = (MetaProperty) it.next(); + if (property.isFilterCapable()) { + iConditionValues++; + boolean isValidValues = property.hasValidValues(); + boolean isString = "java.lang.String".equals(property.getType().getName()); + boolean isBoolean = "boolean".equals(property.getType().getName()) || "java.lang.Boolean".equals(property.getType().getName()); + boolean isDate = java.util.Date.class.isAssignableFrom(property.getType()) && !property.getType().equals(java.sql.Time.class) || java.time.LocalDate.class.isAssignableFrom(property.getType()); + boolean isTimestamp = property.isCompatibleWith(java.sql.Timestamp.class); + String editorURLDescriptionsList = WebEditors.getEditorURLDescriptionsList(tab.getTabName(), tab.getModelName(), Ids.decorate(request, property.getQualifiedName()), iConditionValues, prefix, property.getQualifiedName(), property.getName()); + int maxLength = 100; + int length = Math.min(isString?property.getSize()*4/5:property.getSize(), 20); + String value= conditionValues==null?"":conditionValues[iConditionValues]; + String valueTo= conditionValuesTo==null?"":conditionValuesTo[iConditionValues]; + String comparator = conditionComparators==null?"":Strings.change(conditionComparators[iConditionValues], "=", Tab.EQ_COMPARATOR); + int columnWidth = tab.getColumnWidth(columnIndex); + String width = columnWidth<0 || !resizeColumns?"":"data-width=" + columnWidth; + String paddingRight = resizeColumns?"ox-list-subheader-resize":"ox-list-subheader-no-resize"; + + out.write("\n"); + out.write("\n"); + + } + else { + + out.write("\n"); + out.write("\n"); + + } + columnIndex++; +} // while + + out.write("\n"); + out.write("\n"); + + } /* if (filter) */ + + out.write('\n'); + +if (tab.isRowsHidden()) { + + out.write("\n"); + out.write(" \n"); + + } +else { +IXTableModel model = tab.getTableModel(); +totalSize = totalSize < 0?tab.getTotalSize():totalSize; +if (totalSize > 0 || !Is.emptyString(collection)) { +int finalIndex = simple?Integer.MAX_VALUE:tab.getFinalIndex(); +for (int f=tab.getInitialIndex(); f\n"); + out.write(" \n"); + out.write(" \n"); + + for (int c=0; c\n"); + out.write(" "); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f2 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f2_reused = false; + try { + _jspx_th_xava_005flink_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f2.setParent(null); + // /xava/editors/listEditor.jsp(435,2) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f2.setAction(action); + // /xava/editors/listEditor.jsp(435,2) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f2.setArgv("row=" + f + actionArgv); + // /xava/editors/listEditor.jsp(435,2) name = cssClass type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f2.setCssClass(cssStyle); + int _jspx_eval_xava_005flink_005f2 = _jspx_th_xava_005flink_005f2.doStartTag(); + if (_jspx_eval_xava_005flink_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.write("\n"); + out.write("
\n"); + out.write(" "); +if (resizeColumns) { + out.write(""); +} + out.write("\n"); + out.write(" "); + out.print(fvalue); +if (resizeColumns) { + out.write(" "); +} + out.write("\n"); + out.write(" "); +if (resizeColumns) { + out.write(""); +} + out.write("\n"); + out.write("
\n"); + out.write(" "); + int evalDoAfterBody = _jspx_th_xava_005flink_005f2.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_xava_005flink_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction.reuse(_jspx_th_xava_005flink_005f2); + _jspx_th_xava_005flink_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f2_reused); + } + out.write("\n"); + out.write(" \n"); + + } + + out.write("\n"); + out.write("
\n"); + +} + + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + else if (XavaPreferences.getInstance().isSummationInList() && tab.isTotalCapable(c)) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + else if (tab.hasTotal(c + 1)) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + else { + + out.write(" \n"); + out.write(" \n"); + +int additionalTotalsCount = tab.getAdditionalTotalsCount() + 1; +for (int i=1; i\n"); + out.write(" \n"); + out.write(" "); + + } + else if (tab.hasTotal(i, c + 1)) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + else { + + out.write(" \n"); + out.write(" \n"); + out.write(" "); + + } +} + + out.write("\n"); + out.write("\n"); + +} // for additionalTotalsCount + + out.write('\n'); + out.write('\n'); + +} +else { + + out.write("\n"); + out.write("\n"); + +} +} + +if (lastRow != null) { + + out.write("\n"); + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, lastRow, out, false); + out.write("\n"); + out.write("\n"); + +} + + out.write('\n'); + if (sortable) { + out.write(""); + } + out.write(" \n"); + out.write("
\n"); + out.write("\n"); + out.write(" "); + if (tab.isCustomizeAllowed()) { + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + } + out.write('\n'); + out.write(' '); + if (filter) { + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + } // if (filter) + out.write(' '); + out.write('\n'); + out.write(' '); + + if (tab.isCustomizeAllowed()) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + // xava:image + org.openxava.web.taglib.ImageTag _jspx_th_xava_005fimage_005f0 = (org.openxava.web.taglib.ImageTag) _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ImageTag.class); + boolean _jspx_th_xava_005fimage_005f0_reused = false; + try { + _jspx_th_xava_005fimage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fimage_005f0.setParent(null); + // /xava/editors/listEditor.jsp(114,1) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f0.setAction("List.addColumns"); + // /xava/editors/listEditor.jsp(114,1) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f0.setArgv(collectionArgv); + int _jspx_eval_xava_005fimage_005f0 = _jspx_th_xava_005fimage_005f0.doStartTag(); + if (_jspx_th_xava_005fimage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005fimage_005f0); + _jspx_th_xava_005fimage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fimage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fimage_005f0_reused); + } + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write(" "); + + if (!singleSelection){ + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + + out.write("\n"); + out.write("'); + out.write('\n'); + if (resizeColumns) { + out.write(" "); + } + out.write(" \n"); + out.write("
'); + out.write('\n'); + + if (tab.isCustomizeAllowed()) { + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + + } + + out.write('\n'); + + String label = property.getQualifiedLabel(request); + if (resizeColumns) label = label.replaceAll(" ", " "); + if (!tab.isOrderCapable(property) || sortable) { + + out.write('\n'); + out.print(label); + out.write(" \n"); + + } else { + + out.write("\n"); + out.write("'); + out.write('\n'); + +String icon = property.isNumber()?"mdi mdi-sort-numeric":"mdi mdi-sort-alphabetical"; +if (tab.isOrderAscending(property.getQualifiedName())) icon = style.getSortIndicator() + " mdi mdi-arrow-up-bold"; +else if (tab.isOrderDescending(property.getQualifiedName())) icon = style.getSortIndicator() + " mdi mdi-arrow-down-bold"; +else if (tab.isOrderAscending2(property.getQualifiedName())) icon = style.getSortIndicator2() + " mdi mdi-arrow-up-bold"; +else if (tab.isOrderDescending2(property.getQualifiedName())) icon = style.getSortIndicator2() + " mdi mdi-arrow-down-bold"; +String headerLabel=Strings.noLastToken(label) + " " + Strings.lastToken(label) + ""; + + out.write('\n'); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f0 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f0_reused = false; + try { + _jspx_th_xava_005flink_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f0.setParent(null); + // /xava/editors/listEditor.jsp(178,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setAction("List.orderBy"); + // /xava/editors/listEditor.jsp(178,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setArgv("property="+property.getQualifiedName() + collectionArgv); + int _jspx_eval_xava_005flink_005f0 = _jspx_th_xava_005flink_005f0.doStartTag(); + if (_jspx_eval_xava_005flink_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.print(headerLabel); + int evalDoAfterBody = _jspx_th_xava_005flink_005f0.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_xava_005flink_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction.reuse(_jspx_th_xava_005flink_005f0); + _jspx_th_xava_005flink_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f0_reused); + } + out.write(" \n"); + out.write("\n"); + + } + + if (tab.isCustomizeAllowed()) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f0 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f0_reused = false; + try { + _jspx_th_xava_005faction_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f0.setParent(null); + // /xava/editors/listEditor.jsp(186,1) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f0.setAction("List.changeColumnName"); + // /xava/editors/listEditor.jsp(186,1) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f0.setArgv("property="+property.getQualifiedName() + collectionArgv); + int _jspx_eval_xava_005faction_005f0 = _jspx_th_xava_005faction_005f0.doStartTag(); + if (_jspx_th_xava_005faction_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f0); + _jspx_th_xava_005faction_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f0_reused); + } + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + + } + + out.write("\n"); + out.write("
\n"); + if (resizeColumns) { + out.write(" "); + } + out.write("\n"); + out.write("
\n"); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f1 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f1_reused = false; + try { + _jspx_th_xava_005faction_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f1.setParent(null); + // /xava/editors/listEditor.jsp(208,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f1.setAction("List.filter"); + // /xava/editors/listEditor.jsp(208,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f1.setArgv(collectionArgv); + int _jspx_eval_xava_005faction_005f1 = _jspx_th_xava_005faction_005f1.doStartTag(); + if (_jspx_th_xava_005faction_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f1); + _jspx_th_xava_005faction_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f1_reused); + } + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write("\n"); + out.write("
'); + out.write('\n'); + + if (isValidValues) { + + out.write('\n'); + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "comparatorsValidValuesCombo.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("validValues", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(property.getValidValuesLabels(request)), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("value", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(value), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("base0", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(Boolean.toString(!property.isNumber())), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("prefix", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(prefix), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("index", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(iConditionValues), request.getCharacterEncoding()), out, false); + out.write(' '); + out.write(' '); + out.write('\n'); + + } + else if (!Is.empty(editorURLDescriptionsList)) { + + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, editorURLDescriptionsList + ((editorURLDescriptionsList).indexOf('?')>0? '&': '?') + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("value", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(value), request.getCharacterEncoding()), out, false); + out.write('\n'); + + } + else if (isBoolean) { + + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "comparatorsBooleanCombo.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("comparator", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(comparator), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("prefix", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(prefix), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("index", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(iConditionValues), request.getCharacterEncoding()), out, false); + out.write('\n'); + + } else { // Not boolean + String idConditionValue = Ids.decorate(request, prefix + "conditionValue." + iConditionValues); + String idConditionValueTo = Ids.decorate(request, prefix + "conditionValueTo." + iConditionValues); + boolean isEmptyComparator = "empty_comparator".equals(comparator) || "not_empty_comparator".equals(comparator); + String styleConditionValue = isEmptyComparator ? "ox-display-none" : "ox-display-inline"; + String styleConditionValueTo = "range_comparator".equals(comparator) ? "ox-display-inline" : "ox-display-none"; + String labelFrom = "range_comparator".equals(comparator) ? Labels.get("from") : ""; + String labelTo = Labels.get("to"); + String urlComparatorsCombo = "comparatorsCombo.jsp" // in this way because websphere 6 has problems with jsp:param + + "?comparator=" + comparator + + "&isString=" + isString + + "&isDate=" + isDate + + "&prefix=" + prefix + + "&index=" + iConditionValues + + "&idConditionValue=" + idConditionValue + + "&idConditionValueTo=" + idConditionValueTo; + String classConditionValue = ""; + String dateDisabled = ""; + String styleCalendar = ""; + if (isDate) { + if (Is.anyEqual(comparator, "year_comparator", "year_month_comparator", "month_comparator")) { + classConditionValue="class='ox-date-calendar'"; + dateDisabled = "xava_date_disabled"; + styleCalendar = "ox-display-none"; + } else { + classConditionValue="class='xava_date ox-date-calendar'"; + } + } + String attrConditionValue = isDate?"data-date-format='" + org.openxava.util.Dates.dateFormatForJSCalendar(isTimestamp) + "'":""; + if (isTimestamp) attrConditionValue += " data-enable-time='true'"; + if (isEmptyComparator) { + + out.write("\n"); + out.write("
\n"); + } + out.write('\n'); + String styleXavaComparator = Is.emptyString(value) && !isEmptyComparator?"ox-display-none":""; + out.write("\n"); + out.write(" \n"); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, urlComparatorsCombo, out, false); + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write(" "); + if (isDate) { + String styleValue = styleCalendar != null ? styleCalendar : styleConditionValue; + + out.write("\n"); + out.write(" \n"); + out.write(" "); + } + out.write("\n"); + out.write("\n"); + out.write("
\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write(" "); + if (isDate) { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } + out.write("\n"); + out.write("\n"); + out.write(" "); + + } + + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" "); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f1 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f1_reused = false; + try { + _jspx_th_xava_005flink_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f1.setParent(null); + // /xava/editors/listEditor.jsp(358,1) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f1.setAction("List.showRows"); + // /xava/editors/listEditor.jsp(358,1) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f1.setArgv(collectionArgv); + int _jspx_eval_xava_005flink_005f1 = _jspx_th_xava_005flink_005f1.doStartTag(); + if (_jspx_th_xava_005flink_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005flink_005f1); + _jspx_th_xava_005flink_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f1_reused); + } + out.write("\n"); + out.write("
\n"); + out.write(" \n"); + out.write(" "); +if (sortable) { + out.write("\n"); + out.write(" \n"); + out.write(" "); +} + out.write(' '); + out.write('\n'); + + if (!org.openxava.util.Is.emptyString(action)) { + + out.write('\n'); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f2 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f2_reused = false; + try { + _jspx_th_xava_005faction_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f2.setParent(null); + // /xava/editors/listEditor.jsp(392,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f2.setAction(action); + // /xava/editors/listEditor.jsp(392,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f2.setArgv("row=" + f + actionArgv); + int _jspx_eval_xava_005faction_005f2 = _jspx_th_xava_005faction_005f2.doStartTag(); + if (_jspx_th_xava_005faction_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f2); + _jspx_th_xava_005faction_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f2_reused); + } + out.write('\n'); + + } + if (style.isSeveralActionsPerRow() && !grouping) { + for (java.util.Iterator itRowActions = rowActions.iterator(); itRowActions.hasNext(); ) { + String rowAction = (String) itRowActions.next(); + + out.write("\n"); + out.write(" "); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f3 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f3_reused = false; + try { + _jspx_th_xava_005faction_005f3.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f3.setParent(null); + // /xava/editors/listEditor.jsp(399,3) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f3.setAction(rowAction); + // /xava/editors/listEditor.jsp(399,3) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f3.setArgv("row=" + f + actionArgv); + int _jspx_eval_xava_005faction_005f3 = _jspx_th_xava_005faction_005f3.doStartTag(); + if (_jspx_th_xava_005faction_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f3); + _jspx_th_xava_005faction_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f3, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f3_reused); + } + out.write('\n'); + + } + } + + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write("
\n"); + out.write("\n"); + +for (int c=0; c\n"); + out.write("
\n"); + out.write(" \n"); + out.write(" "); + if (!tab.isFixedTotal(c) && XavaPreferences.getInstance().isSummationInList()) { + out.write("\n"); + out.write(" "); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f4 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f4_reused = false; + try { + _jspx_th_xava_005faction_005f4.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f4.setParent(null); + // /xava/editors/listEditor.jsp(468,4) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f4.setAction("List.removeColumnSum"); + // /xava/editors/listEditor.jsp(468,4) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f4.setArgv("property="+p.getQualifiedName() + collectionArgv); + int _jspx_eval_xava_005faction_005f4 = _jspx_th_xava_005faction_005f4.doStartTag(); + if (_jspx_th_xava_005faction_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f4); + _jspx_th_xava_005faction_005f4_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f4, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f4_reused); + } + out.write("\n"); + out.write(" "); + } + out.write("\n"); + out.write(" "); + + if (view.isRepresentsCollection()) { + org.openxava.view.View rootView = view.getParent().getCollectionRootOrRoot(); + String sumProperty = collection + "." + p.getName() + "_SUM_"; + if (rootView.isPropertyUsedInCalculation(sumProperty)) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + } + + out.write("\n"); + out.write(" "); + out.print(ftotal); + out.write(" \n"); + out.write(" \n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" "); + // xava:action + org.openxava.web.taglib.ActionTag _jspx_th_xava_005faction_005f5 = (org.openxava.web.taglib.ActionTag) _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ActionTag.class); + boolean _jspx_th_xava_005faction_005f5_reused = false; + try { + _jspx_th_xava_005faction_005f5.setPageContext(_jspx_page_context); + _jspx_th_xava_005faction_005f5.setParent(null); + // /xava/editors/listEditor.jsp(493,3) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f5.setAction("List.sumColumn"); + // /xava/editors/listEditor.jsp(493,3) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005faction_005f5.setArgv("property="+p.getQualifiedName() + collectionArgv); + int _jspx_eval_xava_005faction_005f5 = _jspx_th_xava_005faction_005f5.doStartTag(); + if (_jspx_th_xava_005faction_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005faction_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005faction_005f5); + _jspx_th_xava_005faction_005f5_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005faction_005f5, _jsp_getInstanceManager(), _jspx_th_xava_005faction_005f5_reused); + } + out.write(" \n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" "); + out.print(tab.getTotalLabel(0, c + 1)); + out.write(" \n"); + out.write("
\n"); + out.write("
\n"); + out.write(" "); + + } +} + + out.write("\n"); + out.write("
\n"); + out.write("\n"); + +for (int c=0; c\n"); + out.write("
\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "collectionTotal.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("row", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(i), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("column", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(c), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("xava_view", request.getCharacterEncoding()), out, false); + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" "); + out.print(tab.getTotalLabel(i, c + 1)); + out.write(" \n"); + out.write("
\n"); + out.write(" "); + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("
'); + out.write('\n'); + if (totalSize == 0) { + out.write("\n"); + out.write(""); + if (_jspx_meth_xava_005fmessage_005f5(_jspx_page_context)) + return; + out.write("\n"); + } else { + out.write("\n"); + out.write(""); + if (_jspx_meth_xava_005fmessage_005f6(_jspx_page_context)) + return; + out.write("\n"); + } + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("\n"); + if (!tab.isRowsHidden() && !simple) { + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("
\n"); + +int last=tab.getLastPage(); +int current=tab.getPage(); +if (current > 1) { + + out.write("\n"); + out.write("'); + // xava:image + org.openxava.web.taglib.ImageTag _jspx_th_xava_005fimage_005f1 = (org.openxava.web.taglib.ImageTag) _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ImageTag.class); + boolean _jspx_th_xava_005fimage_005f1_reused = false; + try { + _jspx_th_xava_005fimage_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fimage_005f1.setParent(null); + // /xava/editors/listEditor.jsp(601,156) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f1.setAction("List.goPreviousPage"); + // /xava/editors/listEditor.jsp(601,156) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f1.setArgv(collectionArgv); + int _jspx_eval_xava_005fimage_005f1 = _jspx_th_xava_005fimage_005f1.doStartTag(); + if (_jspx_th_xava_005fimage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005fimage_005f1); + _jspx_th_xava_005fimage_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fimage_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fimage_005f1_reused); + } + out.write("\n"); + +} +else { + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +} + + out.write("\n"); + out.write("'); + out.write('\n'); + +for (int i=1; i<=last; i++) { +if (i == current) { + if (style.isShowPageNumber()) { + + out.write("\n"); + out.write("'); + out.print(i); + out.write("\n"); + out.write(" "); + } else { + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + } + out.write('\n'); + } else { + if (style.isShowPageNumber()) { + + out.write('\n'); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f3 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f3_reused = false; + try { + _jspx_th_xava_005flink_005f3.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f3.setParent(null); + // /xava/editors/listEditor.jsp(629,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f3.setAction("List.goPage"); + // /xava/editors/listEditor.jsp(629,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f3.setArgv("page=" + i + collectionArgv); + // /xava/editors/listEditor.jsp(629,0) name = cssClass type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f3.setCssClass(style.getPageNavigation()); + int _jspx_eval_xava_005flink_005f3 = _jspx_th_xava_005flink_005f3.doStartTag(); + if (_jspx_eval_xava_005flink_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { + do { + out.print(i); + int evalDoAfterBody = _jspx_th_xava_005flink_005f3.doAfterBody(); + if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) + break; + } while (true); + } + if (_jspx_th_xava_005flink_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fcssClass_005fargv_005faction.reuse(_jspx_th_xava_005flink_005f3); + _jspx_th_xava_005flink_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f3, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f3_reused); + } + out.write('\n'); + + } else { + + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + + } + } +} + + out.write("\n"); + out.write("\n"); + +if (!tab.isLastPage()) { + + out.write("\n"); + out.write("\n"); + out.write("'); + out.write('\n'); + // xava:image + org.openxava.web.taglib.ImageTag _jspx_th_xava_005fimage_005f2 = (org.openxava.web.taglib.ImageTag) _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.ImageTag.class); + boolean _jspx_th_xava_005fimage_005f2_reused = false; + try { + _jspx_th_xava_005fimage_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fimage_005f2.setParent(null); + // /xava/editors/listEditor.jsp(649,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f2.setAction("List.goNextPage"); + // /xava/editors/listEditor.jsp(649,0) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fimage_005f2.setArgv(collectionArgv); + int _jspx_eval_xava_005fimage_005f2 = _jspx_th_xava_005fimage_005f2.doStartTag(); + if (_jspx_th_xava_005fimage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005fimage_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005fimage_005f2); + _jspx_th_xava_005fimage_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fimage_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fimage_005f2_reused); + } + out.write("\n"); + out.write("\n"); + out.write("\n"); + +} +else { + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +} + + out.write('\n'); + if (style.isChangingPageRowCountAllowed()) { + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write(" \n"); + if (_jspx_meth_xava_005fmessage_005f7(_jspx_page_context)) + return; + out.write("\n"); + out.write("\n"); + } // of if (style.isChangingPageRowCountAllowed()) + out.write("\n"); + out.write("\n"); + if (XavaPreferences.getInstance().isShowCountInList() && !style.isShowRowCountOnTop() && !grouping && totalSize < Integer.MAX_VALUE) { + out.write(' '); + out.write('\n'); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f8 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fintParam_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f8_reused = false; + try { + _jspx_th_xava_005fmessage_005f8.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f8.setParent(null); + // /xava/editors/listEditor.jsp(685,0) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f8.setKey("list_count"); + // /xava/editors/listEditor.jsp(685,0) name = intParam type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f8.setIntParam(totalSize); + int _jspx_eval_xava_005fmessage_005f8 = _jspx_th_xava_005fmessage_005f8.doStartTag(); + if (_jspx_th_xava_005fmessage_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fintParam_005fnobody.reuse(_jspx_th_xava_005fmessage_005f8); + _jspx_th_xava_005fmessage_005f8_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f8, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f8_reused); + } + out.write('\n'); + } + out.write('\n'); + if (collection == null && style.isHideRowsAllowed() && !grouping && totalSize < Integer.MAX_VALUE) { + out.write(' '); + out.write('\n'); + out.write('('); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f4 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction_005fnobody.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f4_reused = false; + try { + _jspx_th_xava_005flink_005f4.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f4.setParent(null); + // /xava/editors/listEditor.jsp(688,1) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f4.setAction("List.hideRows"); + // /xava/editors/listEditor.jsp(688,1) name = argv type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f4.setArgv(collectionArgv); + int _jspx_eval_xava_005flink_005f4 = _jspx_th_xava_005flink_005f4.doStartTag(); + if (_jspx_th_xava_005flink_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005fargv_005faction_005fnobody.reuse(_jspx_th_xava_005flink_005f4); + _jspx_th_xava_005flink_005f4_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f4, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f4_reused); + } + out.write(')'); + out.write('\n'); + } + out.write("\n"); + out.write("
\n"); + } + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fmessage_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f0 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f0_reused = false; + try { + _jspx_th_xava_005fmessage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f0.setParent(null); + // /xava/editors/listEditor.jsp(94,9) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f0.setKey("customize_list"); + int _jspx_eval_xava_005fmessage_005f0 = _jspx_th_xava_005fmessage_005f0.doStartTag(); + if (_jspx_th_xava_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f0); + _jspx_th_xava_005fmessage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f1 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f1_reused = false; + try { + _jspx_th_xava_005fmessage_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f1.setParent(null); + // /xava/editors/listEditor.jsp(100,9) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f1.setKey("show_filters"); + int _jspx_eval_xava_005fmessage_005f1 = _jspx_th_xava_005fmessage_005f1.doStartTag(); + if (_jspx_th_xava_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f1); + _jspx_th_xava_005fmessage_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f2 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f2_reused = false; + try { + _jspx_th_xava_005fmessage_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f2.setParent(null); + // /xava/editors/listEditor.jsp(105,9) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f2.setKey("hide_filters"); + int _jspx_eval_xava_005fmessage_005f2 = _jspx_th_xava_005fmessage_005f2.doStartTag(); + if (_jspx_th_xava_005fmessage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f2); + _jspx_th_xava_005fmessage_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f2_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f8(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f8 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f8_reused = false; + try { + _jspx_th_xava_005fid_005f8.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f8.setParent(null); + // /xava/editors/listEditor.jsp(125,30) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f8.setName("xava_selected_all"); + int _jspx_eval_xava_005fid_005f8 = _jspx_th_xava_005fid_005f8.doStartTag(); + if (_jspx_th_xava_005fid_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f8); + _jspx_th_xava_005fid_005f8_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f8, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f8_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f3(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f3 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f3_reused = false; + try { + _jspx_th_xava_005fmessage_005f3.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f3.setParent(null); + // /xava/editors/listEditor.jsp(187,38) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f3.setKey("remove_column"); + int _jspx_eval_xava_005fmessage_005f3 = _jspx_th_xava_005fmessage_005f3.doStartTag(); + if (_jspx_th_xava_005fmessage_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f3); + _jspx_th_xava_005fmessage_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f3, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f3_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f4(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f4 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f4_reused = false; + try { + _jspx_th_xava_005fmessage_005f4.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f4.setParent(null); + // /xava/editors/listEditor.jsp(211,11) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f4.setKey("clear_condition_values"); + int _jspx_eval_xava_005fmessage_005f4 = _jspx_th_xava_005fmessage_005f4.doStartTag(); + if (_jspx_th_xava_005fmessage_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f4); + _jspx_th_xava_005fmessage_005f4_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f4, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f4_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f17(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f17 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f17_reused = false; + try { + _jspx_th_xava_005fid_005f17.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f17.setParent(null); + // /xava/editors/listEditor.jsp(407,83) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f17.setName("xava_selected"); + int _jspx_eval_xava_005fid_005f17 = _jspx_th_xava_005fid_005f17.doStartTag(); + if (_jspx_th_xava_005fid_005f17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f17); + _jspx_th_xava_005fid_005f17_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f17, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f17_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f18(javax.servlet.jsp.tagext.JspTag _jspx_th_xava_005flink_005f2, javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f18 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f18_reused = false; + try { + _jspx_th_xava_005fid_005f18.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f18.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_xava_005flink_005f2); + // /xava/editors/listEditor.jsp(436,34) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f18.setName("tipable"); + int _jspx_eval_xava_005fid_005f18 = _jspx_th_xava_005fid_005f18.doStartTag(); + if (_jspx_th_xava_005fid_005f18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f18); + _jspx_th_xava_005fid_005f18_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f18, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f18_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f5(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f5 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f5_reused = false; + try { + _jspx_th_xava_005fmessage_005f5.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f5.setParent(null); + // /xava/editors/listEditor.jsp(571,3) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f5.setKey("no_objects"); + int _jspx_eval_xava_005fmessage_005f5 = _jspx_th_xava_005fmessage_005f5.doStartTag(); + if (_jspx_th_xava_005fmessage_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f5); + _jspx_th_xava_005fmessage_005f5_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f5, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f5_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f6(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f6 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f6_reused = false; + try { + _jspx_th_xava_005fmessage_005f6.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f6.setParent(null); + // /xava/editors/listEditor.jsp(573,3) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f6.setKey("list_error"); + int _jspx_eval_xava_005fmessage_005f6 = _jspx_th_xava_005fmessage_005f6.doStartTag(); + if (_jspx_th_xava_005fmessage_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f6); + _jspx_th_xava_005fmessage_005f6_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f6, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f6_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f7(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f7 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f7_reused = false; + try { + _jspx_th_xava_005fmessage_005f7.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f7.setParent(null); + // /xava/editors/listEditor.jsp(679,0) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f7.setKey("rows_per_page"); + int _jspx_eval_xava_005fmessage_005f7 = _jspx_th_xava_005fmessage_005f7.doStartTag(); + if (_jspx_th_xava_005fmessage_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f7); + _jspx_th_xava_005fmessage_005f7_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f7, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f7_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/passwordEditor_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/passwordEditor_jsp.class new file mode 100644 index 0000000..8db3643 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/passwordEditor_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/passwordEditor_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/passwordEditor_jsp.java new file mode 100644 index 0000000..226f8ed --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/passwordEditor_jsp.java @@ -0,0 +1,136 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:02 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava.editors; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class passwordEditor_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "textEditor.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("inputType", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("password", request.getCharacterEncoding()), out, false); + out.write(' '); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/textEditor_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/textEditor_jsp.class new file mode 100644 index 0000000..c16d3f2 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/textEditor_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/textEditor_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/textEditor_jsp.java new file mode 100644 index 0000000..91485f7 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/editors/textEditor_jsp.java @@ -0,0 +1,338 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:02 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava.editors; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import java.text.NumberFormat; +import java.text.DecimalFormat; +import java.text.DecimalFormatSymbols; +import org.openxava.model.meta.MetaProperty; +import org.openxava.util.Strings; +import org.openxava.util.Align; +import org.openxava.util.Locales; +import org.openxava.util.XavaResources; +import org.apache.commons.logging.LogFactory; +import org.apache.commons.logging.Log; + +public final class textEditor_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + +private static Log log = LogFactory.getLog("textEditor.jsp"); + +private String getNumericAlt(int size, int scale) { + try { + DecimalFormat df = (DecimalFormat) NumberFormat.getNumberInstance(Locales.getCurrent()); + DecimalFormatSymbols symbols = df.getDecimalFormatSymbols(); + StringBuffer result = new StringBuffer("alt='n"); // Negatives always allowed + result.append(size > 9?"0":Integer.toString(size)); // Size + if (scale == 0 || !df.isGroupingUsed()) result.append("x"); // no grouping separator + else { + switch (symbols.getGroupingSeparator()) { + case ',': + result.append("c"); // comma + break; + case '.': + result.append("p"); // period + break; + case ' ': + result.append("s"); // space + break; + case '\'': + result.append("a"); // apostrophe + break; + + default: + result.append("x"); // none + } + } + result.append(df.getGroupingSize()); + switch (symbols.getDecimalSeparator()) { + case ',': + result.append("c"); // comma + break; + default: + result.append("p"); // period + } + result.append(scale > 9?"9":Integer.toString(scale)); // Scale + result.append("'"); + return result.toString(); + } + catch (Exception ex) { + log.warn(XavaResources.getString("default_numeric_editor_configuration")); + return "alt='n0c3p2'"; + } +} + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.util.Strings"); + _jspx_imports_classes.add("java.text.DecimalFormatSymbols"); + _jspx_imports_classes.add("org.openxava.util.Align"); + _jspx_imports_classes.add("java.text.DecimalFormat"); + _jspx_imports_classes.add("org.openxava.util.XavaResources"); + _jspx_imports_classes.add("org.apache.commons.logging.Log"); + _jspx_imports_classes.add("org.apache.commons.logging.LogFactory"); + _jspx_imports_classes.add("org.openxava.util.Locales"); + _jspx_imports_classes.add("java.text.NumberFormat"); + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + +String propertyKey = request.getParameter("propertyKey"); +MetaProperty p = (MetaProperty) request.getAttribute(propertyKey); +String fvalue = (String) request.getAttribute(propertyKey + ".fvalue"); +String align = p.isNumber()?"ox-text-align-right":""; +boolean editable="true".equals(request.getParameter("editable")); +String disabled=editable?"":"disabled"; +String script = request.getParameter("script"); +boolean label = org.openxava.util.XavaPreferences.getInstance().isReadOnlyAsLabel(); +String inputType = request.getParameter("inputType"); +if (inputType == null) inputType = "text"; +String smaxSize = request.getParameter("maxSize"); +int maxSize = 0; +if (!org.openxava.util.Is.emptyString(smaxSize)) { + maxSize = Integer.parseInt(smaxSize); +} +else { + maxSize = org.openxava.util.XavaPreferences.getInstance().getMaxSizeForTextEditor(); +} +int size = p.getSize() > maxSize?maxSize:p.getSize(); +int maxLength = p.getSize(); +String numericAlt = ""; +String numericClass = ""; +if (p.isNumber()) { + if (p.getScale() > 0) { + int sizeIncrement = (size - 1) / 3 + 2; // The points/commas for thousands + point/comma for decimal + minus sign + size += sizeIncrement; + maxLength += sizeIncrement; + } + String integer = p.getScale() == 0?"true":"false"; + numericAlt = getNumericAlt(p.getSize(), p.getScale()); + numericClass = "xava_numeric"; +} + +boolean fillWithZeros = "true".equals(request.getParameter("fillWithZeros")); +if (fillWithZeros && fvalue.length() > 0) { + fvalue = Strings.fix(fvalue, size, Align.RIGHT, '0'); +} + +String im = (request.getParameter("value") != null) && (request.getParameter("value").toString().matches("[-AL0!@#$%^&*()_+={}';:\"<>.,?/` \\~]+")) ? request.getParameter("value") : ""; +if (im.length() > 1) { + size = im.length(); + maxLength= im.length(); + im = "data-inputmask=\"'mask': '" + im + "'\""; +} + +if (editable || !label) { + + out.write("\n"); + out.write("\n"); + +} else { + + out.write('\n'); + out.print(fvalue); + out.write("  \n"); + +} + + out.write('\n'); + if (!editable) { + out.write("\n"); + out.write(" '); + out.write('\n'); + } + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/errors_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/errors_jsp.class new file mode 100644 index 0000000..57f36ef Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/errors_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/errors_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/errors_jsp.java new file mode 100644 index 0000000..58aaa6e --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/errors_jsp.java @@ -0,0 +1,221 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:01 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class errors_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + out.write('\n'); + +if (errors.contains()) { + + out.write("\n"); + out.write("
\n"); + out.write("'); + out.write('\n'); + + java.util.Iterator it = errors.getStrings(request).iterator(); + while (it.hasNext()) { + + out.write("\n"); + out.write("\n"); + } + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("\n"); + out.print(it.next()); + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + } + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fid_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f0 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f0_reused = false; + try { + _jspx_th_xava_005fid_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f0.setParent(null); + // /xava/errors.jsp(11,11) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f0.setName("errors_table"); + int _jspx_eval_xava_005fid_005f0 = _jspx_th_xava_005fid_005f0.doStartTag(); + if (_jspx_th_xava_005fid_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f0); + _jspx_th_xava_005fid_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f0_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/execute_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/execute_jsp.class new file mode 100644 index 0000000..8d01abb Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/execute_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/execute_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/execute_jsp.java new file mode 100644 index 0000000..6decdf3 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/execute_jsp.java @@ -0,0 +1,299 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:00 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import java.util.Map; +import java.util.Enumeration; +import java.util.StringTokenizer; +import org.openxava.web.Ids; +import java.awt.event.InputEvent; +import java.util.Collection; +import java.util.Iterator; +import javax.swing.KeyStroke; +import org.openxava.controller.meta.MetaAction; +import org.openxava.view.View; +import org.openxava.util.Is; +import org.openxava.util.Users; +import org.openxava.util.Locales; +import org.openxava.util.XavaResources; + +public final class execute_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("java.awt.event.InputEvent"); + _jspx_imports_classes.add("javax.swing.KeyStroke"); + _jspx_imports_classes.add("java.util.Iterator"); + _jspx_imports_classes.add("java.util.Enumeration"); + _jspx_imports_classes.add("java.util.Collection"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + _jspx_imports_classes.add("org.openxava.util.Is"); + _jspx_imports_classes.add("org.openxava.controller.meta.MetaAction"); + _jspx_imports_classes.add("java.util.StringTokenizer"); + _jspx_imports_classes.add("java.util.Map"); + _jspx_imports_classes.add("org.openxava.util.Users"); + _jspx_imports_classes.add("org.openxava.view.View"); + _jspx_imports_classes.add("org.openxava.util.XavaResources"); + _jspx_imports_classes.add("org.openxava.util.Locales"); + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.util.Messages messages = null; + messages = (org.openxava.util.Messages) _jspx_page_context.getAttribute("messages", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (messages == null){ + messages = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("messages", messages, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + out.write('\n'); + +org.openxava.controller.ModuleManager manager = (org.openxava.controller.ModuleManager) context.get(request, "manager", "org.openxava.controller.ModuleManager"); +manager.setSession(session); + +org.openxava.tab.Tab t = (org.openxava.tab.Tab) context.get(request, "xava_tab"); +request.setAttribute("tab", t); + + out.write('\n'); + org.openxava.tab.Tab tab = null; + tab = (org.openxava.tab.Tab) _jspx_page_context.getAttribute("tab", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (tab == null){ + tab = new org.openxava.tab.Tab(); + _jspx_page_context.setAttribute("tab", tab, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + +View view = (View) context.get(request, "xava_view"); +String[] deselected = request.getParameterValues("deselected"); +if (deselected != null){ + for (int i = 0; i < deselected.length; i++){ + String d = deselected[i]; + if (d.contains("xava_tab")) tab.friendExecuteJspDeselect(d); + else if (d.contains("xava_collectionTab")) { + view.deselectCollection(d); + } + } +} + + out.write('\n'); + out.write('\n'); + if (!"false".equals(request.getAttribute("xava.sendParametersToTab"))) { + out.write(' '); + out.write(' '); + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.introspecthelper(_jspx_page_context.findAttribute("tab"), "selected", request.getParameter("selected"), request, "selected", false); + out.write('\n'); + } + out.write('\n'); + out.write('\n'); + + +manager.setApplicationName(request.getParameter("application")); +manager.setModuleName(request.getParameter("module")); +boolean loadingModulePage = "true".equals(request.getParameter("loadingModulePage")); +if (!loadingModulePage) manager.executeBeforeEachRequestActions(request, errors, messages); +view.setRequest(request); +view.setErrors(errors); +view.setMessages(messages); + +java.util.Stack previousViews = (java.util.Stack) context.get(request, "xava_previousViews"); +for (Iterator it = previousViews.iterator(); it.hasNext(); ) { + View previousView = (View) it.next(); + previousView.setRequest(request); + previousView.setErrors(errors); + previousView.setMessages(messages); +} + +tab.setRequest(request); +tab.setErrors(errors); +tab.setMessages(messages); +if (manager.isListMode()) { + tab.setModelName(manager.getModelName()); + if (tab.getTabName() == null) { + tab.setTabName(manager.getTabName()); + } +} +boolean hasProcessRequest = manager.hasProcessRequest(request); +manager.preInitModule(request); +if (manager.isXavaView(request)) { + if (hasProcessRequest) { + view.assignValuesToWebView(); + } +} +if (!(loadingModulePage && manager.isCoreViaAJAX(request))) { + manager.initModule(request, errors, messages); + manager.executeOnEachRequestActions(request, errors, messages); + if (hasProcessRequest) { + manager.execute(request, errors, messages); + if (manager.isListMode()) { // here and before execute the action + tab.setModelName(manager.getModelName()); + if (tab.getTabName() == null) { + tab.setTabName(manager.getTabName()); + } + } + } + //after-each-request + manager.executeAfterEachRequestActions(request, errors, messages); +} + +if ("true".equals(request.getParameter("firstRequest")) && manager.isCoreViaAJAX(request)) { + manager.executeBeforeLoadPage(request, errors, messages); +} +if (manager.isDetailMode()) { + view = (View) context.get(request, "xava_view"); + view.setRequest(request); +} + + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/frameActions_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/frameActions_jsp.class new file mode 100644 index 0000000..ffe056a Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/frameActions_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/frameActions_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/frameActions_jsp.java new file mode 100644 index 0000000..f71f7ed --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/frameActions_jsp.java @@ -0,0 +1,206 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:31 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class frameActions_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + +String frameId=request.getParameter("frameId"); +boolean closed="true".equals(request.getParameter("closed")); +String frameContentId=frameId + "content"; +String frameShowId=frameId + "show"; +String frameHideId=frameId + "hide"; +String hideClass=closed?"class='ox-display-none'":""; +String showClass=closed?"":"class='ox-display-none'"; + +String minimizeImage = null; +if (style.getMinimizeImage() != null) minimizeImage=!style.getMinimizeImage().startsWith("/")?request.getContextPath() + "/" + style.getMinimizeImage():style.getMinimizeImage(); +String restoreImage = null; +if (style.getRestoreImage() != null) restoreImage=!style.getRestoreImage().startsWith("/")?request.getContextPath() + "/" + style.getRestoreImage():style.getRestoreImage(); + + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write(" "); + if (minimizeImage == null) { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } else { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write("\n"); + out.write(" \n"); + out.write(" "); + if (restoreImage == null) { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } else { + out.write("\n"); + out.write(" \n"); + out.write(" "); + } + out.write("\n"); + out.write(" \n"); + out.write("\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/listConfigurations_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/listConfigurations_jsp.class new file mode 100644 index 0000000..f5f476f Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/listConfigurations_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/listConfigurations_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/listConfigurations_jsp.java new file mode 100644 index 0000000..34ef6d2 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/listConfigurations_jsp.java @@ -0,0 +1,232 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:57 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.util.Strings; +import org.openxava.tab.Tab; + +public final class listConfigurations_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.util.Strings"); + _jspx_imports_classes.add("org.openxava.tab.Tab"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write(" \r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write("\r\n"); + out.write("\r\n"); + +String tabObject = request.getParameter("tabObject"); +tabObject = (tabObject == null || tabObject.equals(""))?"xava_tab":tabObject; +Tab tab = (Tab) context.get(request, tabObject); +tab.setRequest(request); +String confName = tab.getConfigurationName(); + + out.write("\r\n"); + out.write("\r\n"); + out.write(""); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fid_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f0 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f0_reused = false; + try { + _jspx_th_xava_005fid_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f0.setParent(null); + // /xava/listConfigurations.jsp(16,47) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f0.setName("listConfigurations"); + int _jspx_eval_xava_005fid_005f0 = _jspx_th_xava_005fid_005f0.doStartTag(); + if (_jspx_th_xava_005fid_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f0); + _jspx_th_xava_005fid_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f0_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/list_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/list_jsp.class new file mode 100644 index 0000000..3adc5ba Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/list_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/list_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/list_jsp.java new file mode 100644 index 0000000..02f057d --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/list_jsp.java @@ -0,0 +1,482 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:42:31 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.web.WebEditors; +import org.openxava.util.XavaResources; +import org.openxava.model.meta.MetaProperty; +import org.openxava.tab.Tab; +import org.openxava.util.Is; + +public final class list_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.util.XavaResources"); + _jspx_imports_classes.add("org.openxava.tab.Tab"); + _jspx_imports_classes.add("org.openxava.web.WebEditors"); + _jspx_imports_classes.add("org.openxava.util.Is"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flink_0026_005faction_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005flink_0026_005faction_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005flink_0026_005faction_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + +String tabObject = request.getParameter("tabObject"); +tabObject = (tabObject == null || tabObject.equals(""))?"xava_tab":tabObject; +org.openxava.tab.Tab tab = (org.openxava.tab.Tab) context.get(request, tabObject); +String editor = tab.getEditor(); +String collection = request.getParameter("collection"); +org.openxava.controller.ModuleManager manager = (org.openxava.controller.ModuleManager) context.get(request, "manager", "org.openxava.controller.ModuleManager"); +String groupBy = tab.getGroupBy(); +boolean grouping = !Is.emptyString(groupBy); + + out.write('\n'); + out.write('\n'); + +if (collection == null || collection.equals("")) { + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("
\n"); + if (_jspx_meth_xava_005flink_005f0(_jspx_page_context)) + return; + out.write("\n"); + out.write("\n"); + + } + else { + + out.write('\n'); + if (_jspx_meth_xava_005flink_005f1(_jspx_page_context)) + return; + out.write('\n'); + + } +} + + out.write('\n'); + out.write('\n'); + +if (tab.isTitleVisible()) { + + out.write(' '); + out.write('\n'); + if (style.isShowModuleDescription()) { + out.write(' '); + out.write('-'); + out.write(' '); + } + out.write("\n"); + out.write(""); + out.print(tab.getTitle()); + out.write(" \n"); + +} + + out.write('\n'); + if (style.isShowRowCountOnTop() && !grouping) { // && grouping + int totalSize = tab.getTotalSize(); + int finalIndex = Math.min(totalSize, tab.getFinalIndex()); + + out.write("\n"); + out.write("'); + out.write('\n'); + out.print(XavaResources.getString(request, "header_list_count", new Integer(tab.getInitialIndex() + 1), new Integer(finalIndex), new Integer(totalSize))); + out.write("\n"); + out.write("\n"); + } + out.write('\n'); + if (manager.getDialogLevel() == 0) { + out.write("\n"); + out.write(" \n"); + } + out.write("\n"); + out.write("
\n"); + +} + + out.write('\n'); + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, WebEditors.getUrl(tab.getEditor(), tab.getMetaTab()), out, false); + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005flink_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f0 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005faction_005fnobody.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f0_reused = false; + try { + _jspx_th_xava_005flink_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f0.setParent(null); + // /xava/list.jsp(38,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f0.setAction("List.saveConfiguration"); + int _jspx_eval_xava_005flink_005f0 = _jspx_th_xava_005flink_005f0.doStartTag(); + if (_jspx_th_xava_005flink_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005faction_005fnobody.reuse(_jspx_th_xava_005flink_005f0); + _jspx_th_xava_005flink_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005flink_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:link + org.openxava.web.taglib.LinkTag _jspx_th_xava_005flink_005f1 = (org.openxava.web.taglib.LinkTag) _005fjspx_005ftagPool_005fxava_005flink_0026_005faction_005fnobody.get(org.openxava.web.taglib.LinkTag.class); + boolean _jspx_th_xava_005flink_005f1_reused = false; + try { + _jspx_th_xava_005flink_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005flink_005f1.setParent(null); + // /xava/list.jsp(44,0) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flink_005f1.setAction("List.changeConfiguration"); + int _jspx_eval_xava_005flink_005f1 = _jspx_th_xava_005flink_005f1.doStartTag(); + if (_jspx_th_xava_005flink_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005flink_0026_005faction_005fnobody.reuse(_jspx_th_xava_005flink_005f1); + _jspx_th_xava_005flink_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flink_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005flink_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f0 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f0_reused = false; + try { + _jspx_th_xava_005fmessage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f0.setParent(null); + // /xava/list.jsp(76,64) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f0.setKey("group_by"); + int _jspx_eval_xava_005fmessage_005f0 = _jspx_th_xava_005fmessage_005f0.doStartTag(); + if (_jspx_th_xava_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f0); + _jspx_th_xava_005fmessage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f1 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f1_reused = false; + try { + _jspx_th_xava_005fmessage_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f1.setParent(null); + // /xava/list.jsp(86,71) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f1.setKey("group_by_month_of"); + int _jspx_eval_xava_005fmessage_005f1 = _jspx_th_xava_005fmessage_005f1.doStartTag(); + if (_jspx_th_xava_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f1); + _jspx_th_xava_005fmessage_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f2 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f2_reused = false; + try { + _jspx_th_xava_005fmessage_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f2.setParent(null); + // /xava/list.jsp(95,70) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f2.setKey("group_by_year_of"); + int _jspx_eval_xava_005fmessage_005f2 = _jspx_th_xava_005fmessage_005f2.doStartTag(); + if (_jspx_th_xava_005fmessage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f2); + _jspx_th_xava_005fmessage_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f2_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/messages_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/messages_jsp.class new file mode 100644 index 0000000..8c550cd Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/messages_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/messages_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/messages_jsp.java new file mode 100644 index 0000000..efb6e9f --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/messages_jsp.java @@ -0,0 +1,318 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:02 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class messages_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + org.openxava.util.Messages messages = null; + messages = (org.openxava.util.Messages) _jspx_page_context.getAttribute("messages", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (messages == null){ + messages = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("messages", messages, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + out.write('\n'); + +if (messages.contains()) { + + out.write("\n"); + out.write("
\n"); + out.write("'); + out.write('\n'); + + java.util.Iterator it = messages.getWarningsStrings(request).iterator(); + while (it.hasNext()) { + + out.write("\n"); + out.write("\n"); + } + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("\n"); + out.print(it.next()); + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("'); + out.write('\n'); + + it = messages.getMessagesStrings(request).iterator(); + while (it.hasNext()) { + + out.write("\n"); + out.write("\n"); + } + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("\n"); + out.print(it.next()); + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("'); + out.write('\n'); + + it = messages.getInfosStrings(request).iterator(); + while (it.hasNext()) { + + out.write("\n"); + out.write("\n"); + } + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("\n"); + out.print(it.next()); + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + } + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fid_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f0 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f0_reused = false; + try { + _jspx_th_xava_005fid_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f0.setParent(null); + // /xava/messages.jsp(10,11) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f0.setName("warnings_table"); + int _jspx_eval_xava_005fid_005f0 = _jspx_th_xava_005fid_005f0.doStartTag(); + if (_jspx_th_xava_005fid_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f0); + _jspx_th_xava_005fid_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f1 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f1_reused = false; + try { + _jspx_th_xava_005fid_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f1.setParent(null); + // /xava/messages.jsp(23,11) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f1.setName("messages_table"); + int _jspx_eval_xava_005fid_005f1 = _jspx_th_xava_005fid_005f1.doStartTag(); + if (_jspx_th_xava_005fid_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f1); + _jspx_th_xava_005fid_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f2 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f2_reused = false; + try { + _jspx_th_xava_005fid_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f2.setParent(null); + // /xava/messages.jsp(36,11) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f2.setName("infos_table"); + int _jspx_eval_xava_005fid_005f2 = _jspx_th_xava_005fid_005f2.doStartTag(); + if (_jspx_th_xava_005fid_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f2); + _jspx_th_xava_005fid_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f2_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/module_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/module_jsp.class new file mode 100644 index 0000000..8fcb63f Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/module_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/module_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/module_jsp.java new file mode 100644 index 0000000..95c7506 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/module_jsp.java @@ -0,0 +1,1169 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:00 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import java.io.File; +import java.util.Arrays; +import org.openxava.util.XavaResources; +import org.openxava.util.Locales; +import org.openxava.util.Users; +import org.openxava.util.XSystem; +import org.openxava.util.Strings; +import org.openxava.util.Is; +import org.openxava.util.XavaPreferences; +import org.openxava.web.dwr.Module; +import org.openxava.web.servlets.Servlets; +import org.openxava.web.Ids; +import org.openxava.web.Requests; +import org.openxava.web.EditorsResources; +import org.openxava.web.style.Themes; +import org.apache.commons.logging.LogFactory; +import org.apache.commons.logging.Log; +import org.openxava.web.Browsers; + +public final class module_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + +private static Log log = LogFactory.getLog("module.jsp"); + + private String getAdditionalParameters(HttpServletRequest request) { + StringBuffer result = new StringBuffer(); + for (java.util.Enumeration en = request.getParameterNames(); en + .hasMoreElements();) { + String name = (String) en.nextElement(); + if ("application".equals(name) || "module".equals(name)) + continue; + String value = request.getParameter(name); + if (!Is.emptyString(value) && !(value.contains("<") || value.contains("\""))) { // If change pass the ZAP test again + result.append('&'); + result.append(name); + result.append('='); + result.append(value); + } + } + return result.toString(); + } + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.web.Requests"); + _jspx_imports_classes.add("java.util.Arrays"); + _jspx_imports_classes.add("org.openxava.util.Strings"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + _jspx_imports_classes.add("org.openxava.web.EditorsResources"); + _jspx_imports_classes.add("java.io.File"); + _jspx_imports_classes.add("org.openxava.util.XSystem"); + _jspx_imports_classes.add("org.openxava.util.Is"); + _jspx_imports_classes.add("org.openxava.web.style.Themes"); + _jspx_imports_classes.add("org.openxava.util.Users"); + _jspx_imports_classes.add("org.openxava.web.Browsers"); + _jspx_imports_classes.add("org.openxava.util.XavaResources"); + _jspx_imports_classes.add("org.apache.commons.logging.Log"); + _jspx_imports_classes.add("org.apache.commons.logging.LogFactory"); + _jspx_imports_classes.add("org.openxava.util.Locales"); + _jspx_imports_classes.add("org.openxava.web.servlets.Servlets"); + _jspx_imports_classes.add("org.openxava.web.dwr.Module"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + Servlets.setCharacterEncoding(request, response); + out.write(' '); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write('\n'); + out.write('\n'); + + request.setAttribute("style", org.openxava.web.style.Style.getInstance()); + + out.write('\n'); + out.write('\n'); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.util.Messages messages = null; + messages = (org.openxava.util.Messages) _jspx_page_context.getAttribute("messages", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (messages == null){ + messages = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("messages", messages, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + + String windowId = context.getWindowId(request); + context.setCurrentWindowId(windowId); + request.getSession().setAttribute("xava.user", + request.getRemoteUser()); + String app = request.getParameter("application"); + String module = context.getCurrentModule(request); + String contextPath = (String) request.getAttribute("xava.contextPath"); + if (contextPath == null) contextPath = request.getContextPath(); + + org.openxava.controller.ModuleManager managerHome = (org.openxava.controller.ModuleManager) context + .get(request, "manager", + "org.openxava.controller.ModuleManager"); + org.openxava.controller.ModuleManager manager = (org.openxava.controller.ModuleManager) context + .get(app, module, "manager", + "org.openxava.controller.ModuleManager"); + + manager.setSession(session); + managerHome.setSession(session); + manager.setApplicationName(request.getParameter("application")); + + manager.setModuleName(module); // In order to show the correct description in head + + boolean restoreLastMessage = false; + if (manager.isFormUpload()) { + new Module().requestMultipart(request, response, app, module); + } + else { + restoreLastMessage = true; + } + + boolean htmlHead = !Is.equalAsStringIgnoreCase(request.getParameter("htmlHead"), "false"); + String version = org.openxava.controller.ModuleManager.getVersion(); + String realPath = request.getSession().getServletContext() + .getRealPath("/"); + Requests.init(request, app, module); + manager.log(request, "MODULE:" + module); + manager.setModuleURL(request); + + out.write('\n'); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "execute.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("loadingModulePage", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("true", request.getCharacterEncoding()), out, false); + out.write('\n'); + + if (htmlHead) { + + out.write("\n"); + out.write(" \n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" "); + out.print(managerHome.getModuleDescription()); + out.write("\n"); + out.write(" \n"); + out.write(" "); + out.print(style.getMetaTags()); + out.write('\n'); + out.write(' '); + out.write('\n'); + + } + + if (style.getCssFile() != null) { + + out.write("\n"); + out.write(" \n"); + + } + + out.write("\n"); + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write("\n"); + out.write(" "); + + for (String styleEditor: EditorsResources.listCSSFiles(realPath)) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + + out.write(" \n"); + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + + if (new File(realPath + "/xava/js/custom-editors.js").exists()) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + log.warn(XavaResources.getString("custom_editors_deprecated")); + } + + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write("\n"); + out.write(" "); + + String browser = request.getHeader("user-agent"); + boolean browserIsHtmlUnit = browser != null && browser.contains("HtmlUnit"); + for (String editorJS: EditorsResources.listJSFiles(realPath)) { + if (browserIsHtmlUnit && editorJS.equals("js/tinymce.js")) continue; // Ad hoc, we should move this outside OpenXava core, in a file or following convention + String encoding = editorJS.toLowerCase().endsWith("-utf8.js") ? "UTF-8" : "ISO-8859-1"; + + out.write("\n"); + out.write(" \n"); + out.write(" "); + + } + + String[] jsFiles = request.getParameterValues("jsFiles"); + if (jsFiles != null) { + for (int i = 0; i < jsFiles.length; i++) { + if (jsFiles[i].endsWith(".js")) { + + out.write("\n"); + out.write(" \n"); + out.write(" "); + } + } + } + + out.write(' '); + out.write('\n'); + + if (htmlHead) { + + out.write("\n"); + out.write(" \n"); + out.write("\n"); + + } + + out.write(' '); + out.write('\n'); + +boolean coreViaAJAX = manager.isCoreViaAJAX(request); +if (!coreViaAJAX && restoreLastMessage) { + Module.restoreLastMessages(request, app, module); +} + +if (manager.isResetFormPostNeeded()) { + + out.write(" \n"); + out.write("
\n"); + out.write(" "); + if (!"true".equals(request.getParameter("friendlyURL"))) { // To support old URL style (with xava/moduls.jsp?application=...) + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + } + out.write("\n"); + out.write("
\n"); + } else { + out.write('\n'); + out.write(' '); + if (!coreViaAJAX) manager.executeBeforeLoadPage(request, errors, messages); + out.write("\n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" \n"); + out.write(" "); + out.write("\n"); + out.write("
\n"); + out.write(" "); + out.print(XavaResources.getString(request, "processing")); + out.write("
\n"); + out.write(" \n"); + out.write("
\n"); + out.write(" "); + out.print(style.getCoreStartDecoration()); + out.write("\n"); + out.write("
\n"); + out.write(" "); + + if (!coreViaAJAX) { + + out.write('\n'); + out.write(' '); + out.write(' '); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "core.jsp", out, false); + out.write('\n'); + out.write(' '); + out.write(' '); + + } + + out.write(" \n"); + out.write("
\n"); + out.write(" "); + out.print(style.getCoreEndDecoration()); + out.write('\n'); + out.write(' '); + out.write('\n'); + } + out.write(" \n"); + out.write(" "); + if (Themes.isChooserEnabled(request)) { + out.write('\n'); + out.write(' '); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "themeChooser.jsp", out, false); + out.write('\n'); + out.write(' '); + } + out.write("\n"); + out.write("
\n"); + out.write("
\n"); + out.write("
\n"); + out.write(" \n"); + out.write("  "); + if (_jspx_meth_xava_005fmessage_005f0(_jspx_page_context)) + return; + out.write("... \n"); + out.write("
\n"); + out.write(" "); + if (!style.isFixedPositionSupported()) { + out.write("\n"); + out.write("
\n"); + out.write(" \n"); + out.write("  "); + if (_jspx_meth_xava_005fmessage_005f1(_jspx_page_context)) + return; + out.write("...\n"); + out.write("
\n"); + out.write(" "); + } + out.write(' '); + out.write('\n'); + + if (htmlHead) { + + out.write("\n"); + out.write("\n"); + out.write("\n"); + + } + + out.write('\n'); + out.write('\n'); + +if (manager.isResetFormPostNeeded()) { + manager.setResetFormPostNeeded(false); + + out.write(" \n"); + out.write(" \n"); + } else { + + out.write("\n"); + out.write("\n"); + out.write("\n"); + } +try { + manager.commit(); +} +finally { + context.cleanCurrentWindowId(); + org.openxava.util.SessionData.clean(); +} + + out.write('\n'); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005fnonce_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:nonce + org.openxava.web.taglib.NonceTag _jspx_th_xava_005fnonce_005f0 = (org.openxava.web.taglib.NonceTag) _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.get(org.openxava.web.taglib.NonceTag.class); + boolean _jspx_th_xava_005fnonce_005f0_reused = false; + try { + _jspx_th_xava_005fnonce_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fnonce_005f0.setParent(null); + int _jspx_eval_xava_005fnonce_005f0 = _jspx_th_xava_005fnonce_005f0.doStartTag(); + if (_jspx_th_xava_005fnonce_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.reuse(_jspx_th_xava_005fnonce_005f0); + _jspx_th_xava_005fnonce_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fnonce_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fnonce_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f0 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f0_reused = false; + try { + _jspx_th_xava_005fid_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f0.setParent(null); + // /xava/module.jsp(203,12) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f0.setName("loading"); + int _jspx_eval_xava_005fid_005f0 = _jspx_th_xava_005fid_005f0.doStartTag(); + if (_jspx_th_xava_005fid_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f0); + _jspx_th_xava_005fid_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f1 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f1_reused = false; + try { + _jspx_th_xava_005fid_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f1.setParent(null); + // /xava/module.jsp(204,12) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f1.setName("loaded_parts"); + int _jspx_eval_xava_005fid_005f1 = _jspx_th_xava_005fid_005f1.doStartTag(); + if (_jspx_th_xava_005fid_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f1); + _jspx_th_xava_005fid_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f2 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f2_reused = false; + try { + _jspx_th_xava_005fid_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f2.setParent(null); + // /xava/module.jsp(205,12) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f2.setName("view_member"); + int _jspx_eval_xava_005fid_005f2 = _jspx_th_xava_005fid_005f2.doStartTag(); + if (_jspx_th_xava_005fid_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f2); + _jspx_th_xava_005fid_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f2_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fid_005f3(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:id + org.openxava.web.taglib.IdTag _jspx_th_xava_005fid_005f3 = (org.openxava.web.taglib.IdTag) _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.get(org.openxava.web.taglib.IdTag.class); + boolean _jspx_th_xava_005fid_005f3_reused = false; + try { + _jspx_th_xava_005fid_005f3.setPageContext(_jspx_page_context); + _jspx_th_xava_005fid_005f3.setParent(null); + // /xava/module.jsp(213,10) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fid_005f3.setName("core"); + int _jspx_eval_xava_005fid_005f3 = _jspx_th_xava_005fid_005f3.doStartTag(); + if (_jspx_th_xava_005fid_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.reuse(_jspx_th_xava_005fid_005f3); + _jspx_th_xava_005fid_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fid_005f3, _jsp_getInstanceManager(), _jspx_th_xava_005fid_005f3_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f0 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f0_reused = false; + try { + _jspx_th_xava_005fmessage_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f0.setParent(null); + // /xava/module.jsp(232,8) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f0.setKey("loading"); + int _jspx_eval_xava_005fmessage_005f0 = _jspx_th_xava_005fmessage_005f0.doStartTag(); + if (_jspx_th_xava_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f0); + _jspx_th_xava_005fmessage_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f0_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f1 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f1_reused = false; + try { + _jspx_th_xava_005fmessage_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f1.setParent(null); + // /xava/module.jsp(237,8) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f1.setKey("loading"); + int _jspx_eval_xava_005fmessage_005f1 = _jspx_th_xava_005fmessage_005f1.doStartTag(); + if (_jspx_th_xava_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f1); + _jspx_th_xava_005fmessage_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fnonce_005f1(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:nonce + org.openxava.web.taglib.NonceTag _jspx_th_xava_005fnonce_005f1 = (org.openxava.web.taglib.NonceTag) _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.get(org.openxava.web.taglib.NonceTag.class); + boolean _jspx_th_xava_005fnonce_005f1_reused = false; + try { + _jspx_th_xava_005fnonce_005f1.setPageContext(_jspx_page_context); + _jspx_th_xava_005fnonce_005f1.setParent(null); + int _jspx_eval_xava_005fnonce_005f1 = _jspx_th_xava_005fnonce_005f1.doStartTag(); + if (_jspx_th_xava_005fnonce_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.reuse(_jspx_th_xava_005fnonce_005f1); + _jspx_th_xava_005fnonce_005f1_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fnonce_005f1, _jsp_getInstanceManager(), _jspx_th_xava_005fnonce_005f1_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fnonce_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:nonce + org.openxava.web.taglib.NonceTag _jspx_th_xava_005fnonce_005f2 = (org.openxava.web.taglib.NonceTag) _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.get(org.openxava.web.taglib.NonceTag.class); + boolean _jspx_th_xava_005fnonce_005f2_reused = false; + try { + _jspx_th_xava_005fnonce_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fnonce_005f2.setParent(null); + int _jspx_eval_xava_005fnonce_005f2 = _jspx_th_xava_005fnonce_005f2.doStartTag(); + if (_jspx_th_xava_005fnonce_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fnonce_005fnobody.reuse(_jspx_th_xava_005fnonce_005f2); + _jspx_th_xava_005fnonce_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fnonce_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fnonce_005f2_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f2(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f2 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f2_reused = false; + try { + _jspx_th_xava_005fmessage_005f2.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f2.setParent(null); + // /xava/module.jsp(271,33) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f2.setKey("show_filters"); + int _jspx_eval_xava_005fmessage_005f2 = _jspx_th_xava_005fmessage_005f2.doStartTag(); + if (_jspx_th_xava_005fmessage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f2); + _jspx_th_xava_005fmessage_005f2_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f2, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f2_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f3(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f3 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f3_reused = false; + try { + _jspx_th_xava_005fmessage_005f3.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f3.setParent(null); + // /xava/module.jsp(272,33) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f3.setKey("hide_filters"); + int _jspx_eval_xava_005fmessage_005f3 = _jspx_th_xava_005fmessage_005f3.doStartTag(); + if (_jspx_th_xava_005fmessage_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f3); + _jspx_th_xava_005fmessage_005f3_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f3, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f3_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f4(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f4 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f4_reused = false; + try { + _jspx_th_xava_005fmessage_005f4.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f4.setParent(null); + // /xava/module.jsp(273,40) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f4.setKey("confirm_lose_changes"); + int _jspx_eval_xava_005fmessage_005f4 = _jspx_th_xava_005fmessage_005f4.doStartTag(); + if (_jspx_th_xava_005fmessage_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f4); + _jspx_th_xava_005fmessage_005f4_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f4, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f4_reused); + } + return false; + } + + private boolean _jspx_meth_xava_005fmessage_005f5(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:message + org.openxava.web.taglib.MessageTag _jspx_th_xava_005fmessage_005f5 = (org.openxava.web.taglib.MessageTag) _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.get(org.openxava.web.taglib.MessageTag.class); + boolean _jspx_th_xava_005fmessage_005f5_reused = false; + try { + _jspx_th_xava_005fmessage_005f5.setPageContext(_jspx_page_context); + _jspx_th_xava_005fmessage_005f5.setParent(null); + // /xava/module.jsp(274,39) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005fmessage_005f5.setKey("confirm_remove_file"); + int _jspx_eval_xava_005fmessage_005f5 = _jspx_th_xava_005fmessage_005f5.doStartTag(); + if (_jspx_th_xava_005fmessage_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005fmessage_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005fmessage_005f5); + _jspx_th_xava_005fmessage_005f5_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005fmessage_005f5, _jsp_getInstanceManager(), _jspx_th_xava_005fmessage_005f5_reused); + } + return false; + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/referenceFrameHeader_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/referenceFrameHeader_jsp.class new file mode 100644 index 0000000..37c5090 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/referenceFrameHeader_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/referenceFrameHeader_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/referenceFrameHeader_jsp.java new file mode 100644 index 0000000..dfc9996 --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/referenceFrameHeader_jsp.java @@ -0,0 +1,234 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 21:56:27 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.web.WebEditors; +import org.openxava.view.View; +import org.openxava.tab.Tab; +import org.openxava.util.XavaPreferences; +import org.openxava.util.XavaResources; +import org.openxava.model.meta.MetaProperty; +import org.openxava.web.Ids; +import org.openxava.web.Collections; + +public final class referenceFrameHeader_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.model.meta.MetaProperty"); + _jspx_imports_classes.add("org.openxava.util.XavaPreferences"); + _jspx_imports_classes.add("org.openxava.view.View"); + _jspx_imports_classes.add("org.openxava.tab.Tab"); + _jspx_imports_classes.add("org.openxava.util.XavaResources"); + _jspx_imports_classes.add("org.openxava.web.Collections"); + _jspx_imports_classes.add("org.openxava.web.WebEditors"); + _jspx_imports_classes.add("org.openxava.web.Ids"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005fid_0026_005fname_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write('\n'); + org.openxava.controller.ModuleContext context = null; + synchronized (session) { + context = (org.openxava.controller.ModuleContext) _jspx_page_context.getAttribute("context", javax.servlet.jsp.PageContext.SESSION_SCOPE); + if (context == null){ + context = new org.openxava.controller.ModuleContext(); + _jspx_page_context.setAttribute("context", context, javax.servlet.jsp.PageContext.SESSION_SCOPE); + } + } + out.write('\n'); + org.openxava.util.Messages errors = null; + errors = (org.openxava.util.Messages) _jspx_page_context.getAttribute("errors", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (errors == null){ + errors = new org.openxava.util.Messages(); + _jspx_page_context.setAttribute("errors", errors, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write('\n'); + org.openxava.web.style.Style style = null; + style = (org.openxava.web.style.Style) _jspx_page_context.getAttribute("style", javax.servlet.jsp.PageContext.REQUEST_SCOPE); + if (style == null){ + style = new org.openxava.web.style.Style(); + _jspx_page_context.setAttribute("style", style, javax.servlet.jsp.PageContext.REQUEST_SCOPE); + } + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + +String referenceName = request.getParameter("referenceName"); +String viewObject = request.getParameter("viewObject"); +View view = (View) context.get(request, viewObject); +View referenceView = view.getSubview(referenceName); +boolean editable = referenceView.isKeyEditable(); +String propertyKey = referenceView.getPropertyPrefix() + referenceView.getSearchKeyName(); + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(" "); + org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "propertyActions.jsp" + "?" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("propertyKey", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(propertyKey), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("propertyName", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(referenceView.getSearchKeyName()), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("lastSearchKey", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("true", request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("editable", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(editable), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("viewObject", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(referenceView.getViewObject()), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("referenceActions", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("true", request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("propertyActions", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("false", request.getCharacterEncoding()), out, false); + out.write("\n"); + out.write("\n"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +} diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/themeChooser_jsp.class b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/themeChooser_jsp.class new file mode 100644 index 0000000..459e4a6 Binary files /dev/null and b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/themeChooser_jsp.class differ diff --git a/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/themeChooser_jsp.java b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/themeChooser_jsp.java new file mode 100644 index 0000000..0d4618d --- /dev/null +++ b/OpenXAVA/workspace/bmo/temp/work/Tomcat/localhost/bmo/org/apache/jsp/xava/themeChooser_jsp.java @@ -0,0 +1,226 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.85 + * Generated at: 2024-03-24 19:45:06 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp.xava; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; +import org.openxava.util.Strings; +import org.openxava.web.style.Themes; + +public final class themeChooser_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + static { + _jspx_dependants = new java.util.HashMap(5); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/xava/imports.jsp", Long.valueOf(1706295398000L)); + _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1711308955046L)); + _jspx_dependants.put("jar:file:/home/tuanvu/Code/BMO/openxava-studio-7-r2/workspace/bmo/target/bmo/WEB-INF/lib/jstl-1.2.jar!/META-INF/c-1_0.tld", Long.valueOf(1153377882000L)); + _jspx_dependants.put("/WEB-INF/openxava.tld", Long.valueOf(1706295398000L)); + } + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = new java.util.HashSet<>(); + _jspx_imports_classes.add("org.openxava.util.Strings"); + _jspx_imports_classes.add("org.openxava.web.style.Themes"); + } + + private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody; + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); + } + + public void _jspDestroy() { + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.release(); + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + if (!javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + final java.lang.String _jspx_method = request.getMethod(); + if ("OPTIONS".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + return; + } + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) { + response.setHeader("Allow","GET, HEAD, POST, OPTIONS"); + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS"); + return; + } + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + out.write('\n'); + out.write('\n'); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("\r\n"); + out.write("
\r\n"); + out.write(" "); + if (_jspx_meth_xava_005flabel_005f0(_jspx_page_context)) + return; + out.write(":\r\n"); + out.write(" "); + + String nexus = ""; + String current = Themes.getCSS(request); + for (String theme: Themes.getAll()) { + String label = Themes.cssToLabel(theme); + if (theme.equals(current)) { + + out.write("\r\n"); + out.write(" "); + out.print(nexus); + out.write('<'); + out.write('b'); + out.write('>'); + out.print(label); + out.write(" \r\n"); + out.write(" "); + + } + else { + + out.write("\r\n"); + out.write(" "); + out.print(nexus); + out.write("'); + out.print(label); + out.write(" \r\n"); + out.write(" "); + + } + nexus = " - "; + } + + out.write("\r\n"); + out.write("
"); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } + + private boolean _jspx_meth_xava_005flabel_005f0(javax.servlet.jsp.PageContext _jspx_page_context) + throws java.lang.Throwable { + javax.servlet.jsp.PageContext pageContext = _jspx_page_context; + javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut(); + // xava:label + org.openxava.web.taglib.LabelTag _jspx_th_xava_005flabel_005f0 = (org.openxava.web.taglib.LabelTag) _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.get(org.openxava.web.taglib.LabelTag.class); + boolean _jspx_th_xava_005flabel_005f0_reused = false; + try { + _jspx_th_xava_005flabel_005f0.setPageContext(_jspx_page_context); + _jspx_th_xava_005flabel_005f0.setParent(null); + // /xava/themeChooser.jsp(7,1) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null + _jspx_th_xava_005flabel_005f0.setKey("themes"); + int _jspx_eval_xava_005flabel_005f0 = _jspx_th_xava_005flabel_005f0.doStartTag(); + if (_jspx_th_xava_005flabel_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { + return true; + } + _005fjspx_005ftagPool_005fxava_005flabel_0026_005fkey_005fnobody.reuse(_jspx_th_xava_005flabel_005f0); + _jspx_th_xava_005flabel_005f0_reused = true; + } finally { + org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_xava_005flabel_005f0, _jsp_getInstanceManager(), _jspx_th_xava_005flabel_005f0_reused); + } + return false; + } +} diff --git a/README.md b/README.md index 9f010bd..0d916d0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This is a project for 3rd year academic of Université de Rennes 1. This project > In the code of **Read.py** it could be unusable if there are files has the same name which Python will generate. Please make sure that you have to delete the folder or change the path in **Read.py** > Because it is very difficult to see which one is the key of the class so you have to decide which one is `@Id` after the generated files. > All of lines have `//` as comment will be skipped in generated code. So make sure comments are not on the same line of code. +> OpenXAVA we tested it but it was very unstable. When we understood the basic of openxava, we will concentrate in generate code. +> In `Brouillon` folder has a diagramme sequence which has all activities. --- ## Troubleshooting