Changeset 13595 in josm for trunk/tools/japicc/modules/RulesBin.xml
- Timestamp:
- 2018-04-02T23:20:00+02:00 (8 years ago)
- File:
-
- 1 edited
-
trunk/tools/japicc/modules/RulesBin.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/japicc/modules/RulesBin.xml
r12872 r13595 491 491 <effect> 492 492 A client program may be interrupted by **AbstractMethodError** exception. Added abstract method is called in 2nd library version by the method @invoked_by and may not be implemented by old clients. 493 </effect> 494 </rule> 495 496 <rule> 497 <id> 498 NonImpl_Interface_Added_Abstract_Method 499 </id> 500 <severity> 501 Safe 502 </severity> 503 <kind> 504 Types 505 </kind> 506 <change> 507 Abstract method @target has been added to this interface. 508 </change> 509 <effect> 510 No effect. 493 511 </effect> 494 512 </rule> … … 1363 1381 </rule> 1364 1382 1383 <rule> 1384 <id> 1385 Added_Annotation_Default_Element 1386 </id> 1387 <severity> 1388 Safe 1389 </severity> 1390 <kind> 1391 Types 1392 </kind> 1393 <change> 1394 Element @target of type @elem_type with default value @new_value has been added to this annotation type. 1395 </change> 1396 <effect> 1397 No effect. 1398 </effect> 1399 </rule> 1400 1401 <rule> 1402 <id> 1403 Added_Annotation_NonDefault_Element 1404 </id> 1405 <severity> 1406 Safe 1407 </severity> 1408 <kind> 1409 Types 1410 </kind> 1411 <change> 1412 Element @target of type @elem_type without a default value has been added to this annotation type. 1413 </change> 1414 <effect> 1415 No effect. 1416 </effect> 1417 </rule> 1418 1419 <rule> 1420 <id> 1421 Removed_Annotation_Default_Element 1422 </id> 1423 <severity> 1424 Safe 1425 </severity> 1426 <kind> 1427 Types 1428 </kind> 1429 <change> 1430 Element @target of type @elem_type with default value @old_value has been removed from this annotation type. 1431 </change> 1432 <effect> 1433 No effect. 1434 </effect> 1435 </rule> 1436 1437 <rule> 1438 <id> 1439 Removed_Annotation_NonDefault_Element 1440 </id> 1441 <severity> 1442 Safe 1443 </severity> 1444 <kind> 1445 Types 1446 </kind> 1447 <change> 1448 Element @target of type @elem_type without a default value has been removed from this annotation type. 1449 </change> 1450 <effect> 1451 No effect. 1452 </effect> 1453 </rule> 1454 1455 <rule> 1456 <id> 1457 Annotation_Element_Changed_Default_Value 1458 </id> 1459 <severity> 1460 Safe 1461 </severity> 1462 <kind> 1463 Types 1464 </kind> 1465 <change> 1466 Changed default value of the element @target from @old_value to @new_value in this annotation type. 1467 </change> 1468 <effect> 1469 No effect. 1470 </effect> 1471 </rule> 1472 1473 <rule> 1474 <id> 1475 Annotation_Element_Removed_Default_Value 1476 </id> 1477 <severity> 1478 Safe 1479 </severity> 1480 <kind> 1481 Types 1482 </kind> 1483 <change> 1484 Removed default value @old_value from the element @target of this annotation type. 1485 </change> 1486 <effect> 1487 No effect. 1488 </effect> 1489 </rule> 1490 1491 <rule> 1492 <id> 1493 Annotation_Element_Added_Default_Value 1494 </id> 1495 <severity> 1496 Safe 1497 </severity> 1498 <kind> 1499 Types 1500 </kind> 1501 <change> 1502 Added default value @new_value for the element @target of this annotation type. 1503 </change> 1504 <effect> 1505 No effect. 1506 </effect> 1507 </rule> 1508 1509 <rule> 1510 <id> 1511 Annotation_Element_Changed_Type 1512 </id> 1513 <severity> 1514 Safe 1515 </severity> 1516 <kind> 1517 Types 1518 </kind> 1519 <change> 1520 Changed type of the element @target from @old_value to @new_value in this annotation type. 1521 </change> 1522 <effect> 1523 No effect. 1524 </effect> 1525 </rule> 1526 1527 <rule> 1528 <id> 1529 Annotation_Element_Changed_Type_Safe 1530 </id> 1531 <severity> 1532 Safe 1533 </severity> 1534 <kind> 1535 Types 1536 </kind> 1537 <change> 1538 Changed type of the element @target from @old_value to @new_value in this annotation type. 1539 </change> 1540 <effect> 1541 No effect. 1542 </effect> 1543 </rule> 1544 1365 1545 </rules>
Note:
See TracChangeset
for help on using the changeset viewer.
