Modify

Opened 14 years ago

Closed 14 years ago

#4627 closed defect (fixed)

r3046 broke the build

Reported by: Daeron Owned by: mjulius
Priority: blocker Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

r3046 broke the build. Could you PLEASE run ant clean&&ant dist before you commit your changes?

    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                    ^                                                                                              
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                         ^                                                                                         
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                              ^                                                                                    
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                                   ^                                                                               
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                                        ^                                                                          
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                                             ^                                                                     
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                                                  ^

Attachments (0)

Change History (1)

comment:1 by mjulius, 14 years ago

Resolution: fixed
Status: newclosed

(In [3049]) fixes #4627 - r3046 broke the build

sorry about that

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain mjulius.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.