|
1 | | -<!-- |
2 | | -Licensed to the Apache Software Foundation (ASF) under one |
3 | | -or more contributor license agreements. See the NOTICE file |
4 | | -distributed with this work for additional information |
5 | | -regarding copyright ownership. The ASF licenses this file |
6 | | -to you under the Apache License, Version 2.0 (the |
7 | | -"License"); you may not use this file except in compliance |
8 | | -with the License. You may obtain a copy of the License at |
9 | | -
|
10 | | - http://www.apache.org/licenses/LICENSE-2.0 |
11 | | -
|
12 | | -Unless required by applicable law or agreed to in writing, |
13 | | -software distributed under the License is distributed on an |
14 | | -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
15 | | -KIND, either express or implied. See the License for the |
16 | | -specific language governing permissions and limitations |
17 | | -under the License. |
18 | | ---> |
19 | | - |
20 | 1 | ## Release 1.0.0-alpha.6 |
21 | 2 |
|
22 | 3 | ### New Rules |
23 | 4 |
|
24 | | - Rule ID | Category | Severity | Notes |
| 5 | + Rule ID | Category | Severity | Notes |
25 | 6 | ---------------|----------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------- |
26 | | - LuceneDev1000 | Design | Warning | Floating point types should not be compared for exact equality |
27 | | - LuceneDev1001 | Design | Warning | Floating point types should be formatted with J2N methods |
28 | | - LuceneDev1002 | Design | Warning | Floating point type arithmetic needs to be checked |
29 | | - LuceneDev1003 | Design | Warning | Method parameters that accept array types should be analyzed to determine whether they are better suited to be ref or out parameters |
30 | | - LuceneDev1004 | Design | Warning | Methods that return array types should be analyzed to determine whether they are better suited to be one or more out parameters or to return a ValueTuple |
| 7 | + LuceneDev1000 | Design | Warning | Floating point types should not be compared for exact equality |
| 8 | + LuceneDev1001 | Design | Warning | Floating point types should be formatted with J2N methods |
| 9 | + LuceneDev1002 | Design | Warning | Floating point type arithmetic needs to be checked |
| 10 | + LuceneDev1003 | Design | Warning | Method parameters that accept array types should be analyzed to determine whether they are better suited to be ref or out parameters |
| 11 | + LuceneDev1004 | Design | Warning | Methods that return array types should be analyzed to determine whether they are better suited to be one or more out parameters or to return a ValueTuple |
0 commit comments