Skip to content

JavaTests#43

Open
Akkaju wants to merge 6 commits intosecourse2019:masterfrom
Akkaju:task-for
Open

JavaTests#43
Akkaju wants to merge 6 commits intosecourse2019:masterfrom
Akkaju:task-for

Conversation

@Akkaju
Copy link
Collaborator

@Akkaju Akkaju commented Oct 30, 2019

No description provided.

@ghost
Copy link

ghost commented Oct 30, 2019

The JavaSee analysis for the commit 19c6049 failed. ⛑
Visit the analysis result or the error log for more details.

@ghost
Copy link

ghost commented Oct 30, 2019

PMD detected 68 issues on the commit 19c6049.
Visit the analysis result to review all issues.

@ghost
Copy link

ghost commented Oct 30, 2019

Checkstyle detected 358 issues on the commit 19c6049.
Visit the analysis result to review all issues.

Comment on lines +1 to +13
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="sandbox" />
</profile>
</annotationProcessing>
</component>
</project> No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zachem tut xml?)


public class Main {

public static void main(String[] args) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return back these files

Comment on lines -1 to -8
package department;

import people.Employee;

public interface Department {
void hireEmployee(Employee employee);
void sackEmployee(int index);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anahoa deletnul чужой work?

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

udoli

@@ -1,32 +0,0 @@
package department;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zochem delete?

Copy link
Owner

@secourse2019 secourse2019 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rejected for now

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

Successfully merging this pull request may close these issues.

4 participants