Skip to content

Commit 078fe7a

Browse files
Update licence year
Add no warning for varargs parameter tests
1 parent 9b7f1af commit 078fe7a

File tree

121 files changed

+277
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+277
-187
lines changed

assertions-examples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<neo4j.version>2.0.0</neo4j.version>
24-
<assertj-core.version>3.5.1</assertj-core.version>
24+
<assertj-core.version>3.6.0-SNAPSHOT</assertj-core.version>
2525
</properties>
2626

2727
<dependencies>
@@ -181,7 +181,6 @@
181181
<param>com.google.common.net</param>
182182
</packages>
183183
<classes>
184-
<param>java.nio.file.Path</param>
185184
<param>com.fake.UnknownClass</param>
186185
</classes>
187186
<hierarchical>true</hierarchical>
@@ -244,7 +243,7 @@
244243
<properties>
245244
<!-- Values to be substituted in template -->
246245
<inceptionYear>2012</inceptionYear>
247-
<currentYear>2014</currentYear>
246+
<currentYear>2016</currentYear>
248247
</properties>
249248
<strictCheck>true</strictCheck>
250249
<includes>

assertions-examples/src/main/java/org/assertj/examples/data/Alignment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

assertions-examples/src/main/java/org/assertj/examples/data/BasketBallPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

assertions-examples/src/main/java/org/assertj/examples/data/Book.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

assertions-examples/src/main/java/org/assertj/examples/data/ClassUsingDifferentClassesWithSameName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

assertions-examples/src/main/java/org/assertj/examples/data/Employee.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

assertions-examples/src/main/java/org/assertj/examples/data/Magical.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

assertions-examples/src/main/java/org/assertj/examples/data/Mansion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

assertions-examples/src/main/java/org/assertj/examples/data/MyAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

assertions-examples/src/main/java/org/assertj/examples/data/Name.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2014 the original author or authors.
11+
* Copyright 2012-2016 the original author or authors.
1212
*/
1313
package org.assertj.examples.data;
1414

0 commit comments

Comments
 (0)