Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build XSTAMP #14

Open
jonnyzar opened this issue Jun 9, 2020 · 5 comments
Open

Cannot build XSTAMP #14

jonnyzar opened this issue Jun 9, 2020 · 5 comments

Comments

@jonnyzar
Copy link

jonnyzar commented Jun 9, 2020

Hello everyone,

and thanks for providing this STPA tool. I have an issue building it. When I navigate to xstamp.parent and run mvn clean verify, I get following error output:

A lot of other errors...

[ERROR]         public boolean isResponsible(UUID userId, UUID entryId) {
[ERROR]                                                   ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\RestrictedUserSystem.java:[39]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\RestrictedUserSystem.java:[40]
[ERROR]         public boolean isResponsible(UUID entryId) {
[ERROR]                                      ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\ISafetyDataModel.java:[16]
[ERROR]         import java.util.List;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.List cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\ISafetyDataModel.java:[17]
[ERROR]         import java.util.Map;
[ERROR]                ^^^^^^^^^^^^^
[ERROR] The import java.util.Map cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\ISafetyDataModel.java:[36]
[ERROR]         List<AbstractLTLProvider> getLTLPropertys();
[ERROR]         ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\ISafetyDataModel.java:[42]
[ERROR]         Map<String, List<String>> getValuesTOVariables();
[ERROR]         ^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\ISafetyDataModel.java:[42]
[ERROR]         Map<String, List<String>> getValuesTOVariables();
[ERROR]             ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\ISafetyDataModel.java:[42]
[ERROR]         Map<String, List<String>> getValuesTOVariables();
[ERROR]                     ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\ISafetyDataModel.java:[42]
[ERROR]         Map<String, List<String>> getValuesTOVariables();
[ERROR]                          ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\ISafetyDataModel.java:[50]
[ERROR]         String getProjectName();
[ERROR]         ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[31]
[ERROR]         public class LinkingCommandAdapter extends ContentAssistCommandAdapter {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type LinkingCommandAdapter is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[51]
[ERROR]         IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters,
[ERROR]                                                    ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[56]
[ERROR]         this.setProposalAcceptanceStyle(ContentProposalAdapter.PROPOSAL_INSERT);
[ERROR]              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setProposalAcceptanceStyle(int) is undefined for the type LinkingCommandAdapter
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[57]
[ERROR]         this.setFilterStyle(ContentProposalAdapter.FILTER_NONE);
[ERROR]              ^^^^^^^^^^^^^^
[ERROR] The method setFilterStyle(int) is undefined for the type LinkingCommandAdapter
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[58]
[ERROR]         this.setAutoActivationCharacters(null);
[ERROR]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setAutoActivationCharacters(null) is undefined for the type LinkingCommandAdapter
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[59]
[ERROR]         this.setAutoActivationDelay(0);
[ERROR]              ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setAutoActivationDelay(int) is undefined for the type LinkingCommandAdapter
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[60]
[ERROR]         this.setPropagateKeys(false);
[ERROR]              ^^^^^^^^^^^^^^^^
[ERROR] The method setPropagateKeys(boolean) is undefined for the type LinkingCommandAdapter
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[63]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[65]
[ERROR]         super.closeProposalPopup();
[ERROR]         ^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[66]
[ERROR]         getControl().dispose();
[ERROR]         ^^^^^^^^^^
[ERROR] The method getControl() is undefined for the type LinkingCommandAdapter
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[69]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[71]
[ERROR]         super.openProposalPopup();
[ERROR]         ^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[72]
[ERROR]         getControl().addFocusListener(new FocusListener() {
[ERROR]         ^^^^^^^^^^
[ERROR] The method getControl() is undefined for the type LinkingCommandAdapter
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[72]
[ERROR]         getControl().addFocusListener(new FocusListener() {
[ERROR]       @Override
[ERROR]       public void focusLost(FocusEvent e) {
[ERROR]         if (!hasProposalPopupFocus()) {
[ERROR]           getControl().dispose();
[ERROR]         }
[ERROR]       }
[ERROR]       @Override
[ERROR]       public void focusGained(FocusEvent e) {
[ERROR]         getControl().setFocus();
[ERROR]       }
[ERROR]     });
[ERROR]                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor Object() is undefined
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[74]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkingCommandAdapter.java:[82]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[16]
[ERROR]         import java.net.URL;
[ERROR]                ^^^^^^^^^^^^
[ERROR] The import java.net.URL cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[36]
[ERROR]         public class Application implements IApplication {
[ERROR]                      ^^^^^^^^^^^
[ERROR] The hierarchy of the type Application is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[36]
[ERROR]         public class Application implements IApplication {
[ERROR]                      ^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[43]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[44]
[ERROR]         public Object start(IApplicationContext context) throws Exception {
[ERROR]                ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[44]
[ERROR]         public Object start(IApplicationContext context) throws Exception {
[ERROR]                                                                 ^^^^^^^^^
[ERROR] Exception cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[50]
[ERROR]         PatternLayout layout = new PatternLayout("[%-5p] [%d]: %m%n"); //$NON-NLS-1$
[ERROR]                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor PatternLayout(String) refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[54]
[ERROR]         logger.addAppender(consoleAppender);
[ERROR]         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type java.io.Writer cannot be resolved. It is indirectly referenced from required .class files
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[55]
[ERROR]         } catch (Exception ex) {
[ERROR]                  ^^^^^^^^^
[ERROR] Exception cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[56]
[ERROR]         System.out.println("log4j setup failed\n" + ex); //$NON-NLS-1$
[ERROR]         ^^^^^^
[ERROR] System cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[60]
[ERROR]         logger.debug("Running on Java Version " + System.getProperty("java.version"));
[ERROR]                                                   ^^^^^^
[ERROR] System cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[67]
[ERROR]         if (chooser.open() == Window.CANCEL) {
[ERROR]                     ^^^^
[ERROR] The method open() is undefined for the type ChooseWorkLocation
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[70]
[ERROR]         } catch (Exception err) {
[ERROR]                  ^^^^^^^^^
[ERROR] Exception cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[73]
[ERROR]         System.exit(0);
[ERROR]         ^^^^^^
[ERROR] System cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[74]
[ERROR]         return IApplication.EXIT_OK;
[ERROR]                ^^^^^^^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[80]
[ERROR]         if (ChooseWorkLocation.getLastUsedWorkspace() != null) {
[ERROR]                                ^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getLastUsedWorkspace() from the type ChooseWorkLocation refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[81]
[ERROR]         instanceLoc.set(new URL(Messages.File, null, ChooseWorkLocation.getLastUsedWorkspace()),
[ERROR]             false);
[ERROR]         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type java.lang.IllegalStateException cannot be resolved. It is indirectly referenced from required .class files
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[81]
[ERROR]         instanceLoc.set(new URL(Messages.File, null, ChooseWorkLocation.getLastUsedWorkspace()),
[ERROR]                     ^^^
[ERROR] The method set(URL, boolean) from the type Location refers to the missing type URL
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[81]
[ERROR]         instanceLoc.set(new URL(Messages.File, null, ChooseWorkLocation.getLastUsedWorkspace()),
[ERROR]                             ^^^
[ERROR] URL cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[81]
[ERROR]         instanceLoc.set(new URL(Messages.File, null, ChooseWorkLocation.getLastUsedWorkspace()),
[ERROR]                                 ^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[81]
[ERROR]         instanceLoc.set(new URL(Messages.File, null, ChooseWorkLocation.getLastUsedWorkspace()),
[ERROR]                                                                         ^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getLastUsedWorkspace() from the type ChooseWorkLocation refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[85]
[ERROR]         } catch (Exception exept) {
[ERROR]                  ^^^^^^^^^
[ERROR] Exception cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[87]
[ERROR]         logger.info(Messages.TheWorkspaceCannotBeChangedWhen + Messages.UsuallyTheIDEStarts);
[ERROR]                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[87]
[ERROR]         logger.info(Messages.TheWorkspaceCannotBeChangedWhen + Messages.UsuallyTheIDEStarts);
[ERROR]                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[94]
[ERROR]         return IApplication.EXIT_RESTART;
[ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[97]
[ERROR]         return IApplication.EXIT_OK;
[ERROR]                ^^^^^^^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[108]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[115]
[ERROR]         display.syncExec(new Runnable() {
[ERROR]                 ^^^^^^^^
[ERROR] The method syncExec(Runnable) from the type Display refers to the missing type Runnable
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[115]
[ERROR]         display.syncExec(new Runnable() {
[ERROR]                              ^^^^^^^^
[ERROR] Runnable cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\Application.java:[117]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[14]
[ERROR]         import java.util.ArrayList;
[ERROR]                ^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.ArrayList cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[15]
[ERROR]         import java.util.HashMap;
[ERROR]                ^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.HashMap cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[16]
[ERROR]         import java.util.Iterator;
[ERROR]                ^^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.Iterator cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[17]
[ERROR]         import java.util.Map;
[ERROR]                ^^^^^^^^^^^^^
[ERROR] The import java.util.Map cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[18]
[ERROR]         import java.util.UUID;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.UUID cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[20]
[ERROR]         public class NumberedArrayList<E extends NumberedEntry> extends ArrayList<E> {
[ERROR]                                                                         ^^^^^^^^^
[ERROR] ArrayList cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[27]
[ERROR]         private Integer nextNumber;
[ERROR]                 ^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[28]
[ERROR]         private Map<UUID, Integer> trash;
[ERROR]                 ^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[28]
[ERROR]         private Map<UUID, Integer> trash;
[ERROR]                     ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[28]
[ERROR]         private Map<UUID, Integer> trash;
[ERROR]                           ^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[33]
[ERROR]         trash = new HashMap<>();
[ERROR]         ^^^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[33]
[ERROR]         trash = new HashMap<>();
[ERROR]         ^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[33]
[ERROR]         trash = new HashMap<>();
[ERROR]         ^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[33]
[ERROR]         trash = new HashMap<>();
[ERROR]                     ^^^^^^^
[ERROR] HashMap cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[55]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[57]
[ERROR]         if (trash.containsKey(e.getId())) {
[ERROR]             ^^^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[57]
[ERROR]         if (trash.containsKey(e.getId())) {
[ERROR]             ^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[57]
[ERROR]         if (trash.containsKey(e.getId())) {
[ERROR]             ^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[57]
[ERROR]         if (trash.containsKey(e.getId())) {
[ERROR]                                 ^^^^^
[ERROR] The method getId() from the type NumberedEntry refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[58]
[ERROR]         e.setNumber(trash.remove(e.getId()));
[ERROR]                     ^^^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[58]
[ERROR]         e.setNumber(trash.remove(e.getId()));
[ERROR]                     ^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[58]
[ERROR]         e.setNumber(trash.remove(e.getId()));
[ERROR]                     ^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[58]
[ERROR]         e.setNumber(trash.remove(e.getId()));
[ERROR]                                    ^^^^^
[ERROR] The method getId() from the type NumberedEntry refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[61]
[ERROR]         e.setNumber(this.getNextNumber());
[ERROR]                          ^^^^^^^^^^^^^
[ERROR] The method getNextNumber() from the type NumberedArrayList<E> refers to the missing type Integer
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[63]
[ERROR]         this.nextNumber = this.nextNumber == null ? e.getNumber() + 1
[ERROR]         ^^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[63]
[ERROR]         this.nextNumber = this.nextNumber == null ? e.getNumber() + 1
[ERROR]                           ^^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[64]
[ERROR]         : Math.max(this.nextNumber, e.getNumber() + 1);
[ERROR]           ^^^^
[ERROR] Math cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[64]
[ERROR]         : Math.max(this.nextNumber, e.getNumber() + 1);
[ERROR]                    ^^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[66]
[ERROR]         return super.add(e);
[ERROR]                ^^^^^
[ERROR] ArrayList<E> cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[73]
[ERROR]         for (int i = 0; i < size(); i++) {
[ERROR]                             ^^^^
[ERROR] The method size() is undefined for the type NumberedArrayList<E>
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[74]
[ERROR]         if (get(i).getNumber() == number) {
[ERROR]             ^^^
[ERROR] The method get(UUID) from the type NumberedArrayList<E> refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[81]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[82]
[ERROR]         public boolean remove(Object o) {
[ERROR]                               ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[84]
[ERROR]         trash.put(((NumberedEntry) o).getId(), ((NumberedEntry) o).getNumber());
[ERROR]         ^^^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[84]
[ERROR]         trash.put(((NumberedEntry) o).getId(), ((NumberedEntry) o).getNumber());
[ERROR]         ^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[84]
[ERROR]         trash.put(((NumberedEntry) o).getId(), ((NumberedEntry) o).getNumber());
[ERROR]         ^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[84]
[ERROR]         trash.put(((NumberedEntry) o).getId(), ((NumberedEntry) o).getNumber());
[ERROR]                                       ^^^^^
[ERROR] The method getId() from the type NumberedEntry refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[89]
[ERROR]         private Integer getNextNumber() {
[ERROR]                 ^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[91]
[ERROR]         if (this.nextNumber == null) {
[ERROR]             ^^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[92]
[ERROR]         Iterator<E> iterator = iterator();
[ERROR]         ^^^^^^^^
[ERROR] Iterator cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[92]
[ERROR]         Iterator<E> iterator = iterator();
[ERROR]                                ^^^^^^^^
[ERROR] The method iterator() is undefined for the type NumberedArrayList<E>
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[97]
[ERROR]         this.nextNumber = size() + 1;
[ERROR]         ^^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[97]
[ERROR]         this.nextNumber = size() + 1;
[ERROR]                           ^^^^
[ERROR] The method size() is undefined for the type NumberedArrayList<E>
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[99]
[ERROR]         return nextNumber++;
[ERROR]                ^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[100]
[ERROR]         } else if (size() > 0) {
[ERROR]                    ^^^^
[ERROR] The method size() is undefined for the type NumberedArrayList<E>
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[101]
[ERROR]         return get(size() - 1).getNumber() + 1;
[ERROR]                    ^^^^
[ERROR] The method size() is undefined for the type NumberedArrayList<E>
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[107]
[ERROR]         public E get(UUID id) {
[ERROR]                      ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[111]
[ERROR]         for (E entry : this) {
[ERROR]                        ^^^^
[ERROR] Can only iterate over an array or an instance of java.lang.Iterable
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[112]
[ERROR]         if (entry.getId().equals(id)) {
[ERROR]                   ^^^^^
[ERROR] The method getId() from the type NumberedEntry refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[120]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[122]
[ERROR]         return super.isEmpty() && nextNumber == null;
[ERROR]                ^^^^^
[ERROR] ArrayList<E> cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\model\NumberedArrayList.java:[122]
[ERROR]         return super.isEmpty() && nextNumber == null;
[ERROR]                                   ^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\ToWorkbenchHandler.java:[27]
[ERROR]         public class ToWorkbenchHandler extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type ToWorkbenchHandler is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\ToWorkbenchHandler.java:[27]
[ERROR]         public class ToWorkbenchHandler extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\ToWorkbenchHandler.java:[29]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\ToWorkbenchHandler.java:[30]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\ToWorkbenchHandler.java:[30]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                                                            ^^^^^^^^^^^^^^^^^^
[ERROR] No exception of type ExecutionException can be thrown; an exception type must be a subclass of Throwable
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\ToWorkbenchHandler.java:[32]
[ERROR]         .findPerspectiveWithId("xstampp.defaultPerspective");//$NON-NLS-1$
[ERROR]          ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method findPerspectiveWithId(String) from the type IPerspectiveRegistry refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[13]
[ERROR]         import java.io.BufferedReader;
[ERROR]                ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.io.BufferedReader cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[14]
[ERROR]         import java.io.File;
[ERROR]                ^^^^^^^^^^^^
[ERROR] The import java.io.File cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[15]
[ERROR]         import java.io.FileNotFoundException;
[ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.io.FileNotFoundException cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[16]
[ERROR]         import java.io.FileOutputStream;
[ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.io.FileOutputStream cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[17]
[ERROR]         import java.io.FileReader;
[ERROR]                ^^^^^^^^^^^^^^^^^^
[ERROR] The import java.io.FileReader cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[18]
[ERROR]         import java.io.ObjectOutputStream;
[ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.io.ObjectOutputStream cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[19]
[ERROR]         import java.util.UUID;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.UUID cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[27]
[ERROR]         public class SerialationJob extends Job {
[ERROR]                      ^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type SerialationJob is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[29]
[ERROR]         private UUID projectID;
[ERROR]                 ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[30]
[ERROR]         private File saveFile;
[ERROR]                 ^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[32]
[ERROR]         public SerialationJob(String name, File saveFile, UUID projectID) {
[ERROR]                               ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[32]
[ERROR]         public SerialationJob(String name, File saveFile, UUID projectID) {
[ERROR]                                            ^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[32]
[ERROR]         public SerialationJob(String name, File saveFile, UUID projectID) {
[ERROR]                                                           ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[34]
[ERROR]         this.saveFile = saveFile;
[ERROR]         ^^^^^^^^^^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[35]
[ERROR]         this.projectID = projectID;
[ERROR]         ^^^^^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[38]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[42]
[ERROR]         File serialContainer = new File(Platform.getInstanceLocation().getURL().toURI());
[ERROR]         ^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[42]
[ERROR]         File serialContainer = new File(Platform.getInstanceLocation().getURL().toURI());
[ERROR]                                    ^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[42]
[ERROR]         File serialContainer = new File(Platform.getInstanceLocation().getURL().toURI());
[ERROR]                                                                        ^^^^^^
[ERROR] The method getURL() from the type Location refers to the missing type URL
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[43]
[ERROR]         serialContainer = new File(serialContainer, ".metadata");
[ERROR]                               ^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[44]
[ERROR]         serialContainer = new File(serialContainer, ".plugins");
[ERROR]                               ^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[45]
[ERROR]         serialContainer = new File(serialContainer, "xstampp");
[ERROR]                               ^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[49]
[ERROR]         serialContainer = new File(serialContainer, "." + projectID);
[ERROR]                               ^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[49]
[ERROR]         serialContainer = new File(serialContainer, "." + projectID);
[ERROR]                                                           ^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[53]
[ERROR]         BufferedReader reader = new BufferedReader(new FileReader(saveFile));
[ERROR]         ^^^^^^^^^^^^^^
[ERROR] BufferedReader cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[53]
[ERROR]         BufferedReader reader = new BufferedReader(new FileReader(saveFile));
[ERROR]                                     ^^^^^^^^^^^^^^
[ERROR] BufferedReader cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[53]
[ERROR]         BufferedReader reader = new BufferedReader(new FileReader(saveFile));
[ERROR]                                                        ^^^^^^^^^^
[ERROR] FileReader cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[53]
[ERROR]         BufferedReader reader = new BufferedReader(new FileReader(saveFile));
[ERROR]                                                                   ^^^^^^^^
[ERROR] File cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[54]
[ERROR]         String buffer = new String();
[ERROR]         ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[54]
[ERROR]         String buffer = new String();
[ERROR]                             ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[56]
[ERROR]         String line = reader.readLine();
[ERROR]         ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[61]
[ERROR]         ObjectOutputStream out = new ObjectOutputStream(new FileOutputStream(serialContainer));
[ERROR]         ^^^^^^^^^^^^^^^^^^
[ERROR] ObjectOutputStream cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[61]
[ERROR]         ObjectOutputStream out = new ObjectOutputStream(new FileOutputStream(serialContainer));
[ERROR]                                      ^^^^^^^^^^^^^^^^^^
[ERROR] ObjectOutputStream cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[61]
[ERROR]         ObjectOutputStream out = new ObjectOutputStream(new FileOutputStream(serialContainer));
[ERROR]                                                             ^^^^^^^^^^^^^^^^
[ERROR] FileOutputStream cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\SerialationJob.java:[65]
[ERROR]         } catch (Exception e) {
[ERROR]                  ^^^^^^^^^
[ERROR] Exception cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[48]
[ERROR]         super("User", Style.PACKED);
[ERROR]         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor ModalShell(String, ModalShell.Style) refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[55]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[58]
[ERROR]         inputGroup.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false, 2, 1));
[ERROR]                    ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[62]
[ERROR]         selectedUser.getUsername());
[ERROR]                      ^^^^^^^^^^^
[ERROR] The method getUsername() from the type IUser refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[64]
[ERROR]         this.usernameInput = new TextInput(inputGroup, getUserLabelStyle(), "Username");
[ERROR]                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor ModalShell.TextInput(Composite, int, String) refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[71]
[ERROR]         this.passwordInput = new TextInput(inputGroup, passwordStyle, "password");
[ERROR]                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor ModalShell.TextInput(Composite, int, String) refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[74]
[ERROR]         public String getPassword() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[75]
[ERROR]         return passwordInput.getText();
[ERROR]                              ^^^^^^^
[ERROR] The method getText() from the type ModalShell.TextInput refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[78]
[ERROR]         public String getUsername() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[79]
[ERROR]         return usernameInput.getText();
[ERROR]                              ^^^^^^^
[ERROR] The method getText() from the type ModalShell.TextInput refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[96]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[99]
[ERROR]         return !passwordInput.getText().isEmpty() && !usernameInput.getText().isEmpty();
[ERROR]                               ^^^^^^^
[ERROR] The method getText() from the type ModalShell.TextInput refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[99]
[ERROR]         return !passwordInput.getText().isEmpty() && !usernameInput.getText().isEmpty();
[ERROR]                                                                     ^^^^^^^
[ERROR] The method getText() from the type ModalShell.TextInput refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\AbstractUserShell.java:[100]
[ERROR]         } catch (NullPointerException exc) {
[ERROR]                  ^^^^^^^^^^^^^^^^^^^^
[ERROR] NullPointerException cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[13]
[ERROR]         import java.util.List;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.List cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[49]
[ERROR]         public class MultiSelectionCellEditor extends CellEditor {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type MultiSelectionCellEditor is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[51]
[ERROR]         @FunctionalInterface
[ERROR]          ^^^^^^^^^^^^^^^^^^^
[ERROR] FunctionalInterface cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[59]
[ERROR]         private List<LinkProposal> proposals;
[ERROR]                 ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[66]
[ERROR]         public MultiSelectionCellEditor(Composite parent, List<LinkProposal> proposals, int style) {
[ERROR]                                                           ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[68]
[ERROR]         this.proposals = proposals;
[ERROR]         ^^^^^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[71]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[95]
[ERROR]         selectAllButton.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false));
[ERROR]                         ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[96]
[ERROR]         selectAllButton.setText("Select All");
[ERROR]                         ^^^^^^^
[ERROR] The method setText(String) from the type Button refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[98]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[100]
[ERROR]         proposals.forEach((prop) -> prop.setSelected(true));
[ERROR]         ^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[106]
[ERROR]         deselectAllButton.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false));
[ERROR]                           ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[107]
[ERROR]         deselectAllButton.setText("deselect All");
[ERROR]                           ^^^^^^^
[ERROR] The method setText(String) from the type Button refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[109]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[111]
[ERROR]         proposals.forEach((prop) -> prop.setSelected(false));
[ERROR]         ^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[117]
[ERROR]         okButton.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, true, false));
[ERROR]                  ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[118]
[ERROR]         okButton.setText("Ok");
[ERROR]                  ^^^^^^^
[ERROR] The method setText(String) from the type Button refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[121]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[132]
[ERROR]         cancelButton.setLayoutData(new GridData(SWT.END, SWT.CENTER, false, false));
[ERROR]                      ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[133]
[ERROR]         cancelButton.setText("Cancel");
[ERROR]                      ^^^^^^^
[ERROR] The method setText(String) from the type Button refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[135]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[145]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[157]
[ERROR]         tableComposite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 4, 1));
[ERROR]                        ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[163]
[ERROR]         listViewer.setCheckStateProvider(new ICheckStateProvider() {
[ERROR]       @Override
[ERROR]       public boolean isGrayed(Object element) {
[ERROR]         return false;
[ERROR]       }
[ERROR]       @Override
[ERROR]       public boolean isChecked(Object element) {
[ERROR]         return ((LinkProposal) element).isSelected();
[ERROR]       }
[ERROR]     });
[ERROR]                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor Object() is undefined
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[165]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[166]
[ERROR]         public boolean isGrayed(Object element) {
[ERROR]                                 ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[170]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[171]
[ERROR]         public boolean isChecked(Object element) {
[ERROR]                                  ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[177]
[ERROR]         ((LinkProposal) event.getElement()).setSelected(event.getChecked());
[ERROR]                               ^^^^^^^^^^
[ERROR] The method getElement() from the type CheckStateChangedEvent refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[185]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[186]
[ERROR]         public String getText(Object element) {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[186]
[ERROR]         public String getText(Object element) {
[ERROR]                               ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[187]
[ERROR]         return ((LinkProposal) element).getLabel();
[ERROR]                                         ^^^^^^^^
[ERROR] The method getLabel() from the type LinkProposal refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[190]
[ERROR]         listener = (event) -> ((LinkProposalProvider) event.data).setInput(listViewer);
[ERROR]                                                       ^^^^^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[193]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[194]
[ERROR]         protected Object doGetValue() {
[ERROR]                   ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[195]
[ERROR]         return proposals;
[ERROR]                ^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[198]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[203]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[204]
[ERROR]         protected void doSetValue(Object value) {
[ERROR]                                   ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[206]
[ERROR]         @SuppressWarnings("unchecked")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[208]
[ERROR]         this.proposals = (List<LinkProposal>) value;
[ERROR]         ^^^^^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[208]
[ERROR]         this.proposals = (List<LinkProposal>) value;
[ERROR]                           ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[211]
[ERROR]         event.data = data;
[ERROR]         ^^^^^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[215]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[221]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[227]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\MultiSelectionCellEditor.java:[234]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[24]
[ERROR]         public class DefaultPerspective implements IPerspectiveFactory {
[ERROR]                      ^^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type DefaultPerspective is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[24]
[ERROR]         public class DefaultPerspective implements IPerspectiveFactory {
[ERROR]                      ^^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[25]
[ERROR]         public static final String ID = "xstampp.defaultPerspective"; //$NON-NLS-1$
[ERROR]                             ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[28]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[30]
[ERROR]         DefaultPerspective.LOGGER.debug("Setup perspective"); //$NON-NLS-1$
[ERROR]                                   ^^^^^
[ERROR] The method debug(Object) from the type Category refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[33]
[ERROR]         layout.addView("astpa.explorer", IPageLayout.LEFT, 0.2f, layout.getEditorArea()); //$NON-NLS-1$
[ERROR]                                                                         ^^^^^^^^^^^^^
[ERROR] The method getEditorArea() from the type IPageLayout refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[35]
[ERROR]         layout.getViewLayout("astpa.explorer").setCloseable(false); //$NON-NLS-1$
[ERROR]                ^^^^^^^^^^^^^
[ERROR] The method getViewLayout(String) from the type IPageLayout refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[38]
[ERROR]         layout.getEditorArea());
[ERROR]                ^^^^^^^^^^^^^
[ERROR] The method getEditorArea() from the type IPageLayout refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\DefaultPerspective.java:[40]
[ERROR]         folder.addPlaceholder("A-CAST.view1"); //$NON-NLS-1$
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The method addPlaceholder(String) from the type IPlaceholderFolderLayout refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ApplicationActionBarAdvisor.java:[34]
[ERROR]         public class ApplicationActionBarAdvisor extends ActionBarAdvisor {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type ApplicationActionBarAdvisor is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ApplicationActionBarAdvisor.java:[49]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ApplicationActionBarAdvisor.java:[58]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ApplicationActionBarAdvisor.java:[61]
[ERROR]         coolBar.add(new GroupMarker(IWorkbenchActionConstants.MB_ADDITIONS));
[ERROR]                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ApplicationActionBarAdvisor.java:[65]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ApplicationActionBarAdvisor.java:[70]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SelectAllHandler.java:[22]
[ERROR]         public class SelectAllHandler extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type SelectAllHandler is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SelectAllHandler.java:[22]
[ERROR]         public class SelectAllHandler extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SelectAllHandler.java:[24]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SelectAllHandler.java:[25]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SelectAllHandler.java:[25]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                                                            ^^^^^^^^^^^^^^^^^^
[ERROR] No exception of type ExecutionException can be thrown; an exception type must be a subclass of Throwable
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SelectAllHandler.java:[31]
[ERROR]         STPAPluginUtils.executeCommand("org.eclipse.ui.edit.selectAll"); //$NON-NLS-1$
[ERROR]                         ^^^^^^^^^^^^^^
[ERROR] The method executeCommand(String) from the type STPAPluginUtils refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[28]
[ERROR]         public class GridTextEditorProvider {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[29]
[ERROR]         private String returnString;
[ERROR]                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[44]
[ERROR]         public String open(String title, String text, final Rectangle size) {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[44]
[ERROR]         public String open(String title, String text, final Rectangle size) {
[ERROR]                            ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[44]
[ERROR]         public String open(String title, String text, final Rectangle size) {
[ERROR]                                          ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[47]
[ERROR]         returnString = null;
[ERROR]         ^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[50]
[ERROR]         int y = Math.max(shell.getParent().getLocation().y, size.y);
[ERROR]                 ^^^^
[ERROR] Math cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[62]
[ERROR]         titleLabel.setLayoutData(layoutData);
[ERROR]                    ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[67]
[ERROR]         textField.setText("");
[ERROR]                   ^^^^^^^
[ERROR] The method setText(String) from the type Text refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[76]
[ERROR]         textField.setLayoutData(textLayoutData);
[ERROR]                   ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[80]
[ERROR]         buttonComp.setLayoutData(new GridData(SWT.END, SWT.BOTTOM, false, false));
[ERROR]                    ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[87]
[ERROR]         okButton.setText("Save");
[ERROR]                  ^^^^^^^
[ERROR] The method setText(String) from the type Button refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[89]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[91]
[ERROR]         returnString = textField.getText();
[ERROR]         ^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[91]
[ERROR]         returnString = textField.getText();
[ERROR]                                  ^^^^^^^
[ERROR] The method getText() from the type Text refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[95]
[ERROR]         okButton.setLayoutData(data);
[ERROR]                  ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[98]
[ERROR]         cancelButton.setText("Cancel");
[ERROR]                      ^^^^^^^
[ERROR] The method setText(String) from the type Button refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[100]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[105]
[ERROR]         cancelButton.setLayoutData(data);
[ERROR]                      ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[107]
[ERROR]         int height = Math.min(shell.getParent().getBounds().height - size.y, shell.getSize().y);
[ERROR]                      ^^^^
[ERROR] Math cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[110]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridTextEditorProvider.java:[121]
[ERROR]         return returnString;
[ERROR]                ^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SwitchWorkspaceCommand.java:[13]
[ERROR]         import java.util.prefs.Preferences;
[ERROR]                ^^^^^^^^^^^^^^^
[ERROR] The import java.util.prefs cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SwitchWorkspaceCommand.java:[31]
[ERROR]         public class SwitchWorkspaceCommand extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type SwitchWorkspaceCommand is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SwitchWorkspaceCommand.java:[31]
[ERROR]         public class SwitchWorkspaceCommand extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SwitchWorkspaceCommand.java:[33]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SwitchWorkspaceCommand.java:[34]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SwitchWorkspaceCommand.java:[34]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                                                            ^^^^^^^^^^^^^^^^^^
[ERROR] No exception of type ExecutionException can be thrown; an exception type must be a subclass of Throwable
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SwitchWorkspaceCommand.java:[36]
[ERROR]         Preferences.userNodeForPackage(ChooseWorkLocation.class)
[ERROR]         ^^^^^^^^^^^
[ERROR] Preferences cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\menu\file\commands\SwitchWorkspaceCommand.java:[37]
[ERROR]         .putBoolean(IPreferenceConstants.WS_REMEMBER, false);
[ERROR]                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[12]
[ERROR]         import java.util.UUID;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.UUID cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[14]
[ERROR]         import javax.xml.bind.annotation.XmlAccessType;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import javax.xml.bind cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[15]
[ERROR]         import javax.xml.bind.annotation.XmlAccessorType;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import javax.xml.bind cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[16]
[ERROR]         import javax.xml.bind.annotation.XmlAttribute;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import javax.xml.bind cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[18]
[ERROR]         @XmlAccessorType(XmlAccessType.NONE)
[ERROR]          ^^^^^^^^^^^^^^^
[ERROR] XmlAccessorType cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[18]
[ERROR]         @XmlAccessorType(XmlAccessType.NONE)
[ERROR]                          ^^^^^^^^^^^^^
[ERROR] XmlAccessType cannot be resolved to a variable
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[20]
[ERROR]         @XmlAttribute
[ERROR]          ^^^^^^^^^^^^
[ERROR] XmlAttribute cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[21]
[ERROR]         private UUID userId;
[ERROR]                 ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[23]
[ERROR]         @XmlAttribute
[ERROR]          ^^^^^^^^^^^^
[ERROR] XmlAttribute cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[24]
[ERROR]         private UUID entryId;
[ERROR]                 ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[26]
[ERROR]         public Responsibility() {
[ERROR]                ^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined. Must explicitly invoke another constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[29]
[ERROR]         public Responsibility(UUID userId, UUID entryId) {
[ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined. Must explicitly invoke another constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[29]
[ERROR]         public Responsibility(UUID userId, UUID entryId) {
[ERROR]                               ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[29]
[ERROR]         public Responsibility(UUID userId, UUID entryId) {
[ERROR]                                            ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[30]
[ERROR]         this.userId = userId;
[ERROR]         ^^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[31]
[ERROR]         this.entryId = entryId;
[ERROR]         ^^^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[37]
[ERROR]         public UUID getUserId() {
[ERROR]                ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[38]
[ERROR]         return userId;
[ERROR]                ^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[44]
[ERROR]         public UUID getEntryId() {
[ERROR]                ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[45]
[ERROR]         return entryId;
[ERROR]                ^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[48]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[49]
[ERROR]         public boolean equals(Object obj) {
[ERROR]                               ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[52]
[ERROR]         boolean userNull = resp.userId == null && userId == null;
[ERROR]                            ^^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[52]
[ERROR]         boolean userNull = resp.userId == null && userId == null;
[ERROR]                                                   ^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[53]
[ERROR]         boolean equalUser = userId != null && userId.equals(resp.userId);
[ERROR]                             ^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[53]
[ERROR]         boolean equalUser = userId != null && userId.equals(resp.userId);
[ERROR]                                               ^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[53]
[ERROR]         boolean equalUser = userId != null && userId.equals(resp.userId);
[ERROR]                                                             ^^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[54]
[ERROR]         boolean entryNull = resp.entryId == null && entryId == null;
[ERROR]                             ^^^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[54]
[ERROR]         boolean entryNull = resp.entryId == null && entryId == null;
[ERROR]                                                     ^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[55]
[ERROR]         boolean equalEntry = entryId != null && entryId.equals(resp.entryId);
[ERROR]                              ^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[55]
[ERROR]         boolean equalEntry = entryId != null && entryId.equals(resp.entryId);
[ERROR]                                                 ^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\Responsibility.java:[55]
[ERROR]         boolean equalEntry = entryId != null && entryId.equals(resp.entryId);
[ERROR]                                                                ^^^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[12]
[ERROR]         import java.util.List;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.List cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[13]
[ERROR]         import java.util.Map;
[ERROR]                ^^^^^^^^^^^^^
[ERROR] The import java.util.Map cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[14]
[ERROR]         import java.util.UUID;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.UUID cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[32]
[ERROR]         List<DynamicDescriptor> getStepMap(UUID projectId);
[ERROR]         ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[32]
[ERROR]         List<DynamicDescriptor> getStepMap(UUID projectId);
[ERROR]                                            ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[35]
[ERROR]         String name;
[ERROR]         ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[36]
[ERROR]         Map<String, String> properties;
[ERROR]         ^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[36]
[ERROR]         Map<String, String> properties;
[ERROR]             ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[36]
[ERROR]         Map<String, String> properties;
[ERROR]                     ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[38]
[ERROR]         public DynamicDescriptor(String name, Map<String, String> properties) {
[ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined. Must explicitly invoke another constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[38]
[ERROR]         public DynamicDescriptor(String name, Map<String, String> properties) {
[ERROR]                                  ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[38]
[ERROR]         public DynamicDescriptor(String name, Map<String, String> properties) {
[ERROR]                                               ^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[38]
[ERROR]         public DynamicDescriptor(String name, Map<String, String> properties) {
[ERROR]                                                   ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[38]
[ERROR]         public DynamicDescriptor(String name, Map<String, String> properties) {
[ERROR]                                                           ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[39]
[ERROR]         this.name = name;
[ERROR]         ^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[40]
[ERROR]         this.properties = properties;
[ERROR]         ^^^^^^^^^^^^^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[40]
[ERROR]         this.properties = properties;
[ERROR]         ^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[43]
[ERROR]         public Map<String, String> getProperties() {
[ERROR]                ^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[43]
[ERROR]         public Map<String, String> getProperties() {
[ERROR]                    ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[43]
[ERROR]         public Map<String, String> getProperties() {
[ERROR]                            ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[44]
[ERROR]         return properties;
[ERROR]                ^^^^^^^^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[44]
[ERROR]         return properties;
[ERROR]                ^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[47]
[ERROR]         public String getName() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\IDynamicStepsProvider.java:[48]
[ERROR]         return name;
[ERROR]                ^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[12]
[ERROR]         import java.util.HashMap;
[ERROR]                ^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.HashMap cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[13]
[ERROR]         import java.util.Map;
[ERROR]                ^^^^^^^^^^^^^
[ERROR] The import java.util.Map cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[29]
[ERROR]         public class DynamicStepSelector extends AbstractSelectorWithAdditions implements IMenuListener {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type DynamicStepSelector is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[31]
[ERROR]         private String commandId;
[ERROR]                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[33]
[ERROR]         private String editorId;
[ERROR]                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[34]
[ERROR]         private String pluginId;
[ERROR]                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[35]
[ERROR]         private String icon;
[ERROR]                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[50]
[ERROR]         this.commandId = descriptor.getCommand();
[ERROR]         ^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[50]
[ERROR]         this.commandId = descriptor.getCommand();
[ERROR]                                     ^^^^^^^^^^
[ERROR] The method getCommand() from the type TreeItemDescription refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[51]
[ERROR]         this.pluginId = descriptor.getNamespaceIdentifier();
[ERROR]         ^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[51]
[ERROR]         this.pluginId = descriptor.getNamespaceIdentifier();
[ERROR]                                    ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getNamespaceIdentifier() from the type TreeItemDescription refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[53]
[ERROR]         setEditorId(descriptor.getEditorId());
[ERROR]                                ^^^^^^^^^^^
[ERROR] The method getEditorId() from the type TreeItemDescription refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[54]
[ERROR]         setIcon(descriptor.getIcon());
[ERROR]                            ^^^^^^^
[ERROR] The method getIcon() from the type TreeItemDescription refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[55]
[ERROR]         setSelectionId(descriptor.getId());
[ERROR]                                   ^^^^^
[ERROR] The method getId() from the type TreeItemDescription refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[58]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[70]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[73]
[ERROR]         PlatformUI.getWorkbench().getActiveWorkbenchWindow(), "", commandId, SWT.PUSH);
[ERROR]                                                                   ^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[74]
[ERROR]         Map<String, String> params = new HashMap<>();
[ERROR]         ^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[74]
[ERROR]         Map<String, String> params = new HashMap<>();
[ERROR]             ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[74]
[ERROR]         Map<String, String> params = new HashMap<>();
[ERROR]                     ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[74]
[ERROR]         Map<String, String> params = new HashMap<>();
[ERROR]                                          ^^^^^^^
[ERROR] HashMap cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[75]
[ERROR]         params.put("xstampp.dynamicStep.commandParameter.projectId", getProjectId().toString());
[ERROR]                                                                      ^^^^^^^^^^^^
[ERROR] The method getProjectId() from the type AbstractSelector refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[76]
[ERROR]         parameter.parameters = params;
[ERROR]         ^^^^^^^^^^^^^^^^^^^^
[ERROR] Map cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[90]
[ERROR]         public String getEditorId() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[91]
[ERROR]         return editorId;
[ERROR]                ^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[94]
[ERROR]         public void setEditorId(String editorId) {
[ERROR]                                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[95]
[ERROR]         this.editorId = editorId;
[ERROR]         ^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[98]
[ERROR]         public void setIcon(String icon) {
[ERROR]                             ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[99]
[ERROR]         this.icon = icon;
[ERROR]         ^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[102]
[ERROR]         public String getIcon() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[103]
[ERROR]         return icon;
[ERROR]                ^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[106]
[ERROR]         public String getCommandId() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[107]
[ERROR]         return commandId;
[ERROR]                ^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[110]
[ERROR]         public String getPluginId() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[111]
[ERROR]         return pluginId;
[ERROR]                ^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[114]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[115]
[ERROR]         public void postExecuteSuccess(String commandId, Object returnValue) {
[ERROR]                                        ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\navigation\DynamicStepSelector.java:[115]
[ERROR]         public void postExecuteSuccess(String commandId, Object returnValue) {
[ERROR]                                                          ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridCellBlank.java:[16]
[ERROR]         import java.util.UUID;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.UUID cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridCellBlank.java:[45]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridCellBlank.java:[50]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridCellBlank.java:[55]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridCellBlank.java:[60]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridCellBlank.java:[61]
[ERROR]         public UUID getUUID() {
[ERROR]                ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridCellBlank.java:[65]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridCellBlank.java:[73]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[16]
[ERROR]         import java.util.ArrayList;
[ERROR]                ^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.ArrayList cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[17]
[ERROR]         import java.util.List;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.List cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[31]
[ERROR]         private List<GridRow> childrenRows;
[ERROR]                 ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[33]
[ERROR]         private List<IGridCell> cells;
[ERROR]                 ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[61]
[ERROR]         public GridRow(int columnCount, int colorDivide, int[] rowSpanningCells) {
[ERROR]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined. Must explicitly invoke another constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[63]
[ERROR]         this.childrenRows = new ArrayList<GridRow>();
[ERROR]         ^^^^^^^^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[63]
[ERROR]         this.childrenRows = new ArrayList<GridRow>();
[ERROR]                                 ^^^^^^^^^
[ERROR] ArrayList cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[64]
[ERROR]         this.cells = new ArrayList<IGridCell>(columnCount);
[ERROR]         ^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[64]
[ERROR]         this.cells = new ArrayList<IGridCell>(columnCount);
[ERROR]                          ^^^^^^^^^
[ERROR] ArrayList cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[68]
[ERROR]         cells.add(cell);
[ERROR]         ^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[121]
[ERROR]         public List<IGridCell> getCells() {
[ERROR]                ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[122]
[ERROR]         return this.cells;
[ERROR]                ^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[138]
[ERROR]         this.childrenRows.add(row);
[ERROR]         ^^^^^^^^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[162]
[ERROR]         public List<GridRow> getChildren() {
[ERROR]                ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[163]
[ERROR]         return this.childrenRows;
[ERROR]                ^^^^^^^^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[167]
[ERROR]         this.cells.set(columnIndex, cell);
[ERROR]         ^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[189]
[ERROR]         for (int i = 0; i < this.getCells().size(); i++) {
[ERROR]                                  ^^^^^^^^
[ERROR] The method getCells() from the type GridRow refers to the missing type List
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[190]
[ERROR]         this.getCells().get(i).cleanUp();
[ERROR]              ^^^^^^^^
[ERROR] The method getCells() from the type GridRow refers to the missing type List
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[193]
[ERROR]         for (int i = 0; i < this.getChildren().size(); i++) {
[ERROR]                                  ^^^^^^^^^^^
[ERROR] The method getChildren() from the type GridRow refers to the missing type List
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[194]
[ERROR]         this.getChildren().get(i).cleanUp();
[ERROR]              ^^^^^^^^^^^
[ERROR] The method getChildren() from the type GridRow refers to the missing type List
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[207]
[ERROR]         for (int cellI = 0; cellI < this.cells.size(); cellI++) {
[ERROR]                                     ^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[208]
[ERROR]         int cellHeight = this.cells.get(cellI).getPreferredHeight();
[ERROR]                          ^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\grid\GridRow.java:[209]
[ERROR]         height = Math.max(height, cellHeight);
[ERROR]                  ^^^^
[ERROR] Math cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[16]
[ERROR]         import java.util.ArrayList;
[ERROR]                ^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.ArrayList cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[17]
[ERROR]         import java.util.List;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.List cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[44]
[ERROR]         public class DirectEditor extends TextCellEditor implements ModifyListener {
[ERROR]                      ^^^^^^^^^^^^
[ERROR] The hierarchy of the type DirectEditor is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[44]
[ERROR]         public class DirectEditor extends TextCellEditor implements ModifyListener {
[ERROR]                      ^^^^^^^^^^^^
[ERROR] The hierarchy of the type DirectEditor is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[47]
[ERROR]         private List<Integer> lineFeeds = new ArrayList<Integer>();
[ERROR]                 ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[47]
[ERROR]         private List<Integer> lineFeeds = new ArrayList<Integer>();
[ERROR]                      ^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[47]
[ERROR]         private List<Integer> lineFeeds = new ArrayList<Integer>();
[ERROR]                                               ^^^^^^^^^
[ERROR] ArrayList cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[47]
[ERROR]         private List<Integer> lineFeeds = new ArrayList<Integer>();
[ERROR]                                                         ^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[61]
[ERROR]         super(composite, style);
[ERROR]         ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor Object(Composite, int) is undefined
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[62]
[ERROR]         this.oldLineNumber = this.text.getCaretLineNumber();
[ERROR]                                   ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[63]
[ERROR]         this.text.setFocus();
[ERROR]              ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[64]
[ERROR]         this.text.setToolTipText("press 'Esc' to close the editor");
[ERROR]              ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[65]
[ERROR]         this.text.addKeyListener(new KeyAdapter() {
[ERROR]              ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[66]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[69]
[ERROR]         DirectEditor.this.text.selectAll();
[ERROR]                           ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[90]
[ERROR]         super(composite, SWT.WRAP | SWT.APPLICATION_MODAL);
[ERROR]         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor Object(Composite, int) is undefined
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[91]
[ERROR]         this.oldLineNumber = this.text.getCaretLineNumber();
[ERROR]                                   ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[92]
[ERROR]         this.text.setFocus();
[ERROR]              ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[105]
[ERROR]         this.text.setForeground(foregroundColor);
[ERROR]              ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[108]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[110]
[ERROR]         super.deactivate();
[ERROR]         ^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[125]
[ERROR]         org.eclipse.swt.graphics.Rectangle textRect = this.text.getBounds();
[ERROR]                                                            ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[145]
[ERROR]         this.text.setFont(labelFont);
[ERROR]              ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[148]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[150]
[ERROR]         if (this.text.getCaretLineNumber() > this.oldLineNumber) {
[ERROR]                  ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[152]
[ERROR]         this.oldLineNumber = this.text.getCaretLineNumber();
[ERROR]                                   ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[153]
[ERROR]         String temp = this.text.getText();
[ERROR]         ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[153]
[ERROR]         String temp = this.text.getText();
[ERROR]                            ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[156]
[ERROR]         if (!this.text.getText().endsWith(Text.DELIMITER)) {
[ERROR]                   ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[156]
[ERROR]         if (!this.text.getText().endsWith(Text.DELIMITER)) {
[ERROR]                                           ^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[157]
[ERROR]         this.lineFeeds.add(lastSpace);
[ERROR]         ^^^^^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[157]
[ERROR]         this.lineFeeds.add(lastSpace);
[ERROR]         ^^^^^^^^^^^^^^
[ERROR] Integer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[160]
[ERROR]         } else if (this.text.getCaretLineNumber() < this.oldLineNumber) {
[ERROR]                         ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[161]
[ERROR]         this.oldLineNumber = this.text.getCaretLineNumber();
[ERROR]                                   ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[176]
[ERROR]         this.text.addModifyListener(listener);
[ERROR]              ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[189]
[ERROR]         this.text.addDisposeListener(listener);
[ERROR]              ^^^^
[ERROR] text cannot be resolved or is not a field
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[202]
[ERROR]         locator.relocate(this);
[ERROR]                 ^^^^^^^^
[ERROR] The method relocate(CellEditor) in the type CellEditorLocator is not applicable for the arguments (DirectEditor)
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[203]
[ERROR]         doSetFocus();
[ERROR]         ^^^^^^^^^^
[ERROR] The method doSetFocus() is undefined for the type DirectEditor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[205]
[ERROR]         ok.setBounds(text.getBounds().x, text.getBounds().y + text.getBounds().height, 30, 30);
[ERROR]                      ^^^^
[ERROR] text cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[205]
[ERROR]         ok.setBounds(text.getBounds().x, text.getBounds().y + text.getBounds().height, 30, 30);
[ERROR]                                          ^^^^
[ERROR] text cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[205]
[ERROR]         ok.setBounds(text.getBounds().x, text.getBounds().y + text.getBounds().height, 30, 30);
[ERROR]                                                               ^^^^
[ERROR] text cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[208]
[ERROR]         getControl().setVisible(true);
[ERROR]         ^^^^^^^^^^
[ERROR] The method getControl() is undefined for the type DirectEditor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\DirectEditor.java:[210]
[ERROR]         super.activate();
[ERROR]         ^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[14]
[ERROR]         import java.util.ArrayList;
[ERROR]                ^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.ArrayList cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[15]
[ERROR]         import java.util.List;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.List cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[16]
[ERROR]         import java.util.Observable;
[ERROR]                ^^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.Observable cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[17]
[ERROR]         import java.util.Observer;
[ERROR]                ^^^^^^^^^^^^^^^^^^
[ERROR] The import java.util.Observer cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[18]
[ERROR]         import java.util.UUID;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.UUID cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[47]
[ERROR]         public class CollaborationSettings implements ISettingsPage, Observer {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type CollaborationSettings must implement the inherited abstract method ISettingsPage.createControl(CTabFolder, ModalShell, UUID)
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[47]
[ERROR]         public class CollaborationSettings implements ISettingsPage, Observer {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type CollaborationSettings must implement the inherited abstract method ISettingsPage.isVisible(UUID)
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[47]
[ERROR]         public class CollaborationSettings implements ISettingsPage, Observer {
[ERROR]                      ^^^^^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[47]
[ERROR]         public class CollaborationSettings implements ISettingsPage, Observer {
[ERROR]                                                                      ^^^^^^^^
[ERROR] Observer cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[52]
[ERROR]         private String name;
[ERROR]                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[54]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[55]
[ERROR]         public Composite createControl(final CTabFolder control, final ModalShell parent, UUID modelId) {
[ERROR]                                                                                           ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[60]
[ERROR]         ((UserSystem) getDataModel().getUserSystem()).addObserver(this);
[ERROR]                                                       ^^^^^^^^^^^
[ERROR] The method addObserver(CollaborationSettings) is undefined for the type UserSystem
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[62]
[ERROR]         getDataModel().addObserver(this);
[ERROR]                        ^^^^^^^^^^^
[ERROR] The method addObserver(Observer) from the type IDataModel refers to the missing type Observer
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[72]
[ERROR]         tableComposite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
[ERROR]                        ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[74]
[ERROR]         listener = new Listener() {
[ERROR]       List<Composite> listEntries = new ArrayList<>();
[ERROR]       @Override
[ERROR]       public void handleEvent(Event event) {
[ERROR]         for (Composite comp : listEntries) {
[ERROR]           comp.dispose();
[ERROR]         }
[ERROR]         final UserSystem userSystem = (UserSystem) getDataModel().getUserSystem();
[ERROR]         boolean evenRow = true;
[ERROR]         for (final IUser user : userSystem.getRegistry()) {
[ERROR]           if (user.checkAccess(AccessRights.ACCESS) && !user.checkAccess(AccessRights.ADMIN)) {
[ERROR]             final Composite composite = new Composite(tableComposite, SWT.None);
[ERROR]             composite.setLayout(new GridLayout(2, false));
[ERROR]             composite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false));
[ERROR]             int bgConstant = SWT.COLOR_WHITE;
[ERROR]             if (evenRow) {
[ERROR]               bgConstant = SWT.COLOR_LIST_BACKGROUND;
[ERROR]             }
[ERROR]             evenRow = !evenRow;
[ERROR]             composite.setBackground(Display.getCurrent().getSystemColor(bgConstant));
[ERROR]             Text userName = new Text(composite, SWT.READ_ONLY);
[ERROR]             userName.setLayoutData(new GridData(150, SWT.DEFAULT));
[ERROR]             userName.setText(user.getUsername());
[ERROR]             userName.setBackground(Display.getCurrent().getSystemColor(bgConstant));
[ERROR]             final Button createBtn = new Button(composite, SWT.PUSH);
[ERROR]             IDataModel model = ProjectManager.getContainerInstance()
[ERROR]                 .getDataModel(user.getWorkingProjectId());
[ERROR]             if (model == null) {
[ERROR]               userSystem.assignWorkProject(user.getUserId(), null);
[ERROR]             }
[ERROR]             if (user.getWorkingProjectId() == null) {
[ERROR]               // if the user has no current working project a working copy of the current project
[ERROR]               // can be
[ERROR]               // assigned
[ERROR]               createBtn.setText(Messages.CollaborationSettings_CreateWorkingCopy);
[ERROR]               createBtn.setToolTipText(Messages.CollaborationSettings_WorkingCopyToolTip);
[ERROR]               final UUID originalId = getDataModel().getProjectId();
[ERROR]               createBtn.addSelectionListener(new SelectionAdapter() {
[ERROR]                 @Override
[ERROR]                 public void widgetSelected(SelectionEvent event) {
[ERROR]                   IDataModel model = ProjectManager.getContainerInstance().getDataModel(originalId);
[ERROR]                   if (model != null && user.getWorkingProjectId() == null) {
[ERROR]                     String projectName = model.getProjectName();
[ERROR]                     projectName += "_" + user.getUsername(); //$NON-NLS-1$
[ERROR]                     UUID uuid = ProjectManager.getContainerInstance().startUp(model.getClass(),
[ERROR]                         projectName, originalId);
[ERROR]                     userSystem.assignWorkProject(user.getUserId(), uuid);
[ERROR]                     IDataModel newModel = ProjectManager.getContainerInstance()
[ERROR]                         .getDataModel(user.getWorkingProjectId());
[ERROR]                     ((IUserProject) newModel).setExclusiveUserId(user.getUserId());
[ERROR]                     createBtn.setText(String.format(Messages.CollaborationSettings_PullChanges,
[ERROR]                         newModel.getProjectName()));
[ERROR]                     composite.layout();
[ERROR]                     createBtn.addSelectionListener(new SelectionAdapter() {
[ERROR]                       boolean initialCall = true;
[ERROR]                       @Override
[ERROR]                       public void widgetSelected(SelectionEvent event) {
[ERROR]                         if (initialCall) {
[ERROR]                           // This listener is called directly after it is added so
[ERROR]                           initialCall = false;
[ERROR]                         } else {
[ERROR]                           system.syncDataWithUser(user);
[ERROR]                         }
[ERROR]                       }
[ERROR]                     });
[ERROR]                   }
[ERROR]                 }
[ERROR]               });
[ERROR]             } else {
[ERROR]               createBtn.setText(String.format(Messages.CollaborationSettings_PullChanges,
[ERROR]                   model.getProjectName()));
[ERROR]               createBtn.addSelectionListener(new SelectionAdapter() {
[ERROR]                 @Override
[ERROR]                 public void widgetSelected(SelectionEvent event) {
[ERROR]                   system.syncDataWithUser(user);
[ERROR]                 }
[ERROR]               });
[ERROR]             }
[ERROR]             listEntries.add(composite);
[ERROR]           }
[ERROR]         }
[ERROR]         tableComposite.layout();
[ERROR]         content.setMinHeight(tableComposite.computeSize(SWT.DEFAULT, SWT.DEFAULT).y);
[ERROR]         content.layout();
[ERROR]         content.layout(new Control[] { tableComposite });
[ERROR]       }
[ERROR]     };
[ERROR]                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor Object() is undefined
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[75]
[ERROR]         List<Composite> listEntries = new ArrayList<>();
[ERROR]         ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[75]
[ERROR]         List<Composite> listEntries = new ArrayList<>();
[ERROR]                                           ^^^^^^^^^
[ERROR] ArrayList cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[77]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[79]
[ERROR]         for (Composite comp : listEntries) {
[ERROR]                               ^^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[84]
[ERROR]         for (final IUser user : userSystem.getRegistry()) {
[ERROR]                                            ^^^^^^^^^^^
[ERROR] The method getRegistry() from the type UserSystem refers to the missing type List
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[88]
[ERROR]         composite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false));
[ERROR]                   ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[96]
[ERROR]         userName.setLayoutData(new GridData(150, SWT.DEFAULT));
[ERROR]                  ^^^^^^^^^^^^^
[ERROR] The method setLayoutData(Object) from the type Control refers to the missing type Object
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[97]
[ERROR]         userName.setText(user.getUsername());
[ERROR]                               ^^^^^^^^^^^
[ERROR] The method getUsername() from the type IUser refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[101]
[ERROR]         .getDataModel(user.getWorkingProjectId());
[ERROR]                            ^^^^^^^^^^^^^^^^^^^
[ERROR] The method getWorkingProjectId() from the type IUser refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[103]
[ERROR]         userSystem.assignWorkProject(user.getUserId(), null);
[ERROR]                                           ^^^^^^^^^
[ERROR] The method getUserId() from the type IUser refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[106]
[ERROR]         if (user.getWorkingProjectId() == null) {
[ERROR]                  ^^^^^^^^^^^^^^^^^^^
[ERROR] The method getWorkingProjectId() from the type IUser refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[110]
[ERROR]         createBtn.setText(Messages.CollaborationSettings_CreateWorkingCopy);
[ERROR]                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[111]
[ERROR]         createBtn.setToolTipText(Messages.CollaborationSettings_WorkingCopyToolTip);
[ERROR]                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[112]
[ERROR]         final UUID originalId = getDataModel().getProjectId();
[ERROR]               ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[112]
[ERROR]         final UUID originalId = getDataModel().getProjectId();
[ERROR]                                                ^^^^^^^^^^^^
[ERROR] The method getProjectId() from the type IDataModel refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[114]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[117]
[ERROR]         if (model != null && user.getWorkingProjectId() == null) {
[ERROR]                                   ^^^^^^^^^^^^^^^^^^^
[ERROR] The method getWorkingProjectId() from the type IUser refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[118]
[ERROR]         String projectName = model.getProjectName();
[ERROR]         ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[118]
[ERROR]         String projectName = model.getProjectName();
[ERROR]                                    ^^^^^^^^^^^^^^
[ERROR] The method getProjectName() from the type IDataModel refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[119]
[ERROR]         projectName += "_" + user.getUsername(); //$NON-NLS-1$
[ERROR]                                   ^^^^^^^^^^^
[ERROR] The method getUsername() from the type IUser refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[120]
[ERROR]         UUID uuid = ProjectManager.getContainerInstance().startUp(model.getClass(),
[ERROR]         ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[120]
[ERROR]         UUID uuid = ProjectManager.getContainerInstance().startUp(model.getClass(),
[ERROR]                                                                         ^^^^^^^^
[ERROR] The method getClass() is undefined for the type IDataModel
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[123]
[ERROR]         userSystem.assignWorkProject(user.getUserId(), uuid);
[ERROR]                                           ^^^^^^^^^
[ERROR] The method getUserId() from the type IUser refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[125]
[ERROR]         .getDataModel(user.getWorkingProjectId());
[ERROR]                            ^^^^^^^^^^^^^^^^^^^
[ERROR] The method getWorkingProjectId() from the type IUser refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[126]
[ERROR]         ((IUserProject) newModel).setExclusiveUserId(user.getUserId());
[ERROR]                                                           ^^^^^^^^^
[ERROR] The method getUserId() from the type IUser refers to the missing type UUID
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[127]
[ERROR]         createBtn.setText(String.format(Messages.CollaborationSettings_PullChanges,
[ERROR]                           ^^^^^^
[ERROR] String cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[127]
[ERROR]         createBtn.setText(String.format(Messages.CollaborationSettings_PullChanges,
[ERROR]                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[128]
[ERROR]         newModel.getProjectName()));
[ERROR]                  ^^^^^^^^^^^^^^
[ERROR] The method getProjectName() from the type IDataModel refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[133]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[147]
[ERROR]         createBtn.setText(String.format(Messages.CollaborationSettings_PullChanges,
[ERROR]                           ^^^^^^
[ERROR] String cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[147]
[ERROR]         createBtn.setText(String.format(Messages.CollaborationSettings_PullChanges,
[ERROR]                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[148]
[ERROR]         model.getProjectName()));
[ERROR]               ^^^^^^^^^^^^^^
[ERROR] The method getProjectName() from the type IDataModel refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[150]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[156]
[ERROR]         listEntries.add(composite);
[ERROR]         ^^^^^^^^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[169]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[174]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[179]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[180]
[ERROR]         public boolean isVisible(UUID projectId) {
[ERROR]                                  ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[185]
[ERROR]         system = model.getAdapter(ICollaborationSystem.class);
[ERROR]                        ^^^^^^^^^^
[ERROR] The method getAdapter(Class<T>) from the type IDataModel refers to the missing type Class
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[209]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[210]
[ERROR]         public void update(Observable model, Object arg) {
[ERROR]                            ^^^^^^^^^^
[ERROR] Observable cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[210]
[ERROR]         public void update(Observable model, Object arg) {
[ERROR]                                              ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[217]
[ERROR]         ((UserSystem) getDataModel().getUserSystem()).addObserver(this);
[ERROR]                                                       ^^^^^^^^^^^
[ERROR] The method addObserver(CollaborationSettings) is undefined for the type UserSystem
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[220]
[ERROR]         } catch (Exception exc) {
[ERROR]                  ^^^^^^^^^
[ERROR] Exception cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[225]
[ERROR]         public String getName() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[226]
[ERROR]         return name;
[ERROR]                ^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[229]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[230]
[ERROR]         public void setName(String name) {
[ERROR]                             ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[231]
[ERROR]         this.name = name;
[ERROR]         ^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[234]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\ui\settings\CollaborationSettings.java:[235]
[ERROR]         public String getId() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\commands\RedoHandler.java:[26]
[ERROR]         public class RedoHandler extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^
[ERROR] The hierarchy of the type RedoHandler is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\commands\RedoHandler.java:[26]
[ERROR]         public class RedoHandler extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\commands\RedoHandler.java:[28]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\commands\RedoHandler.java:[29]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\commands\RedoHandler.java:[29]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                                                            ^^^^^^^^^^^^^^^^^^
[ERROR] No exception of type ExecutionException can be thrown; an exception type must be a subclass of Throwable
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\commands\RedoHandler.java:[31]
[ERROR]         .getService(ISourceProviderService.class);
[ERROR]          ^^^^^^^^^^
[ERROR] The method getService(Class<T>) from the type IServiceLocator refers to the missing type Class
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\util\commands\RedoHandler.java:[33]
[ERROR]         .getSourceProvider(UndoRedoService.CAN_REDO);
[ERROR]                            ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[13]
[ERROR]         import java.util.UUID;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.UUID cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[17]
[ERROR]         public class LinkProposal implements IContentProposal {
[ERROR]                      ^^^^^^^^^^^^
[ERROR] The hierarchy of the type LinkProposal is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[17]
[ERROR]         public class LinkProposal implements IContentProposal {
[ERROR]                      ^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[18]
[ERROR]         private String label;
[ERROR]                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[19]
[ERROR]         private String description;
[ERROR]                 ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[20]
[ERROR]         private UUID proposalId;
[ERROR]                 ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[23]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[24]
[ERROR]         public String getContent() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[25]
[ERROR]         return description;
[ERROR]                ^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[28]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[34]
[ERROR]         public void setLabel(String label) {
[ERROR]                              ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[35]
[ERROR]         this.label = label;
[ERROR]         ^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[38]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[39]
[ERROR]         public String getLabel() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[40]
[ERROR]         return label;
[ERROR]                ^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[43]
[ERROR]         public void setDescription(String description) {
[ERROR]                                    ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[44]
[ERROR]         this.description = description;
[ERROR]         ^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[47]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[48]
[ERROR]         public String getDescription() {
[ERROR]                ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[49]
[ERROR]         return description;
[ERROR]                ^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[52]
[ERROR]         public void setProposalId(UUID proposalId) {
[ERROR]                                   ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[53]
[ERROR]         this.proposalId = proposalId;
[ERROR]         ^^^^^^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[56]
[ERROR]         public UUID getProposalId() {
[ERROR]                ^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\common\contentassist\LinkProposal.java:[57]
[ERROR]         return proposalId;
[ERROR]                ^^^^^^^^^^
[ERROR] UUID cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[24]
[ERROR]         public final class Messages extends NLS {
[ERROR]                            ^^^^^^^^
[ERROR] The hierarchy of the type Messages is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[28]
[ERROR]         NLS.initializeMessages(Messages.BUNDLE_NAME, Messages.class);
[ERROR]                                ^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[30]
[ERROR]         private static final String BUNDLE_NAME = "messages.messages"; //$NON-NLS-1$
[ERROR]                              ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[32]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[33]
[ERROR]         public static String Accidents;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[34]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[35]
[ERROR]         public static String Actuator;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[36]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[37]
[ERROR]         public static String AccidentsAvailableForLinking;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[38]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[39]
[ERROR]         public static String Abort;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[40]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[41]
[ERROR]         public static String About;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[42]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[43]
[ERROR]         public static String AboutKontakt;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[44]
[ERROR]         public static String AbstractExportPage_4;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[45]
[ERROR]         public static String AbstractExportPage_5;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[46]
[ERROR]         public static String AbstractExportPage_excludeInExport;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[47]
[ERROR]         public static String AbstractExportPage_ExportInA4LandscapeFormat;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[48]
[ERROR]         public static String AbstractExportPage_ExportInA4PortraitFormat;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[49]
[ERROR]         public static String AbstractExportPage_ExportTheData;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[50]
[ERROR]         public static String AbstractExportPage_includeInExport;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[51]
[ERROR]         public static String AbstractExportPage_SampleText;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[52]
[ERROR]         public static String AbstractFilteredEditor_CategoryToolTip;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[53]
[ERROR]         public static String AbstractFilteredEditor_ClearFilter;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[54]
[ERROR]         public static String AbstractFilteredEditor_FilterDropDowmToolTip;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[55]
[ERROR]         public static String AbstractFilteredEditor_FilterLabel;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[56]
[ERROR]         public static String AbstractFilteredEditor_FilterTextToolTip;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[57]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[58]
[ERROR]         public static String Arrow;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[59]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[60]
[ERROR]         public static String Add;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[61]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[62]
[ERROR]         public static String AddAll;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[63]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[64]
[ERROR]         public static String AddGivenIncorrectlyUCA;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[65]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[66]
[ERROR]         public static String AddingNewCausalFactor;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[67]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[68]
[ERROR]         public static String AddingNewUCA;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[69]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[70]
[ERROR]         public static String AddNewCausalFactor;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[71]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[72]
[ERROR]         public static String AddNotGivenUCA;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[73]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[74]
[ERROR]         public static String AddStoppedTooSoonUCA;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[75]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[76]
[ERROR]         public static String AddWrongTimingUCA;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[77]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[78]
[ERROR]         public static String All;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[79]
[ERROR]         public static String ApplicationWorkbenchAdvisor_Load_Projects;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[80]
[ERROR]         public static String ApplicationWorkbenchWindowAdvisor_Unfinished_Jobs_Message;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[81]
[ERROR]         public static String ApplicationWorkbenchWindowAdvisor_Unfinished_Jobs_Short;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[82]
[ERROR]         public static String ApplicationWorkbenchWindowAdvisor_Unfinished_Jobs_Title;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[83]
[ERROR]         public static String AsDataSet;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[84]
[ERROR]         public static String AsImage;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[85]
[ERROR]         public static String AsPDF;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[86]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[87]
[ERROR]         public static String ASTPAminus;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[89]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[90]
[ERROR]         public static String Bold;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[91]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[92]
[ERROR]         public static String BulletList;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[93]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[94]
[ERROR]         public static String BundleVersion;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[95]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[96]
[ERROR]         public static String BackgroundColor;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[97]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[98]
[ERROR]         public static String BackSlashSpaceOffset;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[103]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[104]
[ERROR]         public static String CantOverride;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[105]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[106]
[ERROR]         public static String CannotCreateDir;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[107]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[108]
[ERROR]         public static String CausalFactorsTable;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[109]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[110]
[ERROR]         public static String CausalFactors;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[111]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[112]
[ERROR]         public static String CausalFactorsView;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[113]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[114]
[ERROR]         public static String ChangeColorsAnd;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[115]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[116]
[ERROR]         public static String ChangeExportValues;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[117]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[118]
[ERROR]         public static String CharacterAt;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[119]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[120]
[ERROR]         public static String ChooseProjectForExport;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[121]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[122]
[ERROR]         public static String ChooseTheDestination;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[123]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[124]
[ERROR]         public static String Comma;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[125]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[126]
[ERROR]         public static String CommonTable;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[127]
[ERROR]         public static String ContextTables;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[128]
[ERROR]         public static String Exporting_Format;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[129]
[ERROR]         public static String ExportingContextTables;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[130]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[131]
[ERROR]         public static String Controller;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[132]
[ERROR]         @SuppressWarnings("javadoc")
[ERROR]          ^^^^^^^^^^^^^^^^
[ERROR] SuppressWarnings cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\messages\Messages.java:[133]
[ERROR]         public static String CreateControlAction;
[ERROR]                       ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\api\ICollaborationSystem.java:[14]
[ERROR]         import java.util.List;
[ERROR]                ^^^^^^^^^^^^^^
[ERROR] The import java.util.List cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\usermanagement\api\ICollaborationSystem.java:[39]
[ERROR]         boolean syncDataWithUser(List<IUser> users);
[ERROR]                                  ^^^^
[ERROR] List cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[35]
[ERROR]         public class FontChooserHandle extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type FontChooserHandle is inconsistent
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[35]
[ERROR]         public class FontChooserHandle extends AbstractHandler {
[ERROR]                      ^^^^^^^^^^^^^^^^^
[ERROR] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[37]
[ERROR]         @Override
[ERROR]          ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[38]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[38]
[ERROR]         public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR]                                                            ^^^^^^^^^^^^^^^^^^
[ERROR] No exception of type ExecutionException can be thrown; an exception type must be a subclass of Throwable
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[39]
[ERROR]         Object activeEditor = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage()
[ERROR]         ^^^^^^
[ERROR] Object cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[42]
[ERROR]         String fontName = event.getParameter("xstampp.commandParameter.fontfamily"); //$NON-NLS-1$
[ERROR]         ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[42]
[ERROR]         String fontName = event.getParameter("xstampp.commandParameter.fontfamily"); //$NON-NLS-1$
[ERROR]                                 ^^^^^^^^^^^^
[ERROR] The method getParameter(String) from the type ExecutionEvent refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[43]
[ERROR]         String fontSize = event.getParameter("xstampp.commandParameter.fontsize");//$NON-NLS-1$
[ERROR]         ^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[43]
[ERROR]         String fontSize = event.getParameter("xstampp.commandParameter.fontsize");//$NON-NLS-1$
[ERROR]                                 ^^^^^^^^^^^^
[ERROR] The method getParameter(String) from the type ExecutionEvent refers to the missing type String
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[50]
[ERROR]         ((ITextEditor) activeEditor).setFontSize(ITextEditor.FONT_SIZE,
[ERROR]                                                  ^^^^^^^^^^^^^^^^^^^^^
[ERROR] String cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[51]
[ERROR]         Integer.parseInt(fontSize));
[ERROR]         ^^^^^^^
[ERROR] Integer cannot be resolved
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[52]
[ERROR]         } catch (NumberFormatException e) {
[ERROR]                  ^^^^^^^^^^^^^^^^^^^^^
[ERROR] NumberFormatException cannot be resolved to a type
[ERROR] C:\Tools\XSTAMPP-master\xstampp\src\xstampp\ui\editors\commands\FontChooserHandle.java:[54]
[ERROR]         .error(this.getClass() + " has recived: " + fontSize + " but expected an Integer"); //$NON-NLS-1$ //$NON-NLS-2$
[ERROR]                     ^^^^^^^^
[ERROR] The method getClass() is undefined for the type FontChooserHandle
[ERROR] 5603 problems (5603 errors)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :xstampp

System parameters:

Betriebsystemname	Microsoft Windows 10 Enterprise
Version	10.0.18363 Build 18363
Weitere Betriebsystembeschreibung 	Nicht verfügbar
Betriebsystemhersteller	Microsoft Corporation
Systemname	CPX-I0ORE5T3I7Q
Systemhersteller	HP
Systemmodell	HP EliteBook 840 G6
Systemtyp	x64-basierter PC
System-SKU	8HR04UC#UUZ
Prozessor	Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 1896 MHz, 4 Kern(e), 8 logische(r) Prozessor(en)
BIOS-Version/-Datum	HP R70 Ver. 01.04.02, 02.01.2020
SMBIOS-Version	3.1
Version des eingebetteten Controllers	82.88
BIOS-Modus	UEFI
BaseBoard-Hersteller	HP
BaseBoard-Produkt	8549
BaseBoard-Version	KBC Version 52.58.00
Plattformrolle	Mobil
Sicherer Startzustand	Ein
PCR7-Konfiguration	Erweiterung zum Anzeigen erforderlich
Windows-Verzeichnis	C:\windows
Systemverzeichnis	C:\windows\system32
Startgerät	\Device\HarddiskVolume1
Gebietsschema	Schweiz
Hardwareabstraktionsebene	Version = "10.0.18362.752"
Benutzername	DIR\yan.zaripov
Zeitzone	Mitteleuropäische Sommerzeit
Installierter physischer Speicher (RAM)	8,00 GB
Gesamter physischer Speicher	7,81 GB
Verfügbarer physischer Speicher	1,30 GB
Gesamter virtueller Speicher	11,4 GB
Verfügbarer virtueller Speicher	2,18 GB
Größe der Auslagerungsdatei	3,63 GB
Auslagerungsdatei	C:\pagefile.sys
Kernel-DMA-Schutz	Ein
Virtualisierungsbasierte Sicherheit	Nicht aktiviert
Unterstützung der Geräteverschlüsselung	Erweiterung zum Anzeigen erforderlich
Hyper-V - VM-Monitormoduserweiterungen	Ja
Hyper-V - SLAT-Erweiterungen (Second Level Address Translation)	Ja
Hyper-V - Virtualisierung in Firmware aktiviert	Ja
Hyper-V - Datenausführungsverhinderung	Ja

JAVA

c:\Tools\XSTAMPP-master\xstampp.parent>java -version
java version "1.8.0_251"
Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) Client VM (build 25.251-b08, mixed mode)

Maven

c:\Tools\XSTAMPP-master\xstampp.parent>mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Program Files\apache-maven-3.6.3\bin\..
Java version: 14.0.1, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-14.0.1
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Thanks for help.
Yan

@RobertoBagnara
Copy link

I get the same errors.

@koenyskout
Copy link

The maven output shows that you're using the Java 14 JDK; I think that's the problem.

@RobertoBagnara
Copy link

RobertoBagnara commented Jul 30, 2020 via email

@koenyskout
Copy link

I managed to compile it using jdk8

@koenyskout
Copy link

In case it might be useful for anybody, you can use Docker to compile XSTAMPP without polluting your system by installing and configuring and old JDK8. The following worked for me on MacOS:

docker run -it --rm --name xstampp-build -v "$PWD":/usr/src/app:delegated -v "$HOME"/.m2:/root/.m2:delegated -w /usr/src/app/xstampp.parent maven:3.6.3-jdk-8 mvn clean verify

This command line reuses the maven cache from your local machine in ~/.m2.

However, running XSTAMPP also seems to require and old JRE (Java 8 worked for me), so the benefit of compiling it using Docker may be limited anyway... For those interested, you can specify the JRE XSTAMPP will use to run by editing the file XSTAMPP.ini and adding

-vm
/path/to/your/java

before the line with -vmargs. Don't forget the newline between the -vm flag and the path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants