Source compatibility report for the JCommon library between 0.5.6 and 0.6.0 versions
Test Info
Library Name | JCommon |
Version #1 | 0.5.6 |
Version #2 | 0.6.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 964 / 120 |
---|
Verdict | Incompatible (16.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 97 |
---|
Removed Methods | High | 50 |
---|
Problems with Data Types | High | 14 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 16 |
Added Methods (97)
jcommon-0.6.0.jar, AboutResources.class
package com.jrefinery.ui.about.resources
AboutResources.AboutResources ( )
[mangled: com/jrefinery/ui/about/resources/AboutResources."<init>":()V]
AboutResources.getContents ( ) : Object[ ][ ]
[mangled: com/jrefinery/ui/about/resources/AboutResources.getContents:()[[Ljava/lang/Object;]
jcommon-0.6.0.jar, DataPackageResources.class
package com.jrefinery.data.resources
DataPackageResources.DataPackageResources ( )
[mangled: com/jrefinery/data/resources/DataPackageResources."<init>":()V]
DataPackageResources.getContents ( ) : Object[ ][ ]
[mangled: com/jrefinery/data/resources/DataPackageResources.getContents:()[[Ljava/lang/Object;]
jcommon-0.6.0.jar, Day.class
package com.jrefinery.data
Day.Day ( Date p1, TimeZone p2 )
[mangled: com/jrefinery/data/Day."<init>":(Ljava/util/Date;Ljava/util/TimeZone;)V]
Day.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Day.getEnd:(Ljava/util/Calendar;)J]
Day.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Day.getStart:(Ljava/util/Calendar;)J]
Day.main ( String[ ] p1 ) [static] : void
[mangled: com/jrefinery/data/Day.main:([Ljava/lang/String;)V]
jcommon-0.6.0.jar, DayTests.class
package com.jrefinery.data.junit
DayTests.testDateConstructor1 ( ) : void
[mangled: com/jrefinery/data/junit/DayTests.testDateConstructor1:()V]
DayTests.testDateConstructor2 ( ) : void
[mangled: com/jrefinery/data/junit/DayTests.testDateConstructor2:()V]
jcommon-0.6.0.jar, DefaultHighLowDataset.class
package com.jrefinery.data
DefaultHighLowDataset.createNumberArray ( double[ ] p1 ) [static] : Number[ ]
[mangled: com/jrefinery/data/DefaultHighLowDataset.createNumberArray:([D)[Ljava/lang/Number;]
DefaultHighLowDataset.DefaultHighLowDataset ( String p1, Date[ ] p2, double[ ] p3, double[ ] p4, double[ ] p5, double[ ] p6, double[ ] p7 )
[mangled: com/jrefinery/data/DefaultHighLowDataset."<init>":(Ljava/lang/String;[Ljava/util/Date;[D[D[D[D[D)V]
DefaultHighLowDataset.getCloseValue ( int p1, int p2 ) : Number
[mangled: com/jrefinery/data/DefaultHighLowDataset.getCloseValue:(II)Ljava/lang/Number;]
DefaultHighLowDataset.getHighValue ( int p1, int p2 ) : Number
[mangled: com/jrefinery/data/DefaultHighLowDataset.getHighValue:(II)Ljava/lang/Number;]
DefaultHighLowDataset.getItemCount ( int p1 ) : int
[mangled: com/jrefinery/data/DefaultHighLowDataset.getItemCount:(I)I]
DefaultHighLowDataset.getLowValue ( int p1, int p2 ) : Number
[mangled: com/jrefinery/data/DefaultHighLowDataset.getLowValue:(II)Ljava/lang/Number;]
DefaultHighLowDataset.getOpenValue ( int p1, int p2 ) : Number
[mangled: com/jrefinery/data/DefaultHighLowDataset.getOpenValue:(II)Ljava/lang/Number;]
DefaultHighLowDataset.getSeriesCount ( ) : int
[mangled: com/jrefinery/data/DefaultHighLowDataset.getSeriesCount:()I]
DefaultHighLowDataset.getSeriesName ( int p1 ) : String
[mangled: com/jrefinery/data/DefaultHighLowDataset.getSeriesName:(I)Ljava/lang/String;]
DefaultHighLowDataset.getVolumeValue ( int p1, int p2 ) : Number
[mangled: com/jrefinery/data/DefaultHighLowDataset.getVolumeValue:(II)Ljava/lang/Number;]
DefaultHighLowDataset.getXValue ( int p1, int p2 ) : Number
[mangled: com/jrefinery/data/DefaultHighLowDataset.getXValue:(II)Ljava/lang/Number;]
DefaultHighLowDataset.getYValue ( int p1, int p2 ) : Number
[mangled: com/jrefinery/data/DefaultHighLowDataset.getYValue:(II)Ljava/lang/Number;]
jcommon-0.6.0.jar, FixedMillisecond.class
package com.jrefinery.data
FixedMillisecond.compareTo ( Object p1 ) : int
[mangled: com/jrefinery/data/FixedMillisecond.compareTo:(Ljava/lang/Object;)I]
FixedMillisecond.FixedMillisecond ( )
[mangled: com/jrefinery/data/FixedMillisecond."<init>":()V]
FixedMillisecond.FixedMillisecond ( Date p1 )
[mangled: com/jrefinery/data/FixedMillisecond."<init>":(Ljava/util/Date;)V]
FixedMillisecond.FixedMillisecond ( long p1 )
[mangled: com/jrefinery/data/FixedMillisecond."<init>":(J)V]
FixedMillisecond.getEnd ( ) : long
[mangled: com/jrefinery/data/FixedMillisecond.getEnd:()J]
FixedMillisecond.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/FixedMillisecond.getEnd:(Ljava/util/Calendar;)J]
FixedMillisecond.getMiddle ( ) : long
[mangled: com/jrefinery/data/FixedMillisecond.getMiddle:()J]
FixedMillisecond.getMiddle ( Calendar p1 ) : long
[mangled: com/jrefinery/data/FixedMillisecond.getMiddle:(Ljava/util/Calendar;)J]
FixedMillisecond.getStart ( ) : long
[mangled: com/jrefinery/data/FixedMillisecond.getStart:()J]
FixedMillisecond.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/FixedMillisecond.getStart:(Ljava/util/Calendar;)J]
FixedMillisecond.getTime ( ) : Date
[mangled: com/jrefinery/data/FixedMillisecond.getTime:()Ljava/util/Date;]
FixedMillisecond.next ( ) : TimePeriod
[mangled: com/jrefinery/data/FixedMillisecond.next:()Lcom/jrefinery/data/TimePeriod;]
FixedMillisecond.previous ( ) : TimePeriod
[mangled: com/jrefinery/data/FixedMillisecond.previous:()Lcom/jrefinery/data/TimePeriod;]
jcommon-0.6.0.jar, Hour.class
package com.jrefinery.data
Hour.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Hour.getEnd:(Ljava/util/Calendar;)J]
Hour.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Hour.getStart:(Ljava/util/Calendar;)J]
Hour.Hour ( Date p1, TimeZone p2 )
[mangled: com/jrefinery/data/Hour."<init>":(Ljava/util/Date;Ljava/util/TimeZone;)V]
Hour.main ( String[ ] p1 ) [static] : void
[mangled: com/jrefinery/data/Hour.main:([Ljava/lang/String;)V]
jcommon-0.6.0.jar, HourTests.class
package com.jrefinery.data.junit
HourTests.testDateConstructor1 ( ) : void
[mangled: com/jrefinery/data/junit/HourTests.testDateConstructor1:()V]
HourTests.testDateConstructor2 ( ) : void
[mangled: com/jrefinery/data/junit/HourTests.testDateConstructor2:()V]
jcommon-0.6.0.jar, IntervalCategoryDataset.class
package com.jrefinery.data
IntervalCategoryDataset.getEndValue ( int p1, Object p2 ) [abstract] : Number
[mangled: com/jrefinery/data/IntervalCategoryDataset.getEndValue:(ILjava/lang/Object;)Ljava/lang/Number;]
IntervalCategoryDataset.getStartValue ( int p1, Object p2 ) [abstract] : Number
[mangled: com/jrefinery/data/IntervalCategoryDataset.getStartValue:(ILjava/lang/Object;)Ljava/lang/Number;]
jcommon-0.6.0.jar, Millisecond.class
package com.jrefinery.data
Millisecond.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Millisecond.getEnd:(Ljava/util/Calendar;)J]
Millisecond.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Millisecond.getStart:(Ljava/util/Calendar;)J]
Millisecond.main ( String[ ] p1 ) [static] : void
[mangled: com/jrefinery/data/Millisecond.main:([Ljava/lang/String;)V]
Millisecond.Millisecond ( Date p1, TimeZone p2 )
[mangled: com/jrefinery/data/Millisecond."<init>":(Ljava/util/Date;Ljava/util/TimeZone;)V]
Millisecond.Millisecond ( int p1, Second p2 )
[mangled: com/jrefinery/data/Millisecond."<init>":(ILcom/jrefinery/data/Second;)V]
jcommon-0.6.0.jar, MillisecondTests.class
package com.jrefinery.data.junit
MillisecondTests.MillisecondTests ( String p1 )
[mangled: com/jrefinery/data/junit/MillisecondTests."<init>":(Ljava/lang/String;)V]
MillisecondTests.setUp ( ) : void
[mangled: com/jrefinery/data/junit/MillisecondTests.setUp:()V]
MillisecondTests.suite ( ) [static] : Test
[mangled: com/jrefinery/data/junit/MillisecondTests.suite:()Ljunit/framework/Test;]
MillisecondTests.testDateConstructor1 ( ) : void
[mangled: com/jrefinery/data/junit/MillisecondTests.testDateConstructor1:()V]
MillisecondTests.testDateConstructor2 ( ) : void
[mangled: com/jrefinery/data/junit/MillisecondTests.testDateConstructor2:()V]
jcommon-0.6.0.jar, Minute.class
package com.jrefinery.data
Minute.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Minute.getEnd:(Ljava/util/Calendar;)J]
Minute.getHour ( ) : Hour
[mangled: com/jrefinery/data/Minute.getHour:()Lcom/jrefinery/data/Hour;]
Minute.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Minute.getStart:(Ljava/util/Calendar;)J]
Minute.main ( String[ ] p1 ) [static] : void
[mangled: com/jrefinery/data/Minute.main:([Ljava/lang/String;)V]
Minute.Minute ( Date p1, TimeZone p2 )
[mangled: com/jrefinery/data/Minute."<init>":(Ljava/util/Date;Ljava/util/TimeZone;)V]
Minute.Minute ( int p1, Hour p2 )
[mangled: com/jrefinery/data/Minute."<init>":(ILcom/jrefinery/data/Hour;)V]
Minute.parseMinute ( String p1 ) [static] : Minute
[mangled: com/jrefinery/data/Minute.parseMinute:(Ljava/lang/String;)Lcom/jrefinery/data/Minute;]
jcommon-0.6.0.jar, MinuteTests.class
package com.jrefinery.data.junit
MinuteTests.MinuteTests ( String p1 )
[mangled: com/jrefinery/data/junit/MinuteTests."<init>":(Ljava/lang/String;)V]
MinuteTests.setUp ( ) : void
[mangled: com/jrefinery/data/junit/MinuteTests.setUp:()V]
MinuteTests.suite ( ) [static] : Test
[mangled: com/jrefinery/data/junit/MinuteTests.suite:()Ljunit/framework/Test;]
MinuteTests.testDateConstructor1 ( ) : void
[mangled: com/jrefinery/data/junit/MinuteTests.testDateConstructor1:()V]
MinuteTests.testDateConstructor2 ( ) : void
[mangled: com/jrefinery/data/junit/MinuteTests.testDateConstructor2:()V]
jcommon-0.6.0.jar, Month.class
package com.jrefinery.data
Month.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Month.getEnd:(Ljava/util/Calendar;)J]
Month.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Month.getStart:(Ljava/util/Calendar;)J]
Month.Month ( Date p1, TimeZone p2 )
[mangled: com/jrefinery/data/Month."<init>":(Ljava/util/Date;Ljava/util/TimeZone;)V]
jcommon-0.6.0.jar, MonthTests.class
package com.jrefinery.data.junit
MonthTests.testDateConstructor1 ( ) : void
[mangled: com/jrefinery/data/junit/MonthTests.testDateConstructor1:()V]
MonthTests.testDateConstructor2 ( ) : void
[mangled: com/jrefinery/data/junit/MonthTests.testDateConstructor2:()V]
jcommon-0.6.0.jar, Quarter.class
package com.jrefinery.data
Quarter.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Quarter.getEnd:(Ljava/util/Calendar;)J]
Quarter.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Quarter.getStart:(Ljava/util/Calendar;)J]
Quarter.Quarter ( Date p1, TimeZone p2 )
[mangled: com/jrefinery/data/Quarter."<init>":(Ljava/util/Date;Ljava/util/TimeZone;)V]
jcommon-0.6.0.jar, QuarterTests.class
package com.jrefinery.data.junit
QuarterTests.testDateConstructor1 ( ) : void
[mangled: com/jrefinery/data/junit/QuarterTests.testDateConstructor1:()V]
QuarterTests.testDateConstructor2 ( ) : void
[mangled: com/jrefinery/data/junit/QuarterTests.testDateConstructor2:()V]
jcommon-0.6.0.jar, Second.class
package com.jrefinery.data
Second.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Second.getEnd:(Ljava/util/Calendar;)J]
Second.getMinute ( ) : Minute
[mangled: com/jrefinery/data/Second.getMinute:()Lcom/jrefinery/data/Minute;]
Second.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Second.getStart:(Ljava/util/Calendar;)J]
Second.main ( String[ ] p1 ) [static] : void
[mangled: com/jrefinery/data/Second.main:([Ljava/lang/String;)V]
Second.parseSecond ( String p1 ) [static] : Second
[mangled: com/jrefinery/data/Second.parseSecond:(Ljava/lang/String;)Lcom/jrefinery/data/Second;]
Second.Second ( Date p1, TimeZone p2 )
[mangled: com/jrefinery/data/Second."<init>":(Ljava/util/Date;Ljava/util/TimeZone;)V]
Second.Second ( int p1, Minute p2 )
[mangled: com/jrefinery/data/Second."<init>":(ILcom/jrefinery/data/Minute;)V]
jcommon-0.6.0.jar, SecondTests.class
package com.jrefinery.data.junit
SecondTests.SecondTests ( String p1 )
[mangled: com/jrefinery/data/junit/SecondTests."<init>":(Ljava/lang/String;)V]
SecondTests.setUp ( ) : void
[mangled: com/jrefinery/data/junit/SecondTests.setUp:()V]
SecondTests.suite ( ) [static] : Test
[mangled: com/jrefinery/data/junit/SecondTests.suite:()Ljunit/framework/Test;]
SecondTests.testDateConstructor1 ( ) : void
[mangled: com/jrefinery/data/junit/SecondTests.testDateConstructor1:()V]
SecondTests.testDateConstructor2 ( ) : void
[mangled: com/jrefinery/data/junit/SecondTests.testDateConstructor2:()V]
jcommon-0.6.0.jar, TimePeriod.class
package com.jrefinery.data
TimePeriod.getEnd ( Calendar p1 ) [abstract] : long
[mangled: com/jrefinery/data/TimePeriod.getEnd:(Ljava/util/Calendar;)J]
TimePeriod.getMiddle ( Calendar p1 ) : long
[mangled: com/jrefinery/data/TimePeriod.getMiddle:(Ljava/util/Calendar;)J]
TimePeriod.getStart ( Calendar p1 ) [abstract] : long
[mangled: com/jrefinery/data/TimePeriod.getStart:(Ljava/util/Calendar;)J]
jcommon-0.6.0.jar, TimeSeriesCollection.class
package com.jrefinery.data
TimeSeriesCollection.TimeSeriesCollection ( BasicTimeSeries p1, TimeZone p2 )
[mangled: com/jrefinery/data/TimeSeriesCollection."<init>":(Lcom/jrefinery/data/BasicTimeSeries;Ljava/util/TimeZone;)V]
TimeSeriesCollection.TimeSeriesCollection ( TimeZone p1 )
[mangled: com/jrefinery/data/TimeSeriesCollection."<init>":(Ljava/util/TimeZone;)V]
jcommon-0.6.0.jar, Year.class
package com.jrefinery.data
Year.getEnd ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Year.getEnd:(Ljava/util/Calendar;)J]
Year.getStart ( Calendar p1 ) : long
[mangled: com/jrefinery/data/Year.getStart:(Ljava/util/Calendar;)J]
Year.Year ( Date p1, TimeZone p2 )
[mangled: com/jrefinery/data/Year."<init>":(Ljava/util/Date;Ljava/util/TimeZone;)V]
jcommon-0.6.0.jar, YearTests.class
package com.jrefinery.data.junit
YearTests.testDateConstructor1 ( ) : void
[mangled: com/jrefinery/data/junit/YearTests.testDateConstructor1:()V]
YearTests.testDateConstructor2 ( ) : void
[mangled: com/jrefinery/data/junit/YearTests.testDateConstructor2:()V]
to the top
Removed Methods (50)
jcommon-0.5.6.jar, Day.class
package com.jrefinery.data
Day.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Day.getEnd:(I)J]
Day.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Day.getStart:(I)J]
jcommon-0.5.6.jar, Hour.class
package com.jrefinery.data
Hour.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Hour.getEnd:(I)J]
Hour.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Hour.getStart:(I)J]
jcommon-0.5.6.jar, Millisecond.class
package com.jrefinery.data
Millisecond.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Millisecond.getEnd:(I)J]
Millisecond.getMiddle ( int p1 ) : long
[mangled: com/jrefinery/data/Millisecond.getMiddle:(I)J]
Millisecond.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Millisecond.getStart:(I)J]
Millisecond.Millisecond ( long p1 )
[mangled: com/jrefinery/data/Millisecond."<init>":(J)V]
jcommon-0.5.6.jar, Minute.class
package com.jrefinery.data
Minute.getDay ( ) : Day
[mangled: com/jrefinery/data/Minute.getDay:()Lcom/jrefinery/data/Day;]
Minute.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Minute.getEnd:(I)J]
Minute.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Minute.getStart:(I)J]
Minute.Minute ( int p1, Day p2 )
[mangled: com/jrefinery/data/Minute."<init>":(ILcom/jrefinery/data/Day;)V]
jcommon-0.5.6.jar, Month.class
package com.jrefinery.data
Month.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Month.getEnd:(I)J]
Month.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Month.getStart:(I)J]
jcommon-0.5.6.jar, Quarter.class
package com.jrefinery.data
Quarter.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Quarter.getEnd:(I)J]
Quarter.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Quarter.getStart:(I)J]
jcommon-0.5.6.jar, Second.class
package com.jrefinery.data
Second.getDay ( ) : Day
[mangled: com/jrefinery/data/Second.getDay:()Lcom/jrefinery/data/Day;]
Second.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Second.getEnd:(I)J]
Second.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Second.getStart:(I)J]
Second.Second ( int p1, Day p2 )
[mangled: com/jrefinery/data/Second."<init>":(ILcom/jrefinery/data/Day;)V]
jcommon-0.5.6.jar, TimePeriod.class
package com.jrefinery.data
TimePeriod.getEnd ( int p1 ) [abstract] : long
[mangled: com/jrefinery/data/TimePeriod.getEnd:(I)J]
TimePeriod.getMiddle ( int p1 ) : long
[mangled: com/jrefinery/data/TimePeriod.getMiddle:(I)J]
TimePeriod.getStart ( int p1 ) [abstract] : long
[mangled: com/jrefinery/data/TimePeriod.getStart:(I)J]
jcommon-0.5.6.jar, Week.class
package com.jrefinery.data
Week.compareTo ( Object p1 ) : int
[mangled: com/jrefinery/data/Week.compareTo:(Ljava/lang/Object;)I]
Week.equals ( Object p1 ) : boolean
[mangled: com/jrefinery/data/Week.equals:(Ljava/lang/Object;)Z]
Week.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Week.getEnd:(I)J]
Week.getEnd ( TimeZone p1 ) : long
[mangled: com/jrefinery/data/Week.getEnd:(Ljava/util/TimeZone;)J]
Week.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Week.getStart:(I)J]
Week.getStart ( TimeZone p1 ) : long
[mangled: com/jrefinery/data/Week.getStart:(Ljava/util/TimeZone;)J]
Week.getWeek ( ) : int
[mangled: com/jrefinery/data/Week.getWeek:()I]
Week.getYear ( ) : Year
[mangled: com/jrefinery/data/Week.getYear:()Lcom/jrefinery/data/Year;]
Week.main ( String[ ] p1 ) [static] : void
[mangled: com/jrefinery/data/Week.main:([Ljava/lang/String;)V]
Week.next ( ) : TimePeriod
[mangled: com/jrefinery/data/Week.next:()Lcom/jrefinery/data/TimePeriod;]
Week.parseWeek ( String p1 ) [static] : Week
[mangled: com/jrefinery/data/Week.parseWeek:(Ljava/lang/String;)Lcom/jrefinery/data/Week;]
Week.previous ( ) : TimePeriod
[mangled: com/jrefinery/data/Week.previous:()Lcom/jrefinery/data/TimePeriod;]
Week.toString ( ) : String
[mangled: com/jrefinery/data/Week.toString:()Ljava/lang/String;]
Week.Week ( )
[mangled: com/jrefinery/data/Week."<init>":()V]
Week.Week ( Date p1 )
[mangled: com/jrefinery/data/Week."<init>":(Ljava/util/Date;)V]
Week.Week ( int p1, int p2 )
[mangled: com/jrefinery/data/Week."<init>":(II)V]
Week.Week ( int p1, Year p2 )
[mangled: com/jrefinery/data/Week."<init>":(ILcom/jrefinery/data/Year;)V]
jcommon-0.5.6.jar, WeekTests.class
package com.jrefinery.data.junit
WeekTests.setUp ( ) : void
[mangled: com/jrefinery/data/junit/WeekTests.setUp:()V]
WeekTests.suite ( ) [static] : Test
[mangled: com/jrefinery/data/junit/WeekTests.suite:()Ljunit/framework/Test;]
WeekTests.testParseWeek ( ) : void
[mangled: com/jrefinery/data/junit/WeekTests.testParseWeek:()V]
WeekTests.testWeek1_1900_next ( ) : void
[mangled: com/jrefinery/data/junit/WeekTests.testWeek1_1900_next:()V]
WeekTests.testWeek1_1900_previous ( ) : void
[mangled: com/jrefinery/data/junit/WeekTests.testWeek1_1900_previous:()V]
WeekTests.testWeek52_9999_next ( ) : void
[mangled: com/jrefinery/data/junit/WeekTests.testWeek52_9999_next:()V]
WeekTests.testWeek52_9999_previous ( ) : void
[mangled: com/jrefinery/data/junit/WeekTests.testWeek52_9999_previous:()V]
WeekTests.WeekTests ( String p1 )
[mangled: com/jrefinery/data/junit/WeekTests."<init>":(Ljava/lang/String;)V]
jcommon-0.5.6.jar, Year.class
package com.jrefinery.data
Year.getEnd ( int p1 ) : long
[mangled: com/jrefinery/data/Year.getEnd:(I)J]
Year.getStart ( int p1 ) : long
[mangled: com/jrefinery/data/Year.getStart:(I)J]
to the top
Problems with Data Types, High Severity (14)
jcommon-0.5.6.jar
package com.jrefinery.data
[+] Day (2)
| Change | Effect |
---|
1 | Field JAVA_DATE_EPOCH of type int has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable JAVA_DATE_EPOCH in Day. |
2 | Field MILLISECONDS_PER_DAY of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable MILLISECONDS_PER_DAY in Day. |
[+] affected methods (26)
Day ( )This constructor is from 'Day' class.
Day ( int, int, int )This constructor is from 'Day' class.
Day ( SerialDate )This constructor is from 'Day' class.
Day ( Date )This constructor is from 'Day' class.
compareTo ( Object )This method is from 'Day' class.
equals ( Object )This method is from 'Day' class.
getDayOfMonth ( )This method is from 'Day' class.
getMonth ( )This method is from 'Day' class.
getSerialDate ( )This method is from 'Day' class.
getYear ( )This method is from 'Day' class.
next ( )This method is from 'Day' class.
parseDay ( String )This method is from 'Day' class.
...
[+] Millisecond (1)
| Change | Effect |
---|
1 | Type of field millisecond has been changed from long to int. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: int. |
[+] affected methods (8)
Millisecond ( )This constructor is from 'Millisecond' class.
Millisecond ( Date )This constructor is from 'Millisecond' class.
compareTo ( Object )This method is from 'Millisecond' class.
getEnd ( )This method is from 'Millisecond' class.
getMillisecond ( )This method is from 'Millisecond' class.
getStart ( )This method is from 'Millisecond' class.
next ( )This method is from 'Millisecond' class.
previous ( )This method is from 'Millisecond' class.
[+] Minute (1)
| Change | Effect |
---|
1 | Field day of type Day has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable day in Minute. |
[+] affected methods (6)
Minute ( )This constructor is from 'Minute' class.
Minute ( Date )This constructor is from 'Minute' class.
compareTo ( Object )This method is from 'Minute' class.
getMinute ( )This method is from 'Minute' class.
next ( )This method is from 'Minute' class.
previous ( )This method is from 'Minute' class.
[+] Second (1)
| Change | Effect |
---|
1 | Field day of type Day has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable day in Second. |
[+] affected methods (6)
Second ( )This constructor is from 'Second' class.
Second ( Date )This constructor is from 'Second' class.
compareTo ( Object )This method is from 'Second' class.
getSecond ( )This method is from 'Second' class.
next ( )This method is from 'Second' class.
previous ( )This method is from 'Second' class.
[+] TimePeriod (4)
| Change | Effect |
---|
1 | Abstract method getEnd ( Calendar ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEnd(Calendar) in TimePeriod. |
2 | Abstract method getStart ( Calendar ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStart(Calendar) in TimePeriod. |
3 | Abstract method getEnd ( int ) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find method getEnd(int) in class TimePeriod. |
4 | Abstract method getStart ( int ) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find method getStart(int) in class TimePeriod. |
[+] affected methods (56)
add ( TimePeriod, Number )1st parameter 'p1' of this method has type 'TimePeriod'.
add ( TimeSeriesDataPair )Field 'p1.period' in 1st parameter 'p1' of this method has type 'TimePeriod'.
addOrUpdate ( TimePeriod, Number )1st parameter 'p1' of this method has type 'TimePeriod'.
createCopy ( TimePeriod, TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
delete ( TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
getDataPair ( int )Field 'retval.period' in return value of this method has type 'TimePeriod'.
getDataPair ( TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
getIndex ( TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
getNextTimePeriod ( )Return value of this method has type 'TimePeriod'.
getTimePeriod ( int )Return value of this method has type 'TimePeriod'.
getValue ( TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
update ( TimePeriod, Number )1st parameter 'p1' of this method has type 'TimePeriod'.
...
[+] TimeSeriesCollection (1)
| Change | Effect |
---|
1 | Field zoneOffset of type int has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable zoneOffset in TimeSeriesCollection. |
[+] affected methods (13)
TimeSeriesCollection ( )This constructor is from 'TimeSeriesCollection' class.
TimeSeriesCollection ( BasicTimeSeries )This constructor is from 'TimeSeriesCollection' class.
addSeries ( BasicTimeSeries )This method is from 'TimeSeriesCollection' class.
getEndXValue ( int, int )This method is from 'TimeSeriesCollection' class.
getEndYValue ( int, int )This method is from 'TimeSeriesCollection' class.
getItemCount ( int )This method is from 'TimeSeriesCollection' class.
getSeries ( int )This method is from 'TimeSeriesCollection' class.
getSeriesCount ( )This method is from 'TimeSeriesCollection' class.
getSeriesName ( int )This method is from 'TimeSeriesCollection' class.
getStartXValue ( int, int )This method is from 'TimeSeriesCollection' class.
getStartYValue ( int, int )This method is from 'TimeSeriesCollection' class.
getXValue ( int, int )This method is from 'TimeSeriesCollection' class.
...
[+] Week (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Week. |
[+] affected methods (17)
Week ( )This constructor is from 'Week' class.
Week ( int, int )This constructor is from 'Week' class.
Week ( int, Year )This constructor is from 'Week' class.
Week ( Date )This constructor is from 'Week' class.
compareTo ( Object )This method is from 'Week' class.
equals ( Object )This method is from 'Week' class.
getEnd ( int )This method is from 'Week' class.
getEnd ( TimeZone )This method is from 'Week' class.
getStart ( int )This method is from 'Week' class.
getStart ( TimeZone )This method is from 'Week' class.
getWeek ( )This method is from 'Week' class.
getYear ( )This method is from 'Week' class.
...
package com.jrefinery.data.junit
[+] WeekTests (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WeekTests. |
[+] affected methods (8)
WeekTests ( String )This constructor is from 'WeekTests' class.
setUp ( )This method is from 'WeekTests' class.
suite ( )This method is from 'WeekTests' class.
testParseWeek ( )This method is from 'WeekTests' class.
testWeek1_1900_next ( )This method is from 'WeekTests' class.
testWeek1_1900_previous ( )This method is from 'WeekTests' class.
testWeek52_9999_next ( )This method is from 'WeekTests' class.
testWeek52_9999_previous ( )This method is from 'WeekTests' class.
package com.jrefinery.ui.about
[+] SystemPropertiesFrame (2)
| Change | Effect |
---|
1 | Field CLOSE_ACTION_COMMAND has been renamed to CLOSE_COMMAND. | Recompilation of a client program may be terminated with the message: cannot find variable CLOSE_ACTION_COMMAND in SystemPropertiesFrame. |
2 | Field COPY_ACTION_COMMAND has been renamed to COPY_COMMAND. | Recompilation of a client program may be terminated with the message: cannot find variable COPY_ACTION_COMMAND in SystemPropertiesFrame. |
[+] affected methods (2)
SystemPropertiesFrame ( boolean )This constructor is from 'SystemPropertiesFrame' class.
actionPerformed ( ActionEvent )This method is from 'SystemPropertiesFrame' class.
to the top
Other Changes in Data Types (16)
jcommon-0.5.6.jar
package com.jrefinery.data
[+] Millisecond (3)
| Change | Effect |
---|
1 | Field FIRST_MILLISECOND_IN_SECOND has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to FIRST_MILLISECOND_IN_SECOND is ambiguous. |
2 | Field LAST_MILLISECOND_IN_SECOND has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LAST_MILLISECOND_IN_SECOND is ambiguous. |
3 | Field second has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to second is ambiguous. |
[+] affected methods (8)
Millisecond ( )This constructor is from 'Millisecond' class.
Millisecond ( Date )This constructor is from 'Millisecond' class.
compareTo ( Object )This method is from 'Millisecond' class.
getEnd ( )This method is from 'Millisecond' class.
getMillisecond ( )This method is from 'Millisecond' class.
getStart ( )This method is from 'Millisecond' class.
next ( )This method is from 'Millisecond' class.
previous ( )This method is from 'Millisecond' class.
[+] Minute (1)
| Change | Effect |
---|
1 | Field hour has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to hour is ambiguous. |
[+] affected methods (6)
Minute ( )This constructor is from 'Minute' class.
Minute ( Date )This constructor is from 'Minute' class.
compareTo ( Object )This method is from 'Minute' class.
getMinute ( )This method is from 'Minute' class.
next ( )This method is from 'Minute' class.
previous ( )This method is from 'Minute' class.
[+] Second (1)
| Change | Effect |
---|
1 | Field minute has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to minute is ambiguous. |
[+] affected methods (6)
Second ( )This constructor is from 'Second' class.
Second ( Date )This constructor is from 'Second' class.
compareTo ( Object )This method is from 'Second' class.
getSecond ( )This method is from 'Second' class.
next ( )This method is from 'Second' class.
previous ( )This method is from 'Second' class.
[+] TimePeriod (1)
| Change | Effect |
---|
1 | Field WORKING_CALENDAR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to WORKING_CALENDAR is ambiguous. |
[+] affected methods (56)
add ( TimePeriod, Number )1st parameter 'p1' of this method has type 'TimePeriod'.
add ( TimeSeriesDataPair )Field 'p1.period' in 1st parameter 'p1' of this method has type 'TimePeriod'.
addOrUpdate ( TimePeriod, Number )1st parameter 'p1' of this method has type 'TimePeriod'.
createCopy ( TimePeriod, TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
delete ( TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
getDataPair ( int )Field 'retval.period' in return value of this method has type 'TimePeriod'.
getDataPair ( TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
getIndex ( TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
getNextTimePeriod ( )Return value of this method has type 'TimePeriod'.
getTimePeriod ( int )Return value of this method has type 'TimePeriod'.
getValue ( TimePeriod )1st parameter 'p1' of this method has type 'TimePeriod'.
update ( TimePeriod, Number )1st parameter 'p1' of this method has type 'TimePeriod'.
...
[+] TimeSeriesCollection (1)
| Change | Effect |
---|
1 | Field workingCalendar has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to workingCalendar is ambiguous. |
[+] affected methods (13)
TimeSeriesCollection ( )This constructor is from 'TimeSeriesCollection' class.
TimeSeriesCollection ( BasicTimeSeries )This constructor is from 'TimeSeriesCollection' class.
addSeries ( BasicTimeSeries )This method is from 'TimeSeriesCollection' class.
getEndXValue ( int, int )This method is from 'TimeSeriesCollection' class.
getEndYValue ( int, int )This method is from 'TimeSeriesCollection' class.
getItemCount ( int )This method is from 'TimeSeriesCollection' class.
getSeries ( int )This method is from 'TimeSeriesCollection' class.
getSeriesCount ( )This method is from 'TimeSeriesCollection' class.
getSeriesName ( int )This method is from 'TimeSeriesCollection' class.
getStartXValue ( int, int )This method is from 'TimeSeriesCollection' class.
getStartYValue ( int, int )This method is from 'TimeSeriesCollection' class.
getXValue ( int, int )This method is from 'TimeSeriesCollection' class.
...
package com.jrefinery.ui.about
[+] AboutFrame (1)
| Change | Effect |
---|
1 | Field resources has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to resources is ambiguous. |
[+] affected methods (2)
AboutFrame ( String, String, String, String, String, String, List, List )This constructor is from 'AboutFrame' class.
getPreferredSize ( )This method is from 'AboutFrame' class.
[+] ContributorsTableModel (2)
| Change | Effect |
---|
1 | Field contactColumnLabel has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to contactColumnLabel is ambiguous. |
2 | Field nameColumnLabel has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to nameColumnLabel is ambiguous. |
[+] affected methods (5)
ContributorsTableModel ( List )This constructor is from 'ContributorsTableModel' class.
getColumnCount ( )This method is from 'ContributorsTableModel' class.
getColumnName ( int )This method is from 'ContributorsTableModel' class.
getRowCount ( )This method is from 'ContributorsTableModel' class.
getValueAt ( int, int )This method is from 'ContributorsTableModel' class.
[+] LibraryTableModel (4)
| Change | Effect |
---|
1 | Field infoColumnLabel has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to infoColumnLabel is ambiguous. |
2 | Field licenceColumnLabel has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to licenceColumnLabel is ambiguous. |
3 | Field nameColumnLabel has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to nameColumnLabel is ambiguous. |
4 | Field versionColumnLabel has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to versionColumnLabel is ambiguous. |
[+] affected methods (5)
LibraryTableModel ( List )This constructor is from 'LibraryTableModel' class.
getColumnCount ( )This method is from 'LibraryTableModel' class.
getColumnName ( int )This method is from 'LibraryTableModel' class.
getRowCount ( )This method is from 'LibraryTableModel' class.
getValueAt ( int, int )This method is from 'LibraryTableModel' class.
[+] SystemPropertiesTableModel (2)
| Change | Effect |
---|
1 | Field nameColumnLabel has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to nameColumnLabel is ambiguous. |
2 | Field valueColumnLabel has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to valueColumnLabel is ambiguous. |
[+] affected methods (7)
SystemPropertiesTableModel ( )This constructor is from 'SystemPropertiesTableModel' class.
getColumnCount ( )This method is from 'SystemPropertiesTableModel' class.
getColumnName ( int )This method is from 'SystemPropertiesTableModel' class.
getRowCount ( )This method is from 'SystemPropertiesTableModel' class.
getValueAt ( int, int )This method is from 'SystemPropertiesTableModel' class.
isSortable ( int )This method is from 'SystemPropertiesTableModel' class.
sortByColumn ( int, boolean )This method is from 'SystemPropertiesTableModel' class.
to the top
Java ARchives (1)
jcommon-0.5.6.jar
to the top